mbox series

[net,0/3] netlink: annotate various data races

Message ID 20230120125955.3453768-1-edumazet@google.com (mailing list archive)
Headers show
Series netlink: annotate various data races | expand

Message

Eric Dumazet Jan. 20, 2023, 12:59 p.m. UTC
A recent syzbot report came to my attention.

After addressing it, I also fixed other related races.

Eric Dumazet (3):
  netlink: annotate data races around nlk->portid
  netlink: annotate data races around dst_portid and dst_group
  netlink: annotate data races around sk_state

 net/netlink/af_netlink.c | 38 ++++++++++++++++++++++++--------------
 1 file changed, 24 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 24, 2023, 5:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 20 Jan 2023 12:59:52 +0000 you wrote:
> A recent syzbot report came to my attention.
> 
> After addressing it, I also fixed other related races.
> 
> Eric Dumazet (3):
>   netlink: annotate data races around nlk->portid
>   netlink: annotate data races around dst_portid and dst_group
>   netlink: annotate data races around sk_state
> 
> [...]

Here is the summary with links:
  - [net,1/3] netlink: annotate data races around nlk->portid
    https://git.kernel.org/netdev/net/c/c1bb9484e3b0
  - [net,2/3] netlink: annotate data races around dst_portid and dst_group
    https://git.kernel.org/netdev/net/c/004db64d185a
  - [net,3/3] netlink: annotate data races around sk_state
    https://git.kernel.org/netdev/net/c/9b663b5cbb15

You are awesome, thank you!