diff options
author | 2022-07-18 10:26:46 -0700 | |
---|---|---|
committer | 2022-07-20 10:14:50 +0100 | |
commit | e7d2ef837e14a971a05f60ea08c47f3fed1a36e4 (patch) | |
tree | b31a9f6cf32b890ab218549be7a0800c59281dbc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix a data-race around sysctl_tcp_early_retrans. (diff) | |
download | linux-dev-e7d2ef837e14a971a05f60ea08c47f3fed1a36e4.tar.xz linux-dev-e7d2ef837e14a971a05f60ea08c47f3fed1a36e4.zip |
tcp: Fix data-races around sysctl_tcp_recovery.
While reading sysctl_tcp_recovery, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.
Fixes: 4f41b1c58a32 ("tcp: use RACK to detect losses")
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