Linux kernel modifications for the Kernel Hacking exam
Find a file
Chuck Lever 1ce77c998f net/handshake: Unpin sock->file if a handshake is cancelled
If user space never calls DONE, sock->file's reference count remains
elevated. Enable sock->file to be freed eventually in this case.

Reported-by: Jakub Kacinski <kuba@kernel.org>
Fixes: 3b3009ea8a ("net/handshake: Create a NETLINK service for handling handshake requests")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-05-24 22:05:24 -07:00
arch Networking fixes for 6.4-rc3, including fixes from can, xfrm, 2023-05-18 08:52:14 -07:00
block
certs
crypto
Documentation docs: netdev: document the existence of the mail bot 2023-05-23 21:11:54 -07:00
drivers mlx5-fixes-2023-05-22 2023-05-24 08:40:14 +01:00
fs nfsd-6.4 fixes: 2023-05-17 09:56:01 -07:00
include bpf-for-netdev 2023-05-24 21:57:57 -07:00
init
io_uring
ipc
kernel bpf-for-netdev 2023-05-24 21:57:57 -07:00
lib
LICENSES
mm
net net/handshake: Unpin sock->file if a handshake is cancelled 2023-05-24 22:05:24 -07:00
rust
samples samples/bpf: Drop unnecessary fallthrough 2023-05-16 19:44:05 +02:00
scripts
security
sound
tools bpf-for-netdev 2023-05-24 21:57:57 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entries for Nikolay Aleksandrov 2023-05-17 09:35:05 +01:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: sctp: move Neil to CREDITS 2023-05-12 08:51:32 +01:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add myself as maintainer for enetc 2023-05-19 09:13:24 +01:00
Makefile Linux 6.4-rc2 2023-05-14 12:51:40 -07:00
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 Restructured Text 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.