All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android14-kiwi-6.1 43/43] arch/arm64/kvm/hyp/nvhe/modules.c:43:10: sparse: sparse: symbol 'num_dynamic_hcalls' was not declared. Should it be static?
@ 2025-12-18 12:19 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-12-18 12:19 UTC (permalink / raw)
  To: cros-kernel-buildreports; +Cc: oe-kbuild-all

tree:   https://android.googlesource.com/kernel/common android14-kiwi-6.1
head:   d13a7e3b3e0f1ca9e8faea93fbebfed911c2588d
commit: e2eb8807e6b795dfcef162f7c4a45954077401c5 [43/43] ANDROID: KVM: arm64: Add support for custom hypercall registration
config: arm64-randconfig-r123-20251217 (https://download.01.org/0day-ci/archive/20251218/202512182009.IQJnnNzo-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251218/202512182009.IQJnnNzo-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/202512182009.IQJnnNzo-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> arch/arm64/kvm/hyp/nvhe/modules.c:43:10: sparse: sparse: symbol 'num_dynamic_hcalls' was not declared. Should it be static?
>> arch/arm64/kvm/hyp/nvhe/modules.c:44:1: sparse: sparse: symbol 'dyn_hcall_lock' was not declared. Should it be static?

vim +/num_dynamic_hcalls +43 arch/arm64/kvm/hyp/nvhe/modules.c

    42	
  > 43	atomic_t num_dynamic_hcalls = ATOMIC_INIT(0);
  > 44	DEFINE_HYP_SPINLOCK(dyn_hcall_lock);
    45	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [android-common:android14-kiwi-6.1 43/43] arch/arm64/kvm/hyp/nvhe/modules.c:43:10: sparse: sparse: symbol 'num_dynamic_hcalls' was not declared. Should it be static?
@ 2025-12-17 23:20 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2025-12-17 23:20 UTC (permalink / raw)
  To: cros-kernel-buildreports; +Cc: oe-kbuild-all

tree:   https://android.googlesource.com/kernel/common android14-kiwi-6.1
head:   12597ffc824d027b45aa3fda9606a4f0c3835d81
commit: e2eb8807e6b795dfcef162f7c4a45954077401c5 [43/43] ANDROID: KVM: arm64: Add support for custom hypercall registration
config: arm64-randconfig-r123-20251217 (https://download.01.org/0day-ci/archive/20251218/202512180716.S0q7ZfSp-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251218/202512180716.S0q7ZfSp-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/202512180716.S0q7ZfSp-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> arch/arm64/kvm/hyp/nvhe/modules.c:43:10: sparse: sparse: symbol 'num_dynamic_hcalls' was not declared. Should it be static?
>> arch/arm64/kvm/hyp/nvhe/modules.c:44:1: sparse: sparse: symbol 'dyn_hcall_lock' was not declared. Should it be static?

vim +/num_dynamic_hcalls +43 arch/arm64/kvm/hyp/nvhe/modules.c

    42	
  > 43	atomic_t num_dynamic_hcalls = ATOMIC_INIT(0);
  > 44	DEFINE_HYP_SPINLOCK(dyn_hcall_lock);
    45	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-18 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18 12:19 [android-common:android14-kiwi-6.1 43/43] arch/arm64/kvm/hyp/nvhe/modules.c:43:10: sparse: sparse: symbol 'num_dynamic_hcalls' was not declared. Should it be static? kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2025-12-17 23:20 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.