https://github.com/torvalds/linux
Revision 7c6f2a86ca590d5187a073d987e9599985fb1c7c authored by Kuniyuki Iwashima on 18 July 2022, 17:26:47 UTC, committed by David S. Miller on 20 July 2022, 09:14:50 UTC
While reading sysctl_tcp_thin_linear_timeouts, it can be changed
concurrently.  Thus, we need to add READ_ONCE() to its reader.

Fixes: 36e31b0af587 ("net: TCP thin linear timeouts")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e7d2ef8
History
Tip revision: 7c6f2a86ca590d5187a073d987e9599985fb1c7c authored by Kuniyuki Iwashima on 18 July 2022, 17:26:47 UTC
tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.
Tip revision: 7c6f2a8
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 19.8 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 62 bytes
.gitignore -rw-r--r-- 1.9 KB
.mailmap -rw-r--r-- 23.0 KB
COPYING -rw-r--r-- 496 bytes
CREDITS -rw-r--r-- 98.9 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 555 bytes
MAINTAINERS -rw-r--r-- 653.3 KB
Makefile -rw-r--r-- 64.1 KB
README -rw-r--r-- 727 bytes

README

back to top