Eric Dumazet 288efe8606 net: annotate lockless accesses to sk->sk_ack_backlog
sk->sk_ack_backlog can be read without any lock being held.
We need to use READ_ONCE()/WRITE_ONCE() to avoid load/store tearing
and/or potential KCSAN warnings.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-06 16:14:48 -08:00
..
2019-07-11 14:43:25 -07:00
2019-07-27 14:23:48 -07:00
2019-04-08 09:15:17 +02:00
2019-11-05 14:03:11 -08:00
2019-07-14 12:15:28 -07:00