* [gourryinverse:scratch/gourry/isolation/v3 1/9] include/linux/node.h:108:75: error: expected ';' after return statement
@ 2026-01-07 21:36 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-01-07 21:36 UTC (permalink / raw)
To: Gregory Price; +Cc: llvm, oe-kbuild-all
tree: https://github.com/gourryinverse/linux scratch/gourry/isolation/v3
head: 8a4f71e8f0a8aef992da7df176a352073872a47c
commit: c96cbb611777a60e4328fc821843d1bc092dcca1 [1/9] numa,memory_hotplug: create N_PRIVATE (Private Nodes)
config: i386-buildonly-randconfig-003-20260107 (https://download.01.org/0day-ci/archive/20260108/202601080507.ZGLRFGGY-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/20260108/202601080507.ZGLRFGGY-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/202601080507.ZGLRFGGY-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from arch/x86/kernel/asm-offsets.c:14:
In file included from include/linux/suspend.h:5:
In file included from include/linux/swap.h:11:
>> include/linux/node.h:108:75: error: expected ';' after return statement
108 | static inline int node_mark_private(int nid, bool enable) { return -ENODEV }
| ^
| ;
1 error generated.
make[3]: *** [scripts/Makefile.build:182: arch/x86/kernel/asm-offsets.s] Error 1 shuffle=3964712368
make[3]: Target 'prepare' not remade because of errors.
make[2]: *** [Makefile:1314: prepare0] Error 2 shuffle=3964712368
make[2]: Target 'prepare' not remade because of errors.
make[1]: *** [Makefile:248: __sub-make] Error 2 shuffle=3964712368
make[1]: Target 'prepare' not remade because of errors.
make: *** [Makefile:248: __sub-make] Error 2 shuffle=3964712368
make: Target 'prepare' not remade because of errors.
vim +108 include/linux/node.h
102
103 static inline void node_update_perf_attrs(unsigned int nid,
104 struct access_coordinate *coord,
105 enum access_coordinate_class access)
106 {
107 }
> 108 static inline int node_mark_private(int nid, bool enable) { return -ENODEV }
109 #endif
110
--
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-01-07 21:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07 21:36 [gourryinverse:scratch/gourry/isolation/v3 1/9] include/linux/node.h:108:75: error: expected ';' after return statement 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.