mbox series

[net,0/2] tcp: tcp challenge ack fixes

Message ID 20220830185656.268523-1-eric.dumazet@gmail.com (mailing list archive)
Headers show
Series tcp: tcp challenge ack fixes | expand

Message

Eric Dumazet Aug. 30, 2022, 6:56 p.m. UTC
From: Eric Dumazet <edumazet@google.com>

syzbot found a typical data-race addressed in the first patch.

While we are at it, second patch makes the global rate limit
per net-ns and disabled by default.

Eric Dumazet (2):
  tcp: annotate data-race around challenge_timestamp
  tcp: make global challenge ack rate limitation per net-ns and default
    disabled

 Documentation/networking/ip-sysctl.rst |  5 ++++-
 include/net/netns/ipv4.h               |  2 ++
 net/ipv4/tcp_input.c                   | 21 +++++++++++----------
 net/ipv4/tcp_ipv4.c                    |  6 ++++--
 4 files changed, 21 insertions(+), 13 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 1, 2022, 4 a.m. UTC | #1
Hello:

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

On Tue, 30 Aug 2022 11:56:54 -0700 you wrote:
> From: Eric Dumazet <edumazet@google.com>
> 
> syzbot found a typical data-race addressed in the first patch.
> 
> While we are at it, second patch makes the global rate limit
> per net-ns and disabled by default.
> 
> [...]

Here is the summary with links:
  - [net,1/2] tcp: annotate data-race around challenge_timestamp
    https://git.kernel.org/netdev/net/c/8c70521238b7
  - [net,2/2] tcp: make global challenge ack rate limitation per net-ns and default disabled
    https://git.kernel.org/netdev/net/c/79e3602caa6f

You are awesome, thank you!