From: kernel test robot <lkp@intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [broonie-ci:kvm-arm64-sme 26/30] ./arch/arm64/include/asm/fpsimd.h:790:59: error: 'SME_VQ_INVALID' undeclared
Date: Tue, 07 Jul 2026 03:15:39 +0200 [thread overview]
Message-ID: <202607070358.jjRKMyLh-lkp@intel.com> (raw)
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
reply other threads:[~2026-07-07 1:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202607070358.jjRKMyLh-lkp@intel.com \
--to=lkp@intel.com \
--cc=broonie@kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.