Main-line Linux kernel tree http://www.kernel.org
Go to file
Eric Dumazet c274af2242 inet: introduce inet->inet_flags
Various inet fields are currently racy.

do_ip_setsockopt() and do_ip_getsockopt() are mostly holding
the socket lock, but some (fast) paths do not.

Use a new inet->inet_flags to hold atomic bits in the series.

Remove inet->cmsg_flags, and use instead 9 bits from inet_flags.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-16 11:09:16 +01:00
arch
block
certs
crypto
Documentation mlx5-updates-2023-08-14 2023-08-15 19:21:49 -07:00
drivers wlcore: spi: Remove redundant of_match_ptr() 2023-08-16 09:59:40 +01:00
fs
include inet: introduce inet->inet_flags 2023-08-16 11:09:16 +01:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net inet: introduce inet->inet_flags 2023-08-16 11:09:16 +01:00
rust
samples
scripts
security
sound
tools selftests: bonding: remove redundant delete action of device link1_1 2023-08-16 07:07:16 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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 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.