diff options
author | 2024-03-21 16:44:10 +0800 | |
---|---|---|
committer | 2024-03-25 14:46:59 +0000 | |
commit | c2deb2e971f5d9aca941ef13ee05566979e337a4 (patch) | |
tree | ac52eda31683de4878cdfaa40eb4e1c349419753 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | mlxbf_gige: stop PHY during open() error paths (diff) | |
download | wireguard-linux-c2deb2e971f5d9aca941ef13ee05566979e337a4.tar.xz wireguard-linux-c2deb2e971f5d9aca941ef13ee05566979e337a4.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions