mbox series

[net-next,0/3] ipv6: mcast: add data-race annotations

Message ID 20241210183352.86530-1-edumazet@google.com (mailing list archive)
Headers show
Series ipv6: mcast: add data-race annotations | expand

Message

Eric Dumazet Dec. 10, 2024, 6:33 p.m. UTC
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]

 net/ipv6/mcast.c | 59 ++++++++++++++++++++++++++----------------------
 1 file changed, 32 insertions(+), 27 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 12, 2024, 4:30 a.m. UTC | #1
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!