tree: https://github.com/ammarfaizi2/linux-block palmer/linux/asmgeneric-command_line_size-v2 head: bd32e278ea9efad61f36541750f8e8cda7d07db8 commit: 62bd502f4c1d50cf24d3d925dc7e33fea30dd0b4 [12/24] asm-generic: Remove COMMAND_LINE_SIZE from uapi config: csky-randconfig-r014-20221211 compiler: csky-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/ammarfaizi2/linux-block/commit/62bd502f4c1d50cf24d3d925dc7e33fea30dd0b4 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block palmer/linux/asmgeneric-command_line_size-v2 git checkout 62bd502f4c1d50cf24d3d925dc7e33fea30dd0b4 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=csky prepare If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from arch/csky/include/asm/thread_info.h:9, from include/linux/thread_info.h:60, from include/asm-generic/current.h:5, from ./arch/csky/include/generated/asm/current.h:1, from include/linux/sched.h:12, from arch/csky/kernel/asm-offsets.c:4: >> arch/csky/include/asm/page.h:6:10: fatal error: asm/setup.h: No such file or directory 6 | #include | ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [scripts/Makefile.build:118: arch/csky/kernel/asm-offsets.s] Error 1 make[2]: Target 'prepare' not remade because of errors. make[1]: *** [Makefile:1270: prepare0] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:231: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. vim +6 arch/csky/include/asm/page.h 013de2d6671d89 Guo Ren 2018-09-05 5 013de2d6671d89 Guo Ren 2018-09-05 @6 #include 013de2d6671d89 Guo Ren 2018-09-05 7 #include 013de2d6671d89 Guo Ren 2018-09-05 8 #include 013de2d6671d89 Guo Ren 2018-09-05 9 :::::: The code at line 6 was first introduced by commit :::::: 013de2d6671d89de3397904749c86a69ac0686f7 csky: MMU and page table management :::::: TO: Guo Ren :::::: CC: Guo Ren -- 0-DAY CI Kernel Test Service https://01.org/lkp