tree: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git dma-sync-rework head: 985cd64f3b17b82468e68c6269e09a5556d3720e commit: 30859fbc741ae9358edd55aa0041ecd7ec95e808 [2/22] build workaround config: parisc-generic-64bit_defconfig (https://download.01.org/0day-ci/archive/20230325/202303251132.We6NFavu-lkp@xxxxxxxxx/config) compiler: hppa-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://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git/commit/?id=30859fbc741ae9358edd55aa0041ecd7ec95e808 git remote add arnd-asm-generic https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git git fetch --no-tags arnd-asm-generic dma-sync-rework git checkout 30859fbc741ae9358edd55aa0041ecd7ec95e808 # 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=parisc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=parisc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Link: https://lore.kernel.org/oe-kbuild-all/202303251132.We6NFavu-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): In file included from arch/parisc/kernel/signal.c:32: >> arch/parisc/include/asm/vdso.h:10:10: fatal error: generated/vdso32-offsets.h: No such file or directory 10 | #include <generated/vdso32-offsets.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +10 arch/parisc/include/asm/vdso.h df24e1783e6e0e Helge Deller 2021-12-08 6 df24e1783e6e0e Helge Deller 2021-12-08 7 #ifdef CONFIG_64BIT df24e1783e6e0e Helge Deller 2021-12-08 8 #include <generated/vdso64-offsets.h> df24e1783e6e0e Helge Deller 2021-12-08 9 #endif df24e1783e6e0e Helge Deller 2021-12-08 @10 #include <generated/vdso32-offsets.h> df24e1783e6e0e Helge Deller 2021-12-08 11 :::::: The code at line 10 was first introduced by commit :::::: df24e1783e6e0eb3dc0e3ba5a8df3bb0cc537408 parisc: Add vDSO support :::::: TO: Helge Deller <deller@xxxxxx> :::::: CC: Helge Deller <deller@xxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests