Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
* [paulmck-rcu:puranjay.2026.06.23a 57/62] kernel/rcu/rcu_segcblist.c:666:6: error: no member named 'exp' in 'struct rcu_gp_seq'
@ 2026-06-24  7:15 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-06-24  7:15 UTC (permalink / raw)
  To: Puranjay Mohan; +Cc: llvm, oe-kbuild-all, linux-kernel, Paul E. McKenney

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git puranjay.2026.06.23a
head:   6daa08cf676d7c1ff53101073fdedbf3a6762370
commit: 2a07ef0ff9c70d0889e24fd5df792de66c8ae42c [57/62] rcu: Enable RCU callbacks to benefit from expedited grace periods
config: i386-randconfig-017-20260624 (https://download.01.org/0day-ci/archive/20260624/202606241542.bgLQweBP-lkp@intel.com/config)
compiler: clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260624/202606241542.bgLQweBP-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/202606241542.bgLQweBP-lkp@intel.com/

All errors (new ones prefixed by >>):

>> kernel/rcu/rcu_segcblist.c:666:6: error: no member named 'exp' in 'struct rcu_gp_seq'
     666 |                 gs.exp = RCU_GET_STATE_NOT_TRACKED;
         |                 ~~ ^
   1 error generated.


vim +666 kernel/rcu/rcu_segcblist.c

   660	
   661	bool srcu_segcblist_accelerate(struct rcu_segcblist *rsclp, unsigned long seq)
   662	{
   663		struct rcu_gp_seq gs = { .norm = seq };
   664	
   665		if (IS_ENABLED(CONFIG_SMP))
 > 666			gs.exp = RCU_GET_STATE_NOT_TRACKED;

--
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-06-24  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24  7:15 [paulmck-rcu:puranjay.2026.06.23a 57/62] kernel/rcu/rcu_segcblist.c:666:6: error: no member named 'exp' in 'struct rcu_gp_seq' 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