tree: https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git features head: 393734c93fb57b351e79426826f7e8348a758a28 commit: b3c84d3d06c8fe11a2576bf37bd8934bf3ad943b [56/60] s390/nmi: use smp_emergency_stop instead of smp_send_stop config: s390-allnoconfig (attached as .config) compiler: s390x-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout b3c84d3d06c8fe11a2576bf37bd8934bf3ad943b # save the attached .config to linux build tree make.cross ARCH=s390 All errors (new ones prefixed by >>): arch/s390/kernel/nmi.c: In function 's390_handle_damage': >> arch/s390/kernel/nmi.c:44:2: error: implicit declaration of function 'smp_emergency_stop' [-Werror=implicit-function-declaration] smp_emergency_stop(); ^~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors vim +/smp_emergency_stop +44 arch/s390/kernel/nmi.c 41 42 static notrace void s390_handle_damage(void) 43 { > 44 smp_emergency_stop(); 45 disabled_wait((unsigned long) __builtin_return_address(0)); 46 while (1); 47 } 48 NOKPROBE_SYMBOL(s390_handle_damage); 49 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip