On Mon, Aug 15, 2022 at 04:42:32PM +0200, Veronika Kabatova wrote:
Hi,
CKI has been hitting the following build issue on aarch64 with the latest queues:
00:00:12 arch/arm64/kernel/kexec_image.c:136:23: error: ‘kexec_kernel_verify_pe_sig’ undeclared here (not in a function) 00:00:12 136 | .verify_sig = kexec_kernel_verify_pe_sig, 00:00:12 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 00:00:12 make[4]: *** [scripts/Makefile.build:289: arch/arm64/kernel/kexec_image.o] Error 1 00:00:12 make[3]: *** [scripts/Makefile.build:551: arch/arm64/kernel] Error 2 00:00:12 make[2]: *** [Makefile:1844: arch/arm64] Error 2
Seems to be caused by https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/c...
Full build log and kernel config used is available at
https://datawarehouse.cki-project.org/kcidb/builds/251196
or with other recent stable queue checkouts in DataWarehouse.
Thanks, I'll go drop that from everywhere, as it references commits that are not in Linus's tree and I have no idea what to do with it.
greg k-h