diff options
| author | Eric Dumazet <[email protected]> | 2024-03-28 14:40:29 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-03-29 22:03:10 +0000 |
| commit | 60557969951304dad829f2829019907dfb43ecb3 (patch) | |
| tree | 10496cd31f28970e7294766127d8a3fdc27cd213 /net/unix/af_unix.c | |
| parent | Merge branch 'address-remaining-wtautological-constant-out-of-range-compare' (diff) | |
| download | kernel-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
