]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'xsk-fix-bugs-around-xsk-skb-allocation'
authorJakub Kicinski <kuba@kernel.org>
Wed, 6 May 2026 02:27:54 +0000 (19:27 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 May 2026 02:27:55 +0000 (19:27 -0700)
commit3e8ec3440b3731576f0e71a01121445e66c26bfd
treee5a45083eb2049055b5ae4a675fac831b49b42a5
parent22675f07260ca26423851a42b553b0ea669228d1
parent203cee647f551abc87b992045cd920b117ff990a
Merge branch 'xsk-fix-bugs-around-xsk-skb-allocation'

Jason Xing says:

====================
xsk: fix bugs around xsk skb allocation

There are rare issues around xsk_build_skb(). Some of them
were founded by Sashiko[1][2].

[1]: https://lore.kernel.org/all/20260415082654.21026-1-kerneljasonxing@gmail.com/
[2]: https://lore.kernel.org/all/20260418045644.28612-1-kerneljasonxing@gmail.com/
====================

Link: https://patch.msgid.link/20260502200722.53960-1-kerneljasonxing@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>