diff options
author | Eric Dumazet <[email protected]> | 2023-03-15 20:57:45 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-03-17 08:25:05 +0000 |
commit | 9ae8e5ad99b8ebcd3d3dd46075f3825e6f08f063 (patch) | |
tree | 3091b5beb21935da2d44eebc4489f59102a64161 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | e13ec3da05d130f0d10da8e1fbe1be26dcdb0e27 (diff) |
mptcp: annotate lockless accesses to sk->sk_err
mptcp_poll() reads sk->sk_err without socket lock held/owned.
Add READ_ONCE() and WRITE_ONCE() to avoid load/store tearing.
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions