* [sashal-linus-next:linus-next 24/43] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:111:22: warning: 'kvm_gmem_get_folio_noalloc' defined but not used
@ 2026-03-17 20:30 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-03-17 20:30 UTC (permalink / raw)
To: Sasha Levin; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git linus-next
head: e9cdadb8e756233fae78095f72ff1f40f138def1
commit: 2268a4ea672795a572dbbd7187117546ff262562 [24/43] Merge branch 'mm-next' into all-next
config: x86_64-randconfig-014-20260317 (https://download.01.org/0day-ci/archive/20260318/202603180446.dkWedwkx-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260318/202603180446.dkWedwkx-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/202603180446.dkWedwkx-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> arch/x86/kvm/../../../virt/kvm/guest_memfd.c:111:22: warning: 'kvm_gmem_get_folio_noalloc' defined but not used [-Wunused-function]
111 | static struct folio *kvm_gmem_get_folio_noalloc(struct inode *inode, pgoff_t pgoff)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/kvm_gmem_get_folio_noalloc +111 arch/x86/kvm/../../../virt/kvm/guest_memfd.c
3bb2531e20bff9 Paolo Bonzini 2024-05-07 110
0ad31a420d0638 Nikita Kalyazin 2026-03-06 @111 static struct folio *kvm_gmem_get_folio_noalloc(struct inode *inode, pgoff_t pgoff)
0ad31a420d0638 Nikita Kalyazin 2026-03-06 112 {
0ad31a420d0638 Nikita Kalyazin 2026-03-06 113 return __filemap_get_folio(inode->i_mapping, pgoff,
0ad31a420d0638 Nikita Kalyazin 2026-03-06 114 FGP_LOCK | FGP_ACCESSED, 0);
0ad31a420d0638 Nikita Kalyazin 2026-03-06 115 }
0ad31a420d0638 Nikita Kalyazin 2026-03-06 116
:::::: The code at line 111 was first introduced by commit
:::::: 0ad31a420d063897026ee2e71e1461069951ac72 KVM: guest_memfd: implement userfaultfd operations
:::::: TO: Nikita Kalyazin <kalyazin@amazon.com>
:::::: CC: Andrew Morton <akpm@linux-foundation.org>
--
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-17 20:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 20:30 [sashal-linus-next:linus-next 24/43] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:111:22: warning: 'kvm_gmem_get_folio_noalloc' defined but not used 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.