summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2024-12-10 18:33:52 +0000
committerJakub Kicinski <kuba@kernel.org>2024-12-11 20:15:29 -0800
commit00bf2032e97691c4b53427b33a85b134324e2a94 (patch)
treedc5eb41c54a512406bb12356746bc22686c13ed4 /net/unix/af_unix.c
parent626962911ad886f2b8e6d6f612289f9c7268b435 (diff)
ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX]
psf->sf_count[MCAST_XXX] fields are read locklessly from ipv6_chk_mcast_addr() and igmp6_mcf_seq_show(). Add READ_ONCE() and WRITE_ONCE() annotations accordingly. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: David Ahern <dsahern@kernel.org> Link: https://patch.msgid.link/20241210183352.86530-4-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions