On Mon, Oct 28, 2024, at 17:20, kernel test robot wrote: > tree: > https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git > master > head: e6a5255d009d8427b6609b25c729048f894e9d60 > commit: 4030decf42ca0da176fc1d5c556fc3f0035df6c9 [14/17] New > implementation for IO memcpy and IO memset > config: x86_64-kexec > (https://download.01.org/0day-ci/archive/20241029/202410290137.rHycxdZj-lkp@xxxxxxxxx/config) > compiler: clang version 19.1.2 (https://github.com/llvm/llvm-project > 7ba7d8e2f7b6445b60679da826210cdde29eaf8b) > reproduce (this is a W=1 build): > (https://download.01.org/0day-ci/archive/20241029/202410290137.rHycxdZj-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/202410290137.rHycxdZj-lkp@xxxxxxxxx/ > > All errors (new ones prefixed by >>): > >>> lib/iomem_copy.c:10:10: fatal error: 'linux/unaligned.h' file not found > 10 | #include <linux/unaligned.h> > | ^~~~~~~~~~~~~~~~~~~ > 1 error generated. > Thanks for the report, the header only became avaialable in 6.12-rc2, so I now rebased the entire tree on top of that to avoid any backmerges or conflicts. Arnd