Hi Masahiro, kernel test robot noticed the following build errors: [auto build test ERROR on v6.7-rc2] [also build test ERROR on linus/master next-20231124] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Masahiro-Yamada/export-h-remove-include-asm-generic-export-h/20231126-135120 base: v6.7-rc2 patch link: https://lore.kernel.org/r/20231126054917.930324-1-masahiroy%40kernel.org patch subject: [PATCH] export.h: remove include/asm-generic/export.h config: arm64-allnoconfig (https://download.01.org/0day-ci/archive/20231126/202311261737.dQEkPNHF-lkp@xxxxxxxxx/config) compiler: aarch64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231126/202311261737.dQEkPNHF-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/202311261737.dQEkPNHF-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): In file included from arch/arm64/kernel/vdso/note.S:15: >> arch/arm64/include/asm/assembler.h:15:10: fatal error: asm-generic/export.h: No such file or directory 15 | #include <asm-generic/export.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from arch/arm64/include/asm/linkage.h:5, from include/linux/linkage.h:8, from arch/arm64/kernel/vdso/sigreturn.S:15: >> arch/arm64/include/asm/assembler.h:15:10: fatal error: asm-generic/export.h: No such file or directory 15 | #include <asm-generic/export.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.build:360: arch/arm64/kernel/vdso/note.o] Error 1 make[3]: *** [scripts/Makefile.build:360: arch/arm64/kernel/vdso/sigreturn.o] Error 1 make[3]: Target 'include/generated/vdso-offsets.h' not remade because of errors. make[3]: Target 'arch/arm64/kernel/vdso/vdso.so' not remade because of errors. make[2]: *** [arch/arm64/Makefile:194: vdso_prepare] Error 2 make[2]: Target 'prepare' not remade because of errors. make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:234: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. vim +15 arch/arm64/include/asm/assembler.h f3e39273e0a9a5 Marc Zyngier 2015-02-20 14 386b3c7bdafcc6 Mark Rutland 2018-12-07 @15 #include <asm-generic/export.h> 386b3c7bdafcc6 Mark Rutland 2018-12-07 16 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki