* [android-common:android15-6.6-2025-04 6/6] arch/arm64/kvm/hyp_trace.c:709:37: warning: unused variable 'hyp_trace_raw_fops'
@ 2026-03-31 8:48 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-03-31 8:48 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android15-6.6-2025-04
head: ce562c94afca04439e69f19959cb6198e0776d45
commit: 8ae140fc839f2739df17942add206b1dc938c85c [6/6] ANDROID: KVM: arm64: Add raw interface to nVHE hyp tracing
config: arm64-randconfig-002-20260331 (https://download.01.org/0day-ci/archive/20260331/202603311653.JxcIsUpn-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260331/202603311653.JxcIsUpn-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/202603311653.JxcIsUpn-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> arch/arm64/kvm/hyp_trace.c:709:37: warning: unused variable 'hyp_trace_raw_fops' [-Wunused-const-variable]
709 | static const struct file_operations hyp_trace_raw_fops = {
| ^~~~~~~~~~~~~~~~~~
1 warning generated.
vim +/hyp_trace_raw_fops +709 arch/arm64/kvm/hyp_trace.c
708
> 709 static const struct file_operations hyp_trace_raw_fops = {
710 .open = hyp_trace_raw_open,
711 .read = hyp_trace_raw_read,
712 .release = hyp_trace_raw_release,
713 .llseek = no_llseek,
714 };
715
--
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-03-31 8:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 8:48 [android-common:android15-6.6-2025-04 6/6] arch/arm64/kvm/hyp_trace.c:709:37: warning: unused variable 'hyp_trace_raw_fops' 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.