diff options
author | 2022-07-13 13:52:02 -0700 | |
---|---|---|
committer | 2022-07-15 11:49:56 +0100 | |
commit | 78eb166cdefcc3221c8c7c1e2d514e91a2eb5014 (patch) | |
tree | 9fe160afb4da1305add732aae094e74918218bda /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix data-races around sysctl_tcp_base_mss. (diff) | |
download | linux-dev-78eb166cdefcc3221c8c7c1e2d514e91a2eb5014.tar.xz linux-dev-78eb166cdefcc3221c8c7c1e2d514e91a2eb5014.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions