Hi, We have boot test using OVMF/AAVMF EFI firmware on aarch64 in qemu. When we try to build kernel with `CONFIG_DEBUG_INFO_BTF=y' (pahole v1.20) previously successful EFI boot test fails with: EFI stub: ERROR: Failed to relocate kernel EFI stub: ERROR: Failed to relocate kernel Without EFI it boots normally. On other our architectures (such as arm32, i586, powerpc, x86_64) it boots normally too (all without EFI boot, but x86_64 is also successfully tested with OVMF EFI boot). This is tested on 5.4.97, but I can try 5.10.15 if needed. Thanks,