Linux kernel source tree
Go to file
A K M Fazla Mehrab 85d4cf56e9 net/handshake: use sockfd_put() helper
Replace fput() with sockfd_put() in handshake_nl_done_doit().

Signed-off-by: A K M Fazla Mehrab <a.mehrab@bytedance.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Link: https://patch.msgid.link/20240826182652.2449359-1-a.mehrab@bytedance.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-08-27 16:09:25 -07:00
arch
block
certs
crypto
Documentation dt-bindings: net: Add support for rk3576 dwmac 2024-08-27 13:29:15 -07:00
drivers net: mana: Implement get_ringparam/set_ringparam for mana 2024-08-27 16:08:44 -07:00
fs
include net: mana: Implement get_ringparam/set_ringparam for mana 2024-08-27 16:08:44 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net/handshake: use sockfd_put() helper 2024-08-27 16:09:25 -07:00
rust
samples
scripts
security
sound
tools selftests/net: Add trace events matching to tcp_ao 2024-08-27 14:11:27 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: netconsole: selftests: Create a new netconsole selftest 2024-08-26 09:27:15 -07:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.