All of lore.kernel.org
 help / color / mirror / Atom feed
* [zen-kernel-zen-kernel:5.5/muqss 1/16] kernel/sched/MuQSS.c:139:36: error: 'CONFIG_SHARERQ' undeclared here (not in a function); did you mean 'CONFIG_SRCU'?
@ 2020-02-05 18:09 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-02-05 18:09 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1544 bytes --]

tree:   https://github.com/zen-kernel/zen-kernel 5.5/muqss
head:   ac994d428ce6eaa4c05a2b4a2083a32fcc55c682
commit: 3cb8dbe8f826f89701118d44389146736d96d4f7 [1/16] MultiQueue Skiplist Scheduler v0.198
config: m68k-m5475evb_defconfig (attached as .config)
compiler: m68k-linux-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 3cb8dbe8f826f89701118d44389146736d96d4f7
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=m68k 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> kernel/sched/MuQSS.c:139:36: error: 'CONFIG_SHARERQ' undeclared here (not in a function); did you mean 'CONFIG_SRCU'?
    static int rqshare __read_mostly = CONFIG_SHARERQ; /* Default RQSHARE_MC */
                                       ^~~~~~~~~~~~~~
                                       CONFIG_SRCU

vim +139 kernel/sched/MuQSS.c

   134	
   135	/*
   136	 * This determines what level of runqueue sharing will be done and is
   137	 * configurable at boot time with the bootparam rqshare =
   138	 */
 > 139	static int rqshare __read_mostly = CONFIG_SHARERQ; /* Default RQSHARE_MC */
   140	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 7259 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-05 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 18:09 [zen-kernel-zen-kernel:5.5/muqss 1/16] kernel/sched/MuQSS.c:139:36: error: 'CONFIG_SHARERQ' undeclared here (not in a function); did you mean 'CONFIG_SRCU'? kbuild 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.