diff options
author | 2022-07-15 10:17:54 -0700 | |
---|---|---|
committer | 2022-07-18 12:21:54 +0100 | |
commit | 5a54213318c43f4009ae158347aa6016e3b9b55a (patch) | |
tree | 35efe5034a35dcd8dbee8b0d93d7c03b48dc2d87 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix data-races around sysctl_max_syn_backlog. (diff) | |
download | linux-dev-5a54213318c43f4009ae158347aa6016e3b9b55a.tar.xz linux-dev-5a54213318c43f4009ae158347aa6016e3b9b55a.zip |
tcp: Fix data-races around sysctl_tcp_fastopen.
While reading sysctl_tcp_fastopen, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.
Fixes: 2100c8d2d9db ("net-tcp: Fast Open base")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Acked-by: Yuchung Cheng <ycheng@google.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