[jimc:scratchpad-v10 13/24] kernel/locking/lockdep.c:71:71: error: macro "SCRATCHREC_INIT_STATIC" passed 7 arguments, but takes just 6

kernel test robot <[email protected]>
Newsgroups dev.linux.lists.oe-kbuild-all
Message-ID <[email protected]>
tree:   https://github.com/jimc/linux.git scratchpad-v10
head:   a23fc077806416450fbeb0a5a534fd995e465430
commit: c64a3f08a0141ea44aaf52cb647a97400c5e1dd0 [13/24] locking/lockdep: Allocate list_entries from static bootstrap scratchrec pool
config: x86_64-randconfig-006-20260822 (https://download.01.org/0day-ci/archive/20260823/[email protected]/config)
compiler: gcc-12 (Debian 12.4.0-5) 12.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260823/[email protected]/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 <[email protected]>
| Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/

Note: the jimc/scratchpad-v10 HEAD a23fc077806416450fbeb0a5a534fd995e465430 builds fine.
      It only hurts bisectability.

All errors (new ones prefixed by >>):

>> kernel/locking/lockdep.c:71:71: error: macro "SCRATCHREC_INIT_STATIC" passed 7 arguments, but takes just 6
      71 |                                SCRATCH_64K_ORDER, 0, &lockdep_pool_key);
         |                                                                       ^
   In file included from kernel/locking/lockdep.c:61:
   include/linux/scratchpad.h:360: note: macro "SCRATCHREC_INIT_STATIC" defined here
     360 | #define SCRATCHREC_INIT_STATIC(name, _elem_size, _static_buf, _size_bytes, _min_order, _key) \
         | 
>> kernel/locking/lockdep.c:69:9: error: 'SCRATCHREC_INIT_STATIC' undeclared here (not in a function)
      69 |         SCRATCHREC_INIT_STATIC(lockdep_pool, sizeof(struct lock_list),
         |         ^~~~~~~~~~~~~~~~~~~~~~


vim +/SCRATCHREC_INIT_STATIC +71 kernel/locking/lockdep.c

    66	
    67	DEFINE_STATIC_KEY_TRUE(lockdep_pool_key);
    68	static struct scratchrec lockdep_pool =
  > 69		SCRATCHREC_INIT_STATIC(lockdep_pool, sizeof(struct lock_list),
    70				       list_entries, sizeof(list_entries),
  > 71				       SCRATCH_64K_ORDER, 0, &lockdep_pool_key);
    72	

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.