diff options
author | Kuniyuki Iwashima | 2022-07-20 09:50:21 -0700 |
---|---|---|
committer | David S. Miller | 2022-07-22 12:06:17 +0100 |
commit | db3815a2fa691da145cfbe834584f31ad75df9ff (patch) | |
tree | a45bbe61604449df4e6acaa3cb15c42a9d95b437 /samples/qmi | |
parent | 9fb90193fbd66b4c5409ef729fd081861f8b6351 (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