diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2022-07-07 02:39:58 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-08 14:10:33 +0300 |
commit | 47e6ab24e8c6e3ca10ceb5835413f401f90de4bf (patch) | |
tree | a8f6ca02dfc283f9c173d5c34077e2c70a42903f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e877820877663fbae8cb9582ea597a7230b94df3 (diff) | |
download | linux-47e6ab24e8c6e3ca10ceb5835413f401f90de4bf.tar.xz |
tcp: Fix a data-race around sysctl_tcp_max_orphans.
While reading sysctl_tcp_max_orphans, it can be changed concurrently.
So, we need to add READ_ONCE() to avoid a data-race.
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions