aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2024-03-28 14:40:29 +0000
committerJakub Kicinski <[email protected]>2024-03-29 22:03:10 +0000
commit60557969951304dad829f2829019907dfb43ecb3 (patch)
tree10496cd31f28970e7294766127d8a3fdc27cd213 /net/unix/af_unix.c
parentMerge branch 'address-remaining-wtautological-constant-out-of-range-compare' (diff)
downloadkernel-60557969951304dad829f2829019907dfb43ecb3.tar.gz
kernel-60557969951304dad829f2829019907dfb43ecb3.zip
udp: annotate data-race in __udp_enqueue_schedule_skb()
sk->sk_rcvbuf is read locklessly twice, while other threads could change its value. Use a READ_ONCE() to annotate the race. Signed-off-by: Eric Dumazet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions