* [openeuler:OLK-6.6 2635/2635] include/linux/virtcca_cvm_domain.h:69:51: warning: declaration of 'struct pci_dev' will not be visible outside of this function
@ 2025-08-04 14:36 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-08-04 14:36 UTC (permalink / raw)
To: kernel, y00878127; +Cc: oe-kbuild-all
tree: https://gitee.com/openeuler/kernel.git OLK-6.6
head: e46fbbc0ad301c3517340bf966d39b8493a2ebb0
commit: c5161d7e11a7e30755b2ec55aaebfd500193cbbc [2635/2635] virtCCA supports SR-IOV in CoDA scenarios.
config: x86_64-randconfig-2004-20250804 (https://download.01.org/0day-ci/archive/20250804/202508041601.9q74wpPL-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250804/202508041601.9q74wpPL-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/202508041601.9q74wpPL-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from net/sunrpc/sched.c:24:
>> include/linux/virtcca_cvm_domain.h:69:51: warning: declaration of 'struct pci_dev' will not be visible outside of this function [-Wvisibility]
69 | static inline int virtcca_add_coda_pci_dev(struct pci_dev *pdev)
| ^
1 warning generated.
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for PTP_1588_CLOCK
Depends on [n]: NET [=y] && POSIX_TIMERS [=n]
Selected by [m]:
- SXE [=m] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_LINKDATA [=y] && (X86 [=y] || ARM64) && PCI [=y]
- SXE_VF [=m] && NETDEVICES [=y] && ETHERNET [=y] && NET_VENDOR_LINKDATA [=y] && (X86 [=y] || ARM64) && PCI [=y]
vim +69 include/linux/virtcca_cvm_domain.h
68
> 69 static inline int virtcca_add_coda_pci_dev(struct pci_dev *pdev)
70 {
71 return 0;
72 }
73
--
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:[~2025-08-04 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 14:36 [openeuler:OLK-6.6 2635/2635] include/linux/virtcca_cvm_domain.h:69:51: warning: declaration of 'struct pci_dev' will not be visible outside of this function 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.