diff options
author | 2022-07-15 10:17:46 -0700 | |
---|---|---|
committer | 2022-07-18 12:21:54 +0100 | |
commit | 20a3b1c0f603e8c55c3396abd12dfcfb523e4d3c (patch) | |
tree | de4a9c1b28887f2a09cdbb7b087a8f1005b51bde /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix data-races around keepalive sysctl knobs. (diff) | |
download | linux-dev-20a3b1c0f603e8c55c3396abd12dfcfb523e4d3c.tar.xz linux-dev-20a3b1c0f603e8c55c3396abd12dfcfb523e4d3c.zip |
tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
While reading sysctl_tcp_syn(ack)?_retries, they can be changed
concurrently. Thus, we need to add READ_ONCE() to their readers.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
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