Message ID | 20220830185656.268523-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: tcp challenge ack fixes | expand |
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!
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(-)