Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <[email protected]>:
On Wed, 12 Nov 2025 20:31:02 -0800 you wrote: > On clang 20.1.8 the XDP program fails to load with a register spill error. > Since hdr_len is a __u32, the compiler decided it only needed the lower > 32-bits of ctx->data, which later triggers the register spill verifier > error. > > Suggested-by: Martin KaFai Lau <[email protected]> > Signed-off-by: Dimitri Daskalakis <[email protected]> > Signed-off-by: Jakub Kicinski <[email protected]> > > [...] Here is the summary with links: - [net-next] selftests: drv-net: xdp: Fix register spill error with clang 20 https://git.kernel.org/netdev/net-next/c/e1215d1d38c0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
