diff options
author | 2022-07-18 10:26:48 -0700 | |
---|---|---|
committer | 2022-07-20 10:14:50 +0100 | |
commit | 4845b5713ab18a1bb6e31d1fbb4d600240b8b691 (patch) | |
tree | 3b1006f962476c31c415c8f357600aad22d32462 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. (diff) | |
download | linux-dev-4845b5713ab18a1bb6e31d1fbb4d600240b8b691.tar.xz linux-dev-4845b5713ab18a1bb6e31d1fbb4d600240b8b691.zip |
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
While reading sysctl_tcp_slow_start_after_idle, it can be changed
concurrently. Thus, we need to add READ_ONCE() to its readers.
Fixes: 35089bb203f4 ("[TCP]: Add tcp_slow_start_after_idle sysctl.")
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