diff options
| author | Kuniyuki Iwashima <[email protected]> | 2024-01-23 17:08:52 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-01-27 04:34:24 +0000 |
| commit | 31e03207119a535d0b0e3b3a7f91983aeb2cb14d (patch) | |
| tree | 3b57a2704b30a19f5f7cfb675eae68fdf2315afc /include/net/af_unix.h | |
| parent | net: dsa: mt7530: select MEDIATEK_GE_PHY for NET_DSA_MT7530_MDIO (diff) | |
| download | kernel-31e03207119a535d0b0e3b3a7f91983aeb2cb14d.tar.gz kernel-31e03207119a535d0b0e3b3a7f91983aeb2cb14d.zip | |
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 'include/net/af_unix.h')
0 files changed, 0 insertions, 0 deletions
