aboutsummaryrefslogtreecommitdiff
path: root/samples/qmi
diff options
context:
space:
mode:
authorKuniyuki Iwashima2022-07-20 09:50:21 -0700
committerDavid S. Miller2022-07-22 12:06:17 +0100
commitdb3815a2fa691da145cfbe834584f31ad75df9ff (patch)
treea45bbe61604449df4e6acaa3cb15c42a9d95b437 /samples/qmi
parent9fb90193fbd66b4c5409ef729fd081861f8b6351 (diff)
tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.
While reading sysctl_tcp_challenge_ack_limit, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader. Fixes: 282f23c6ee34 ("tcp: implement RFC 5961 3.2") Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/qmi')
0 files changed, 0 insertions, 0 deletions