summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2022-07-20 09:50:22 -0700
committerDavid S. Miller <davem@davemloft.net>2022-07-22 12:06:17 +0100
commite0bb4ab9dfddd872622239f49fb2bd403b70853b (patch)
treef3895146eebbbe2c08fc536606825365f0bc1f78 /tools/perf/scripts/python/export-to-sqlite.py
parentdb3815a2fa691da145cfbe834584f31ad75df9ff (diff)
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
While reading sysctl_tcp_min_tso_segs, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader. Fixes: 95bd09eb2750 ("tcp: TSO packets automatic sizing") 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-sqlite.py')
0 files changed, 0 insertions, 0 deletions