diff options
author | 2022-07-20 09:50:25 -0700 | |
---|---|---|
committer | 2022-07-22 12:06:18 +0100 | |
commit | 85225e6f0a76e6745bc841c9f25169c509b573d8 (patch) | |
tree | 8bf2cc8e0de85841b869ea48d64cd07a2caafd82 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen. (diff) | |
download | linux-dev-85225e6f0a76e6745bc841c9f25169c509b573d8.tar.xz linux-dev-85225e6f0a76e6745bc841c9f25169c509b573d8.zip |
tcp: Fix a data-race around sysctl_tcp_autocorking.
While reading sysctl_tcp_autocorking, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its reader.
Fixes: f54b311142a9 ("tcp: auto corking")
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