summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2022-07-20 19:50:25 +0300
committerDavid S. Miller <davem@davemloft.net>2022-07-22 14:06:18 +0300
commit85225e6f0a76e6745bc841c9f25169c509b573d8 (patch)
tree8bf2cc8e0de85841b869ea48d64cd07a2caafd82 /net/ipv4/tcp_input.c
parent1330ffacd05fc9ac4159d19286ce119e22450ed2 (diff)
downloadlinux-85225e6f0a76e6745bc841c9f25169c509b573d8.tar.xz
tcp: Fix a data-race around sysctl_tcp_autocorking.
While reading sysctl_tcp_autocorking, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader. Fixes: f54b311142a9 ("tcp: auto corking") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions