All of lore.kernel.org
 help / color / mirror / Atom feed
* [paulmck-rcu:puranjay.2026.06.23a 57/62] kernel/rcu/rcu_segcblist.c:666:19: error: 'struct rcu_gp_seq' has no member named 'exp'
@ 2026-06-24  4:28 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-06-24  4:28 UTC (permalink / raw)
  To: Puranjay Mohan; +Cc: 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: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260624/202606241228.mnZEVVVG-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260624/202606241228.mnZEVVVG-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/202606241228.mnZEVVVG-lkp@intel.com/

All errors (new ones prefixed by >>):

   kernel/rcu/rcu_segcblist.c: In function 'srcu_segcblist_accelerate':
>> kernel/rcu/rcu_segcblist.c:666:19: error: 'struct rcu_gp_seq' has no member named 'exp'
     666 |                 gs.exp = RCU_GET_STATE_NOT_TRACKED;
         |                   ^


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  4:28 UTC | newest]

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