Message ID | 20241210183352.86530-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | ipv6: mcast: add data-race annotations | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 10 Dec 2024 18:33:49 +0000 you wrote: > ipv6_chk_mcast_addr() and igmp6_mcf_seq_show() are reading > fields under RCU. Add missing annotations. > > Eric Dumazet (3): > ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation > ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE] > ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX] > > [...] Here is the summary with links: - [net-next,1/3] ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation https://git.kernel.org/netdev/net-next/c/d51cfd5f4fe0 - [net-next,2/3] ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE] https://git.kernel.org/netdev/net-next/c/626962911ad8 - [net-next,3/3] ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX] https://git.kernel.org/netdev/net-next/c/00bf2032e976 You are awesome, thank you!