]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: do not delay zero-copy skbs in skb_attempt_defer_free()
authorEric Dumazet <edumazet@google.com>
Mon, 16 Feb 2026 19:36:53 +0000 (19:36 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Feb 2026 01:06:18 +0000 (17:06 -0800)
commit0943404b1f3b178e1e54386dadcbf4f2729c7762
tree7a31b6bad5fac0e11e5974d2b8578d9ccedd3986
parent6e980df452169f82674f2e650079c1fe0aee343d
net: do not delay zero-copy skbs in skb_attempt_defer_free()

After the blamed commit, TCP tx zero copy notifications could be
arbitrarily delayed and cause regressions in applications waiting
for them.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Fixes: e20dfbad8aab ("net: fix napi_consume_skb() with alien skbs")
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20260216193653.627617-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/skbuff.c