aboutsummaryrefslogtreecommitdiff
path: root/net/unix/scm.c
diff options
context:
space:
mode:
authorKuniyuki Iwashima <[email protected]>2024-01-23 09:08:52 -0800
committerJakub Kicinski <[email protected]>2024-01-26 20:34:24 -0800
commit31e03207119a535d0b0e3b3a7f91983aeb2cb14d (patch)
tree3b57a2704b30a19f5f7cfb675eae68fdf2315afc /net/unix/scm.c
parentfb4bb62aaac715e50c7c007714af19a2698db88b (diff)
af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().
gc_in_progress is changed under spin_lock(&unix_gc_lock), but wait_for_unix_gc() reads it locklessly. Let's use READ_ONCE(). Fixes: 5f23b734963e ("net: Fix soft lockups/OOM issues w/ unix garbage collector") Signed-off-by: Kuniyuki Iwashima <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/scm.c')
0 files changed, 0 insertions, 0 deletions