mbox series

[net,0/2] kcm: annotate data-races

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

Message

Eric Dumazet Oct. 20, 2022, 10:45 p.m. UTC
This series address two different syzbot reports for KCM.

Eric Dumazet (2):
  kcm: annotate data-races around kcm->rx_psock
  kcm: annotate data-races around kcm->rx_wait

 net/kcm/kcmsock.c | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 24, 2022, 10:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 20 Oct 2022 22:45:10 +0000 you wrote:
> This series address two different syzbot reports for KCM.
> 
> Eric Dumazet (2):
>   kcm: annotate data-races around kcm->rx_psock
>   kcm: annotate data-races around kcm->rx_wait
> 
>  net/kcm/kcmsock.c | 23 +++++++++++++++--------
>  1 file changed, 15 insertions(+), 8 deletions(-)

Here is the summary with links:
  - [net,1/2] kcm: annotate data-races around kcm->rx_psock
    https://git.kernel.org/netdev/net/c/15e4dabda11b
  - [net,2/2] kcm: annotate data-races around kcm->rx_wait
    https://git.kernel.org/netdev/net/c/0c745b5141a4

You are awesome, thank you!