tree: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git syscall-tbl-6.11 head: 9a99991d90521113a738c2a4761a4147fe4b31ca commit: 824c915b5b0011418f9000ee1c2b4299b842595a [32/98] x86: rename some syscall table generation identifiers config: um-allnoconfig (https://download.01.org/0day-ci/archive/20240718/202407180608.OqFajxwV-lkp@xxxxxxxxx/config) compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240718/202407180608.OqFajxwV-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202407180608.OqFajxwV-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> arch/x86/um/sys_call_table_32.c:27:10: fatal error: 'asm/syscalls_32.h' file not found 27 | #include <asm/syscalls_32.h> | ^~~~~~~~~~~~~~~~~~~ 1 error generated. vim +27 arch/x86/um/sys_call_table_32.c 6218d0f6b8dece Masahiro Yamada 2021-05-17 25 6218d0f6b8dece Masahiro Yamada 2021-05-17 26 #define __SYSCALL(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long); 45db1c6176c817 H. Peter Anvin 2011-12-05 @27 #include <asm/syscalls_32.h> 45db1c6176c817 H. Peter Anvin 2011-12-05 28 :::::: The code at line 27 was first introduced by commit :::::: 45db1c6176c8171d9ae6fa6d82e07d115a5950ca x86, um: Use the same style generated syscall tables as native :::::: TO: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx> :::::: CC: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki