diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2022-07-13 13:52:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-15 11:49:56 +0100 |
commit | 78eb166cdefcc3221c8c7c1e2d514e91a2eb5014 (patch) | |
tree | 9fe160afb4da1305add732aae094e74918218bda /README | |
parent | 88d78bc097cd8ebc6541e93316c9d9bf651b13e8 (diff) |
tcp: Fix data-races around sysctl_tcp_min_snd_mss.
While reading sysctl_tcp_min_snd_mss, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.
Fixes: 5f3e2bf008c2 ("tcp: add tcp_min_snd_mss sysctl")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions