Hi Al, FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant. tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git headers.unaligned head: 959598f725aa7721a4bad53c2e997c7255ff32dc commit: 959598f725aa7721a4bad53c2e997c7255ff32dc [2/2] move asm/unaligned.h to linux/unaligned.h config: parisc-allmodconfig (https://download.01.org/0day-ci/archive/20231214/202312141642.xwTolWpS-lkp@xxxxxxxxx/config) compiler: hppa-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231214/202312141642.xwTolWpS-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/202312141642.xwTolWpS-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/hid/hid-kye.c:11:10: fatal error: asm-generic/unaligned.h: No such file or directory 11 | #include <asm-generic/unaligned.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/net/can/usb/f81604.c:16:10: fatal error: asm-generic/unaligned.h: No such file or directory 16 | #include <asm-generic/unaligned.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -- >> drivers/net/ethernet/broadcom/asp2/bcmasp_ethtool.c:4:10: fatal error: asm-generic/unaligned.h: No such file or directory 4 | #include <asm-generic/unaligned.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +11 drivers/hid/hid-kye.c b8cd2d963da57a David Yang 2023-02-07 @11 #include <asm-generic/unaligned.h> 794227415f8f5f Jiri Kosina 2009-03-11 12 #include <linux/device.h> 794227415f8f5f Jiri Kosina 2009-03-11 13 #include <linux/hid.h> 794227415f8f5f Jiri Kosina 2009-03-11 14 #include <linux/module.h> 794227415f8f5f Jiri Kosina 2009-03-11 15 :::::: The code at line 11 was first introduced by commit :::::: b8cd2d963da57aba55afd7f57546e3bb69e9a2c1 HID: kye: Rewrite tablet descriptor fixup routine :::::: TO: David Yang <mmyangfl@xxxxxxxxx> :::::: CC: Jiri Kosina <jkosina@xxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki