diff options
author | 2023-03-17 08:25:06 +0000 | |
---|---|---|
committer | 2023-03-17 08:25:06 +0000 | |
commit | ec4040ae5fd058fe06a9dbe4161abc2829669e36 (patch) | |
tree | 75841af050a1b03bf75faad8c2bc9e5806d3512b /tools/perf/scripts/python/stackcollapse.py | |
parent | vlan: partially enable SIOCSHWTSTAMP in container (diff) | |
parent | af_unix: annotate lockless accesses to sk->sk_err (diff) | |
download | wireguard-linux-ec4040ae5fd058fe06a9dbe4161abc2829669e36.tar.xz wireguard-linux-ec4040ae5fd058fe06a9dbe4161abc2829669e36.zip |
Merge branch 'net-sk_err-lockless-annotate'
Eric Dumazet says:
====================
net: annotate lockless accesses to sk_err[_soft]
This patch series is inspired by yet another syzbot report.
Most poll() handlers are lockless and read sk->sk_err
while other cpus can change it.
Add READ_ONCE/WRITE_ONCE() to major/usual offenders.
More to come later.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions