]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'preserve-msg_zerocopy-with-forwarding'
authorJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 22:07:18 +0000 (15:07 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 22:07:18 +0000 (15:07 -0700)
Willem de Bruijn says:

====================
preserve MSG_ZEROCOPY with forwarding

Avoid false positive copying of zerocopy skb frags when entering the
ingress path if the skb is not queued locally but forwarded.

Patch 1 for more details and feature.

Patch 2 converts the existing selftest to a pass/fail test and adds
        coverage for this new feature.
====================

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

Trivial merge