diff options
author | Kuniyuki Iwashima <[email protected]> | 2022-07-15 10:17:46 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2022-07-18 12:21:54 +0100 |
commit | 20a3b1c0f603e8c55c3396abd12dfcfb523e4d3c (patch) | |
tree | de4a9c1b28887f2a09cdbb7b087a8f1005b51bde /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | f2f316e287e6c2e3a1c5bab8d9b77ee03daa0463 (diff) |
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions