* [linux-next:master 13398/13762] arch/riscv/kernel/vendor_extensions/andes.c:11:33: sparse: sparse: symbol 'riscv_isa_vendor_ext_andes' was not declared. Should it be static?
@ 2024-07-24 7:13 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-07-24 7:13 UTC (permalink / raw)
To: Charlie Jenkins
Cc: oe-kbuild-all, Linux Memory Management List, Palmer Dabbelt,
Conor Dooley, Andy Chiu, Yu Chien Peter Lin
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 9ec6ec93f2c1e6cd2911e2a4acd5ac85e13bb3e2
commit: 23c996fc2bc1978a02c64eddb90b4ab5d309c8df [13398/13762] riscv: Extend cpufeature.c to detect vendor extensions
config: riscv-randconfig-r123-20240724 (https://download.01.org/0day-ci/archive/20240724/202407241530.ej5SVgX1-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 14.1.0
reproduce: (https://download.01.org/0day-ci/archive/20240724/202407241530.ej5SVgX1-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/202407241530.ej5SVgX1-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> arch/riscv/kernel/vendor_extensions/andes.c:11:33: sparse: sparse: symbol 'riscv_isa_vendor_ext_andes' was not declared. Should it be static?
vim +/riscv_isa_vendor_ext_andes +11 arch/riscv/kernel/vendor_extensions/andes.c
9
10 /* All Andes vendor extensions supported in Linux */
> 11 const struct riscv_isa_ext_data riscv_isa_vendor_ext_andes[] = {
12 __RISCV_ISA_EXT_DATA(xandespmu, RISCV_ISA_VENDOR_EXT_XANDESPMU),
13 };
14
--
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:[~2024-07-24 7:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-24 7:13 [linux-next:master 13398/13762] arch/riscv/kernel/vendor_extensions/andes.c:11:33: sparse: sparse: symbol 'riscv_isa_vendor_ext_andes' was not declared. Should it be static? 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