public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [gourryinverse:private_compression 34/60] drivers/base/node.c:1205:2: error: use of undeclared identifier 'node_private_initialized'
@ 2026-02-22 11:06 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-02-22 11:06 UTC (permalink / raw)
  To: Gregory Price; +Cc: llvm, oe-kbuild-all

tree:   https://github.com/gourryinverse/linux private_compression
head:   9fa5ffee4fd4726e31f05deebb938cccfa0b460f
commit: f03127df4a84bc148a92a8a8607acfa1ff47c6a2 [34/60] numa: introduce N_MEMORY_PRIVATE node state
config: sparc64-defconfig (https://download.01.org/0day-ci/archive/20260222/202602221942.LEjWOb9G-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/20260222/202602221942.LEjWOb9G-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/202602221942.LEjWOb9G-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/base/node.c:1205:2: error: use of undeclared identifier 'node_private_initialized'
    1205 |         node_private_initialized = true;
         |         ^
   1 error generated.


vim +/node_private_initialized +1205 drivers/base/node.c

  1183	
  1184	void __init node_dev_init(void)
  1185	{
  1186		int ret, i;
  1187	
  1188	 	BUILD_BUG_ON(ARRAY_SIZE(node_state_attr) != NR_NODE_STATES);
  1189	 	BUILD_BUG_ON(ARRAY_SIZE(node_state_attrs)-1 != NR_NODE_STATES);
  1190	
  1191		ret = subsys_system_register(&node_subsys, cpu_root_attr_groups);
  1192		if (ret)
  1193			panic("%s() failed to register subsystem: %d\n", __func__, ret);
  1194	
  1195		/*
  1196		 * Create all node devices, which will properly link the node
  1197		 * to already created cpu devices.
  1198		 */
  1199		for_each_online_node(i) {
  1200			ret =  register_node(i);
  1201			if (ret)
  1202				panic("%s() failed to add node: %d\n", __func__, ret);
  1203		}
  1204	
> 1205		node_private_initialized = true;

-- 
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-02-22 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-22 11:06 [gourryinverse:private_compression 34/60] drivers/base/node.c:1205:2: error: use of undeclared identifier 'node_private_initialized' kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox