]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'tcp-two-fixes-for-socket-migration-in-reqsk_timer_handler'
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 May 2026 21:54:55 +0000 (14:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 May 2026 21:54:55 +0000 (14:54 -0700)
Kuniyuki Iwashima says:

====================
tcp: Two fixes for socket migration in reqsk_timer_handler().

The series fixes two bugs in the error path of socket migration
in reqsk_timer_handler().

Patch 1 fixes a potential UAF in reqsk_timer_handler().

Patch 2 fixes imbalanced icsk_accept_queue count.
====================

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

Trivial merge