aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <[email protected]>2022-07-18 17:26:47 +0000
committerDavid S. Miller <[email protected]>2022-07-20 09:14:50 +0000
commit7c6f2a86ca590d5187a073d987e9599985fb1c7c (patch)
treecb43cab8bc7fc689fd07c2b71483392ad16a4a46 /net/ipv4/tcp_output.c
parenttcp: Fix data-races around sysctl_tcp_recovery. (diff)
downloadkernel-7c6f2a86ca590d5187a073d987e9599985fb1c7c.tar.gz
kernel-7c6f2a86ca590d5187a073d987e9599985fb1c7c.zip
tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions