Skip to content
Commit ec4040ae authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents 731b73db cc04410a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment