]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-fix-two-issues-in-sk_clone-error-path'
authorJakub Kicinski <kuba@kernel.org>
Tue, 21 Jul 2026 16:15:00 +0000 (09:15 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 21 Jul 2026 16:15:01 +0000 (09:15 -0700)
commitfca68249b6f5e84859b200b54cb5e0aef98f2b3a
treeef26f03300c71b80d40b91f4a3168ace031dcc6f
parent4bf22afe53a1de4b44b04cf677fd5199089cbdff
parentd50557779257a00162411e3048d82971ff1f644c
Merge branch 'net-fix-two-issues-in-sk_clone-error-path'

Kuniyuki Iwashima says:

====================
net: Fix two issues in sk_clone() error path.

Sashiko reported issues in the sk_clone() error path.

  https://lore.kernel.org/bpf/20260709032007.9E4D61F000E9@smtp.kernel.org/

This series fixes them.
====================

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