tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/mm head: 97456bd42c367b04891e90daa0789832d194b947 commit: 97456bd42c367b04891e90daa0789832d194b947 [31/31] mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitions config: sparc-randconfig-a001-20191128 (attached as .config) compiler: sparc-linux-gcc (GCC) 7.4.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 97456bd42c367b04891e90daa0789832d194b947 # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from include/asm-generic/io.h:887:0, from arch/sparc/include/asm/io_32.h:14, from arch/sparc/include/asm/io.h:7, from include/linux/io.h:13, from include/linux/irq.h:20, from include/asm-generic/hardirq.h:13, from arch/sparc/include/asm/hardirq_32.h:11, from arch/sparc/include/asm/hardirq.h:7, from include/linux/hardirq.h:9, from include/linux/interrupt.h:11, from include/linux/pci.h:38, from drivers/ata/libata-core.c:29: >> include/linux/vmalloc.h:14:11: fatal error: asm/vmalloc.h: No such file or directory # include ^~~~~~~~~~~~~~~ compilation terminated. vim +14 include/linux/vmalloc.h 12 13 #ifndef VMALLOC_START > 14 # include 15 #endif 16 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation