https://github.com/torvalds/linux
Revision 22396941a7f343d704738360f9ef0e6576489d43 authored by Kuniyuki Iwashima on 22 July 2022, 18:22:02 UTC, committed by David S. Miller on 25 July 2022, 11:42:10 UTC
While reading sysctl_tcp_comp_sack_slack_ns, it can be changed
concurrently.  Thus, we need to add READ_ONCE() to its reader.

Fixes: a70437cc09a1 ("tcp: add hrtimer slack to sack compression")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 4866b2b
History
Tip revision: 22396941a7f343d704738360f9ef0e6576489d43 authored by Kuniyuki Iwashima on 22 July 2022, 18:22:02 UTC
tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.
Tip revision: 2239694
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-- 99.0 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 555 bytes
MAINTAINERS -rw-r--r-- 653.4 KB
Makefile -rw-r--r-- 64.1 KB
README -rw-r--r-- 727 bytes

README

back to top