tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-next head: 736562fca77886a66f215010d3f2a9968374d727 commit: 707792c5e200618327c53d97a1e115f73a83f8db [75/80] mips: separate extable.h, switch module.h to it config: mips-allmodconfig (attached as .config) compiler: mips-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 707792c5e200618327c53d97a1e115f73a83f8db # save the attached .config to linux build tree make.cross ARCH=mips All errors (new ones prefixed by >>): In file included from arch/mips/include/asm/uaccess.h:19:0, from include/linux/uaccess.h:5, from include/linux/highmem.h:8, from include/linux/bio.h:23, from include/linux/writeback.h:192, from include/linux/memcontrol.h:30, from include/linux/swap.h:8, from include/linux/suspend.h:4, from arch/mips/kernel/asm-offsets.c:16: >> arch/mips/include/asm/extable.h:13:8: error: no macro name given in #ifndef directive #ifndef ^ >> arch/mips/include/asm/extable.h:13:0: error: unterminated #ifndef #ifndef arch/mips/include/asm/extable.h:1:0: error: unterminated #ifndef #ifndef _ASM_EXTABLE_H make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1 make[2]: Target '__build' not remade because of errors. make[1]: *** [prepare0] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [sub-make] Error 2 vim +13 arch/mips/include/asm/extable.h 7 unsigned long nextinsn; 8 }; 9 10 struct pt_regs; 11 extern int fixup_exception(struct pt_regs *regs); 12 > 13 #ifndef --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip