linke li c2deb2e971 net: mark racy access on sk->sk_rcvbuf
sk->sk_rcvbuf in __sock_queue_rcv_skb() and __sk_receive_skb() can be
changed by other threads. Mark this as benign using READ_ONCE().

This patch is aimed at reducing the number of benign races reported by
KCSAN in order to focus future debugging effort on harmful races.

Signed-off-by: linke li <lilinke99@qq.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-03-25 14:46:59 +00:00
..
2024-03-02 20:50:59 -08:00
2024-03-07 21:12:41 -08:00
2024-03-07 21:12:41 -08:00
2024-03-07 21:12:41 -08:00
2024-01-26 20:34:25 -08:00
2024-03-08 11:38:45 -08:00
2024-01-23 15:13:55 +01:00
2024-03-25 14:46:59 +00:00
2022-12-12 15:04:39 -08:00
2024-03-07 21:12:42 -08:00