Re: [PATCH v7 0/8] x86/kexec: Add exception handling for relocate_kernel
From: Ingo Molnar
Date: Thu Mar 13 2025 - 06:57:06 EST
* Ingo Molnar <mingo@xxxxxxxxxx> wrote:
> I applied the first 3 patches to tip:x86/boot for
> phased-risk-reduction reasons, and because I had some questions and
> suggestions starting at patch #4.
So there's a new objtool build warning from the new exc_handler code:
vmlinux.o: warning: objtool: exc_handler+0xe: early indirect call
That's with a x86-64 defconfig + KVM enablement.
Thanks,
Ingo