From: kernel test robot <lkp@intel.com>
To: Gregory Price <gourry@gourry.net>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: [gourryinverse:private_compression 34/60] drivers/base/node.c:1205:2: error: use of undeclared identifier 'node_private_initialized'
Date: Sun, 22 Feb 2026 19:06:17 +0800 [thread overview]
Message-ID: <202602221942.LEjWOb9G-lkp@intel.com> (raw)
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
reply other threads:[~2026-02-22 11:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202602221942.LEjWOb9G-lkp@intel.com \
--to=lkp@intel.com \
--cc=gourry@gourry.net \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.