tree: git://git.cmpxchg.org/linux-mmotm.git master head: f6a6014bf6b3c724cff30194681f219ac230c898 commit: b1e17e02f94bd2dec7547553e3cc5330f497193c [301/497] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status config: sh-sh7785lcr_32bit_defconfig (attached as .config) 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 b1e17e02f94bd2dec7547553e3cc5330f497193c # save the attached .config to linux build tree make.cross ARCH=sh All error/warnings (new ones prefixed by >>): In file included from include/linux/mm.h:16:0, from arch/sh/kernel/asm-offsets.c:13: >> include/linux/mm_types.h:371:22: error: 'HUGE_MAX_HSTATE' undeclared here (not in a function) make[2]: *** [arch/sh/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 +/HUGE_MAX_HSTATE +371 include/linux/mm_types.h 365 struct mm_rss_stat { 366 atomic_long_t count[NR_MM_COUNTERS]; 367 }; 368 369 #ifdef CONFIG_HUGETLB_PAGE 370 struct hugetlb_usage { > 371 atomic_long_t count[HUGE_MAX_HSTATE]; 372 }; 373 #endif 374 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation