Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Kuniyuki Iwashima 4785a66702 tcp: Fix data-races around sysctl_tcp_ecn.
While reading sysctl_tcp_ecn, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-07-13 12:56:49 +01:00
arch
block
certs
crypto
Documentation cipso: Fix data-races around sysctl. 2022-07-08 12:10:33 +01:00
drivers tcp: Fix data-races around sysctl_tcp_ecn. 2022-07-13 12:56:49 +01:00
fs
include raw: Fix a data-race around sysctl_raw_l3mdev_accept. 2022-07-13 12:56:49 +01:00
init
ipc
kernel sysctl: Fix data-races in proc_dointvec_ms_jiffies(). 2022-07-13 12:56:49 +01:00
lib
LICENSES
mm
net tcp: Fix data-races around sysctl_tcp_ecn. 2022-07-13 12:56:49 +01:00
samples
scripts
security
sound
tools selftest: net: add tun to .gitignore 2022-07-11 19:48:02 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.