aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2022-08-30 11:56:55 -0700
committerJakub Kicinski <kuba@kernel.org>2022-08-31 19:56:48 -0700
commit8c70521238b7863c2af607e20bcba20f974c969b (patch)
tree3da2f1ce9a4300c7be768683ae8297bd8d342e7b /net/ipv4/tcp_ipv4.c
parentnet: dsa: hellcreek: Print warning only once (diff)
downloadlinux-dev-8c70521238b7863c2af607e20bcba20f974c969b.tar.xz
linux-dev-8c70521238b7863c2af607e20bcba20f974c969b.zip
tcp: annotate data-race around challenge_timestamp
challenge_timestamp can be read an written by concurrent threads. This was expected, but we need to annotate the race to avoid potential issues. Following patch moves challenge_timestamp and challenge_count to per-netns storage to provide better isolation. Fixes: 354e4aa391ed ("tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation") Reported-by: syzbot <syzkaller@googlegroups.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Neal Cardwell <ncardwell@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions