diff options
author | Eric Dumazet <edumazet@google.com> | 2023-03-15 23:57:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-03-17 11:25:05 +0300 |
commit | cc04410af7de348234ac36a5f50c4ce416efdb4b (patch) | |
tree | 75841af050a1b03bf75faad8c2bc9e5806d3512b /tools/perf/scripts/python/task-analyzer.py | |
parent | 9ae8e5ad99b8ebcd3d3dd46075f3825e6f08f063 (diff) | |
download | linux-cc04410af7de348234ac36a5f50c4ce416efdb4b.tar.xz |
af_unix: annotate lockless accesses to sk->sk_err
unix_poll() and unix_dgram_poll() read sk->sk_err
without any lock held.
Add relevant READ_ONCE()/WRITE_ONCE() annotations.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions