* [openeuler:OLK-6.6 3214/3214] mm/gmem_phys.c:18:1: sparse: sparse: symbol 'hnode_lock' was not declared. Should it be static?
@ 2025-11-18 3:24 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-11-18 3:24 UTC (permalink / raw)
To: kernel, zhangjian; +Cc: oe-kbuild-all
tree: https://gitee.com/openeuler/kernel.git OLK-6.6
head: 4bd802eb810aced0425a9fbdedbf306c0c1e0fda
commit: ef19106bc1b493f2eb9d312de86f3cc0896b218a [3214/3214] gmem: introduce hnode for free peer-shared free page management
config: x86_64-randconfig-r111-20251118 (https://download.01.org/0day-ci/archive/20251118/202511181114.4QpjxRoN-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/20251118/202511181114.4QpjxRoN-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/202511181114.4QpjxRoN-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> mm/gmem_phys.c:18:1: sparse: sparse: symbol 'hnode_lock' was not declared. Should it be static?
vim +/hnode_lock +18 mm/gmem_phys.c
16
17
> 18 DEFINE_SPINLOCK(hnode_lock);
19 static nodemask_t hnode_map;
20 struct hnode *hnodes[MAX_NUMNODES];
21
--
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-11-18 3:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18 3:24 [openeuler:OLK-6.6 3214/3214] mm/gmem_phys.c:18:1: sparse: sparse: symbol 'hnode_lock' 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.