From: Jakub Kicinski Date: Tue, 21 Jul 2026 01:16:45 +0000 (-0700) Subject: Merge branch 'fix-broken-tc_act_redirect-from-qdiscs' X-Git-Tag: v7.2-rc5~27^2~112 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1572d5862cec365f9bee4684784be02401dd0623;p=thirdparty%2Flinux.git Merge branch 'fix-broken-tc_act_redirect-from-qdiscs' 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 --- 1572d5862cec365f9bee4684784be02401dd0623