Re: [PATCH v4 08/11] x86/sev: Split off startup code from core code

From: Ingo Molnar
Date: Sat Apr 12 2025 - 16:08:20 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> Ignore that, I have now read the cover letter too, with the patch
> dependency mentioned there - as kindly pointed out by Ard in a
> private mail. :-)

But there are other problems during the allmodconfig final link:

vmlinux.o: warning: objtool: __sev_es_nmi_complete+0x5a: call to __asan_memset() leaves .noinstr.text section
ld: error: unplaced orphan section `.data.rel.local' from `vmlinux.o'
make[2]: *** [scripts/Makefile.vmlinux:91: vmlinux.unstripped] Error 1

The objtool warning is caused by:

x86/sev: Split off startup code from core code

Tte link failure by:

x86/boot: Move SEV startup code into startup/

Thanks,

Ingo