No description
Find a file
Paolo Abeni 1b9e3ab669 mptcp: add annotations around msk->subflow accesses
[ Upstream commit 5b825727d0 ]

The MPTCP can access the first subflow socket in a few spots
outside the socket lock scope. That is actually safe, as MPTCP
will delete the socket itself only after the msk sock close().

Still the such accesses causes a few KCSAN splats, as reported
by Christoph. Silence the harmless warning adding a few annotation
around the relevant accesses.

Fixes: 71ba088ce0 ("mptcp: cleanup accept and poll")
Reported-by: Christoph Paasch <cpaasch@apple.com>
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/402
Reviewed-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <martineau@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-06-09 10:34:05 +02:00
arch riscv: Fix unused variable warning when BUILTIN_DTB is set 2023-06-09 10:34:00 +02:00
block block: fix bio-cache for passthru IO 2023-06-05 09:26:21 +02:00
certs
crypto
Documentation
drivers mtd: rawnand: marvell: don't set the NAND frequency select 2023-06-09 10:34:05 +02:00
fs nfsd: fix double fget() bug in __write_ports_addfd() 2023-06-09 10:34:04 +02:00
include tcp: fix mishandling when the sack compression is deferred. 2023-06-09 10:34:05 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net mptcp: add annotations around msk->subflow accesses 2023-06-09 10:34:05 +02:00
rust
samples
scripts
security
sound
tools perf ftrace latency: Remove unnecessary "--" from --use-nsec option 2023-06-09 10:34:02 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.1.32 2023-06-05 09:26:22 +02: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.