mbox series

[net,0/2] tcp: annotate data-races in tcp_rsk(req)

Message ID 20230717144445.653164-1-edumazet@google.com (mailing list archive)
Headers show
Series tcp: annotate data-races in tcp_rsk(req) | expand

Message

Eric Dumazet July 17, 2023, 2:44 p.m. UTC
Small series addressing two syzbot reports around tcp_rsk(req)

Eric Dumazet (2):
  tcp: annotate data-races around tcp_rsk(req)->txhash
  tcp: annotate data-races around tcp_rsk(req)->ts_recent

 net/ipv4/tcp_ipv4.c      |  5 +++--
 net/ipv4/tcp_minisocks.c | 11 +++++++----
 net/ipv4/tcp_output.c    |  6 +++---
 net/ipv6/tcp_ipv6.c      |  4 ++--
 4 files changed, 15 insertions(+), 11 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 19, 2023, 2:50 a.m. UTC | #1
Hello:

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

On Mon, 17 Jul 2023 14:44:43 +0000 you wrote:
> Small series addressing two syzbot reports around tcp_rsk(req)
> 
> Eric Dumazet (2):
>   tcp: annotate data-races around tcp_rsk(req)->txhash
>   tcp: annotate data-races around tcp_rsk(req)->ts_recent
> 
>  net/ipv4/tcp_ipv4.c      |  5 +++--
>  net/ipv4/tcp_minisocks.c | 11 +++++++----
>  net/ipv4/tcp_output.c    |  6 +++---
>  net/ipv6/tcp_ipv6.c      |  4 ++--
>  4 files changed, 15 insertions(+), 11 deletions(-)

Here is the summary with links:
  - [net,1/2] tcp: annotate data-races around tcp_rsk(req)->txhash
    https://git.kernel.org/netdev/net/c/5e5265522a9a
  - [net,2/2] tcp: annotate data-races around tcp_rsk(req)->ts_recent
    https://git.kernel.org/netdev/net/c/eba20811f326

You are awesome, thank you!