diff options
author | Eric Dumazet <edumazet@google.com> | 2024-12-10 18:33:51 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-11 20:15:29 -0800 |
commit | 626962911ad886f2b8e6d6f612289f9c7268b435 (patch) | |
tree | 9452c496e32fa44277e0a9d8898321d63cd8034a /rust/helpers/slab.c | |
parent | d51cfd5f4fe01cd3d212703c8fe5dd6886da969c (diff) |
ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE]
mc->mca_sfcount[MCAST_EXCLUDE] is read locklessly from
ipv6_chk_mcast_addr().
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-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'rust/helpers/slab.c')
0 files changed, 0 insertions, 0 deletions