Re: [PATCH] riscv: boot: Always make Image from vmlinux, not vmlinux.unstripped
From: Paul Walmsley
Date: Tue Dec 30 2025 - 19:31:01 EST
On Tue, 30 Dec 2025, Vivian Wang wrote:
> Since commit 4b47a3aefb29 ("kbuild: Restore pattern to avoid stripping
> .rela.dyn from vmlinux") vmlinux has .rel*.dyn preserved. Therefore, use
> vmlinux to produce Image, not vmlinux.unstripped.
>
> Doing so fixes booting a RELOCATABLE=y Image with kexec.
Thanks, queued for v6.19-rc.
- Paul