tree: https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git next-integrity-testing head: e56ed3d80c69511a4af9db0b76e54e6763a63ef1 commit: 7be7b6c5b42fe7661a3abfaecf0910255781771f [4/6] ima: force signature verification when CONFIG_KEXEC_SIG is configured config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20220713/202207130015.SsssXJD7-lkp@xxxxxxxxx/config) compiler: gcc-11 (Debian 11.3.0-3) 11.3.0 reproduce (this is a W=1 build): # https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git/commit/?id=7be7b6c5b42fe7661a3abfaecf0910255781771f git remote add zohar-integrity https://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git git fetch --no-tags zohar-integrity next-integrity-testing git checkout 7be7b6c5b42fe7661a3abfaecf0910255781771f # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): security/integrity/ima/ima_efi.c: In function 'arch_get_ima_policy': >> security/integrity/ima/ima_efi.c:72:25: error: implicit declaration of function 'set_kexec_sig_enforced'; did you mean 'set_module_sig_enforced'? [-Werror=implicit-function-declaration] 72 | set_kexec_sig_enforced(); | ^~~~~~~~~~~~~~~~~~~~~~ | set_module_sig_enforced cc1: some warnings being treated as errors vim +72 security/integrity/ima/ima_efi.c 65 66 const char * const *arch_get_ima_policy(void) 67 { 68 if (IS_ENABLED(CONFIG_IMA_ARCH_POLICY) && arch_ima_get_secureboot()) { 69 if (IS_ENABLED(CONFIG_MODULE_SIG)) 70 set_module_sig_enforced(); 71 if (IS_ENABLED(CONFIG_KEXEC_SIG)) > 72 set_kexec_sig_enforced(); -- 0-DAY CI Kernel Test Service https://01.org/lkp