* [arm-platforms:kvm-arm64/mmu-pgt 8/27] arch/arm64/kvm/at.c:176:28: warning: variable 'mmu' set but not used
@ 2024-05-18 9:14 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-05-18 9:14 UTC (permalink / raw)
To: Marc Zyngier
Cc: oe-kbuild-all, linux-arm-kernel, Jintack Lim, Christoffer Dall
tree: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git kvm-arm64/mmu-pgt
head: 1ed29f79e7c6441ef29c25a43d7c82d91e884dcc
commit: 0d4dfd08f040c41143701887c95bfa50f78ee701 [8/27] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240518/202405181708.rahHctBK-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240518/202405181708.rahHctBK-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/202405181708.rahHctBK-lkp@intel.com/
All warnings (new ones prefixed by >>):
arch/arm64/kvm/at.c: In function '__kvm_at_s1e2':
>> arch/arm64/kvm/at.c:176:28: warning: variable 'mmu' set but not used [-Wunused-but-set-variable]
176 | struct kvm_s2_mmu *mmu;
| ^~~
vim +/mmu +176 arch/arm64/kvm/at.c
173
174 void __kvm_at_s1e2(struct kvm_vcpu *vcpu, u32 op, u64 vaddr)
175 {
> 176 struct kvm_s2_mmu *mmu;
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-18 9:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 9:14 [arm-platforms:kvm-arm64/mmu-pgt 8/27] arch/arm64/kvm/at.c:176:28: warning: variable 'mmu' set but not used 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;
as well as URLs for NNTP newsgroup(s).