]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'fix-broken-tc_act_redirect-from-qdiscs'
authorJakub Kicinski <kuba@kernel.org>
Tue, 21 Jul 2026 01:16:45 +0000 (18:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 21 Jul 2026 01:16:46 +0000 (18:16 -0700)
Daniel Borkmann says:

====================
Fix broken TC_ACT_REDIRECT from qdiscs

This is an alternative fix to [0] in order to not uglify
__dev_queue_xmit() with sprinkled ifdefs given this can be
simplified and isolated through a simple test into the BPF
redirect helper itself.

I've also added a proper BPF selftest, so there is no need
to check-in a binary BPF object into selftests given we do
have BPF infra for all of this.

  [0] https://lore.kernel.org/netdev/20260629102157.737306-1-jhs@mojatatu.com/
  [1] https://lore.kernel.org/netdev/20260629102157.737306-4-jhs@mojatatu.com/
====================

Link: https://patch.msgid.link/20260706185609.330006-1-daniel@iogearbox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge