aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <[email protected]>2022-07-15 17:17:46 +0000
committerDavid S. Miller <[email protected]>2022-07-18 11:21:54 +0000
commit20a3b1c0f603e8c55c3396abd12dfcfb523e4d3c (patch)
treede4a9c1b28887f2a09cdbb7b087a8f1005b51bde /net/ipv4/tcp_output.c
parenttcp: Fix data-races around keepalive sysctl knobs. (diff)
downloadkernel-20a3b1c0f603e8c55c3396abd12dfcfb523e4d3c.tar.gz
kernel-20a3b1c0f603e8c55c3396abd12dfcfb523e4d3c.zip
tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
While reading sysctl_tcp_syn(ack)?_retries, they can be changed concurrently. Thus, we need to add READ_ONCE() to their readers. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") 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