Re: [PATCH] powerpc/vmlinux.lds: Drop .interp description
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-11-21 04:44:15
Also in:
lkml, llvm
From: Madhavan Srinivasan <maddy@linux.ibm.com>
Date: 2025-11-21 04:44:15
Also in:
lkml, llvm
On Sat, 18 Oct 2025 18:52:40 +0100, Nathan Chancellor wrote:
Commit da30705c4621 ("arch/powerpc: Remove .interp section in vmlinux")
intended to drop the .interp section from vmlinux but even with this
change, relocatable kernels linked with ld.lld contain an empty .interp
section, which ends up causing crashes in GDB [1].
$ make -skj"$(nproc)" ARCH=powerpc LLVM=1 clean pseries_le_defconfig vmlinux
[...]
Applied to powerpc/next.
[1/1] powerpc/vmlinux.lds: Drop .interp description
https://git.kernel.org/powerpc/c/d2be62d5858312f3e6c36dbfc43faa1f287d5249
Thanks