[PATCH 0/3] Resolve ARM kCFI build failure in idpf xsk.c
Nathan Chancellor
nathan at kernel.org
Sat Oct 25 13:53:17 PDT 2025
Hi all,
This series resolves a build failure that is seen in
drivers/net/ethernet/intel/idpf/xsk.c after commit 9705d6552f58 ("idpf:
implement Rx path for AF_XDP") in 6.18-rc1 with ARCH=arm and
CONFIG_CFI=y. See patch 3 for a simplified reproducer on top of
defconfig.
I think this could go via hardening or net.
---
Nathan Chancellor (3):
compiler_types: Introduce __nocfi_generic
ARM: Select ARCH_USES_CFI_GENERIC_LLVM_PASS
libeth: xdp: Disable generic kCFI pass for libeth_xdp_tx_xmit_bulk()
arch/Kconfig | 7 +++++++
arch/arm/Kconfig | 2 ++
include/linux/compiler_types.h | 6 ++++++
include/net/libeth/xdp.h | 2 +-
4 files changed, 16 insertions(+), 1 deletion(-)
---
base-commit: 211ddde0823f1442e4ad052a2f30f050145ccada
change-id: 20251025-idpf-fix-arm-kcfi-build-error-65ae59616374
Best regards,
--
Nathan Chancellor <nathan at kernel.org>
More information about the linux-arm-kernel
mailing list