Merge branch 'tcp-clear-tcp_sk-sk-fastopen_rsk-in-tcp_disconnect'
authorJakub Kicinski <kuba@kernel.org>
Wed, 17 Sep 2025 23:01:54 +0000 (16:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Sep 2025 23:01:54 +0000 (16:01 -0700)
Kuniyuki Iwashima says:

====================
tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().

syzbot reported a warning in tcp_retransmit_timer() for TCP Fast
Open socket.

Patch 1 fixes the issue and Patch 2 adds a test for the scenario.
====================

Link: https://patch.msgid.link/20250915175800.118793-1-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge