diff options
author | 2022-07-20 09:50:20 -0700 | |
---|---|---|
committer | 2022-07-22 12:06:17 +0100 | |
commit | 9fb90193fbd66b4c5409ef729fd081861f8b6351 (patch) | |
tree | b19509a42f3868a998abbac5c76800a6583e9c93 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tcp: Fix data-races around sysctl_tcp_workaround_signed_windows. (diff) | |
download | linux-dev-9fb90193fbd66b4c5409ef729fd081861f8b6351.tar.xz linux-dev-9fb90193fbd66b4c5409ef729fd081861f8b6351.zip |
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
While reading sysctl_tcp_limit_output_bytes, it can be changed
concurrently. Thus, we need to add READ_ONCE() to its reader.
Fixes: 46d3ceabd8d9 ("tcp: TCP Small Queues")
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