* [intel-tdx:guest-rtmr 2/6] drivers/virt/coco/tsm.c:491:31: sparse: sparse: symbol 'tsm_rtmr_type' was not declared. Should it be static?
@ 2024-02-25 2:13 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-25 2:13 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: oe-kbuild-all, Kuppuswamy Sathyanarayanan
tree: https://github.com/intel/tdx.git guest-rtmr
head: 1b43408eb53f05877353e5b810826024d63c76db
commit: a317cba140a2cc065fea8995108b9d671943fda1 [2/6] tsm: Add RTMRs to the configfs-tsm hierarchy
config: x86_64-randconfig-121-20240225 (https://download.01.org/0day-ci/archive/20240225/202402251027.lo70TGFF-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240225/202402251027.lo70TGFF-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/202402251027.lo70TGFF-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/virt/coco/tsm.c:491:31: sparse: sparse: symbol 'tsm_rtmr_type' was not declared. Should it be static?
vim +/tsm_rtmr_type +491 drivers/virt/coco/tsm.c
490
> 491 const struct config_item_type tsm_rtmr_type = {
492 .ct_owner = THIS_MODULE,
493 .ct_attrs = tsm_rtmr_attrs,
494 .ct_item_ops = &tsm_rtmr_item_ops,
495 };
496
--
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:[~2024-02-25 2:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25 2:13 [intel-tdx:guest-rtmr 2/6] drivers/virt/coco/tsm.c:491:31: sparse: sparse: symbol 'tsm_rtmr_type' was not declared. Should it be static? 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.