]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit4378bf612482c24731b661c544ce178965fb3422
treea81fbd2b5b67b7d7d919d42f1701e75ca7c49e7c
parentfcee7d82f27d6a8b1ddc5bbefda59b4e441e9bc0
parent7eca3292cac7c26dad4c236f51ba225c39a0523f
Merge branch 'tcp-two-fixes-for-socket-migration-in-reqsk_timer_handler'

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>