* [broonie-ci:kvm-arm64-sme 26/30] ./arch/arm64/include/asm/fpsimd.h:790:59: error: 'SME_VQ_INVALID' undeclared
@ 2026-07-07 1:15 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-07 1:15 UTC (permalink / raw)
To: Mark Brown; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git kvm-arm64-sme
head: 489202b3db0a02f59477f8ec63009dc3d998341f
commit: e698ce954a7916331bb640d94f345a0a23f99d18 [26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
config: arm64-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260707/202607070358.jjRKMyLh-lkp@intel.com/config)
compiler: aarch64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260707/202607070358.jjRKMyLh-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/202607070358.jjRKMyLh-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from ./arch/arm64/include/asm/processor.h:419,
from ./include/asm-generic/qrwlock.h:18,
from ./arch/arm64/include/generated/asm/qrwlock.h:1,
from ./arch/arm64/include/asm/spinlock.h:9,
from ./include/linux/spinlock.h:95,
from ./include/linux/mmzone.h:8,
from ./include/linux/gfp.h:7,
from ./include/linux/slab.h:17,
from ./include/linux/resource_ext.h:11,
from ./include/linux/acpi.h:14,
from ./include/acpi/apei.h:9,
from ./include/acpi/ghes.h:5,
from ./include/linux/arm_sdei.h:8,
from arch/arm64/kernel/asm-offsets.c:11:
./arch/arm64/include/asm/fpsimd.h: In function 'sme_max_virtualisable_vl':
>> ./arch/arm64/include/asm/fpsimd.h:790:59: error: 'SME_VQ_INVALID' undeclared (first use in this function)
790 | static inline int sme_max_virtualisable_vl(void) { return SME_VQ_INVALID; }
| ^~~~~~~~~~~~~~
./arch/arm64/include/asm/fpsimd.h:790:59: note: each undeclared identifier is reported only once for each function it appears in
vim +/SME_VQ_INVALID +790 ./arch/arm64/include/asm/fpsimd.h
785
786 static inline void sme_alloc(struct task_struct *task, bool flush) { }
787 static inline void sme_setup(void) { }
788 static inline unsigned int sme_get_vl(void) { return 0; }
789 static inline int sme_max_vl(void) { return 0; }
> 790 static inline int sme_max_virtualisable_vl(void) { return SME_VQ_INVALID; }
791 static inline int sme_set_current_vl(unsigned long arg) { return -EINVAL; }
792 static inline int sme_get_current_vl(void) { return -EINVAL; }
793 static inline void sme_suspend_exit(void) { }
794
--
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:[~2026-07-07 1:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-07 1:15 [broonie-ci:kvm-arm64-sme 26/30] ./arch/arm64/include/asm/fpsimd.h:790:59: error: 'SME_VQ_INVALID' undeclared kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.