[android-common:mirror-chromeos-5.10-arcvm 1/1] drivers/firmware/smccc/smccc.c:11:10: fatal error: asm/archrandom.h: No such file or directory
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
Hi Will, FYI, the error/warning still remains. tree: https://android.googlesource.com/kernel/common mirror-chromeos-5.10-arcvm head: 8b4ccabf3e6b7ef8ad04f513e8e5b1a5a1021267 commit: d9a579535cd0f4623e627c3375781fb29c78692b [1/1] BACKPORT: arm/arm64: Probe for the presence of KVM hypervisor config: arm-randconfig-r051-20260814 (https://download.01.org/0day-ci/archive/20260815/[email protected]/config) compiler: arm-linux-gnueabi-gcc (GCC) 13.4.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260815/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): >> drivers/firmware/smccc/smccc.c:11:10: fatal error: asm/archrandom.h: No such file or directory 11 | #include <asm/archrandom.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. vim +11 drivers/firmware/smccc/smccc.c 7 8 #include <linux/init.h> 9 #include <linux/arm-smccc.h> 10 #include <linux/kernel.h> > 11 #include <asm/archrandom.h> 12 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki