* Re: [PATCH 2/3] irqchip/gic-v3: allocate one SGI for MSHV
[not found] <20251125170124.2443340-3-anirudh@anirudhrb.com>
@ 2025-11-27 10:36 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-27 10:36 UTC (permalink / raw)
To: Anirudh Raybharam, kys, haiyangz, wei.liu, decui, longli,
catalin.marinas, will, maz, tglx, Arnd Bergmann, akpm, agordeev,
guoweikang.kernel, osandov, bsz, linux-hyperv, linux-arm-kernel,
linux-kernel, linux-arch
Cc: llvm, oe-kbuild-all
Hi Anirudh,
kernel test robot noticed the following build errors:
[auto build test ERROR on next-20251125]
[also build test ERROR on v6.18-rc7]
[cannot apply to arm64/for-next/core tip/irq/core arnd-asm-generic/master linus/master v6.18-rc7 v6.18-rc6 v6.18-rc5]
[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/Anirudh-Raybharam/arm64-hyperv-move-hyperv-detection-earlier-in-boot/20251126-011057
base: next-20251125
patch link: https://lore.kernel.org/r/20251125170124.2443340-3-anirudh%40anirudhrb.com
patch subject: [PATCH 2/3] irqchip/gic-v3: allocate one SGI for MSHV
config: arm-randconfig-002-20251127 (https://download.01.org/0day-ci/archive/20251127/202511271745.71G6M2De-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project b3428bb966f1de8aa48375ffee0eba04ede133b7)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251127/202511271745.71G6M2De-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202511271745.71G6M2De-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/irqchip/irq-gic-v3.c:37:10: fatal error: 'asm/mshyperv.h' file not found
37 | #include <asm/mshyperv.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
vim +37 drivers/irqchip/irq-gic-v3.c
32
33 #include <asm/cputype.h>
34 #include <asm/exception.h>
35 #include <asm/smp_plat.h>
36 #include <asm/virt.h>
> 37 #include <asm/mshyperv.h>
38
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-27 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20251125170124.2443340-3-anirudh@anirudhrb.com>
2025-11-27 10:36 ` [PATCH 2/3] irqchip/gic-v3: allocate one SGI for MSHV kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox