diff options
author | 2022-07-18 10:26:45 -0700 | |
---|---|---|
committer | 2022-07-20 10:14:49 +0100 | |
commit | 52e65865deb6a36718a463030500f16530eaab74 (patch) | |
tree | e69d74e770aa2e2ff1b336baf7dddd08caf01377 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix data-races around sysctl knobs related to SYN option. (diff) | |
download | linux-dev-52e65865deb6a36718a463030500f16530eaab74.tar.xz linux-dev-52e65865deb6a36718a463030500f16530eaab74.zip |
tcp: Fix a data-race around sysctl_tcp_early_retrans.
While reading sysctl_tcp_early_retrans, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its reader.
Fixes: eed530b6c676 ("tcp: early retransmit")
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