diff options
author | 2022-07-18 10:26:50 -0700 | |
---|---|---|
committer | 2022-07-20 10:14:50 +0100 | |
commit | 4e08ed41cb1194009fc1a916a59ce3ed4afd77cd (patch) | |
tree | 44c348bc05215a783ea2b158b3d45acb2691b71c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix a data-race around sysctl_tcp_retrans_collapse. (diff) | |
download | linux-dev-4e08ed41cb1194009fc1a916a59ce3ed4afd77cd.tar.xz linux-dev-4e08ed41cb1194009fc1a916a59ce3ed4afd77cd.zip |
tcp: Fix a data-race around sysctl_tcp_stdurg.
While reading sysctl_tcp_stdurg, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its reader.
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