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/commit/?h=queue/5.18&id=3d36f26a98be23c6fc48f4589030c87dc6e1a268 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. Veronika