All of lore.kernel.org
 help / color / mirror / Atom feed
* [zen:5.15/zen-sauce 11/28] kernel/irq/manage.c:29:24: error: redefinition of 'force_irqthreads_key' with a different type: 'struct static_key_true' vs 'struct static_key_false'
@ 2021-11-05  1:28 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-11-05  1:28 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/zen-kernel/zen-kernel 5.15/zen-sauce
head:   81ba2917231b206b7b6b9b160e456c5452c4f62e
commit: f1030c5bd8cd8f67cef664c0b6b9841afbc49363 [11/28] ZEN: Add an option to make threadirqs the default
config: x86_64-randconfig-r022-20211104 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 847a6807332b13f43704327c2d30103ec0347c77)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/zen-kernel/zen-kernel/commit/f1030c5bd8cd8f67cef664c0b6b9841afbc49363
        git remote add zen https://github.com/zen-kernel/zen-kernel
        git fetch --no-tags zen 5.15/zen-sauce
        git checkout f1030c5bd8cd8f67cef664c0b6b9841afbc49363
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

>> kernel/irq/manage.c:29:24: error: redefinition of 'force_irqthreads_key' with a different type: 'struct static_key_true' vs 'struct static_key_false'
   DEFINE_STATIC_KEY_TRUE(force_irqthreads_key);
                          ^
   include/linux/interrupt.h:480:26: note: previous declaration is here
   DECLARE_STATIC_KEY_FALSE(force_irqthreads_key);
                            ^
   1 error generated.


vim +29 kernel/irq/manage.c

    26	
    27	#if defined(CONFIG_IRQ_FORCED_THREADING) && !defined(CONFIG_PREEMPT_RT)
    28	#ifdef CONFIG_FORCE_IRQ_THREADING
  > 29	DEFINE_STATIC_KEY_TRUE(force_irqthreads_key);
    30	#else
    31	DEFINE_STATIC_KEY_FALSE(force_irqthreads_key);
    32	#endif
    33	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [zen:5.15/zen-sauce 11/28] kernel/irq/manage.c:29:24: error: redefinition of 'force_irqthreads_key' with a different type: 'struct static_key_true' vs 'struct static_key_false'
@ 2021-11-05  1:25 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-11-05  1:25 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/zen-kernel/zen-kernel 5.15/zen-sauce
head:   81ba2917231b206b7b6b9b160e456c5452c4f62e
commit: f1030c5bd8cd8f67cef664c0b6b9841afbc49363 [11/28] ZEN: Add an option to make threadirqs the default
config: x86_64-randconfig-r022-20211104 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 847a6807332b13f43704327c2d30103ec0347c77)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/zen-kernel/zen-kernel/commit/f1030c5bd8cd8f67cef664c0b6b9841afbc49363
        git remote add zen https://github.com/zen-kernel/zen-kernel
        git fetch --no-tags zen 5.15/zen-sauce
        git checkout f1030c5bd8cd8f67cef664c0b6b9841afbc49363
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash

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

All errors (new ones prefixed by >>):

>> kernel/irq/manage.c:29:24: error: redefinition of 'force_irqthreads_key' with a different type: 'struct static_key_true' vs 'struct static_key_false'
   DEFINE_STATIC_KEY_TRUE(force_irqthreads_key);
                          ^
   include/linux/interrupt.h:480:26: note: previous declaration is here
   DECLARE_STATIC_KEY_FALSE(force_irqthreads_key);
                            ^
   1 error generated.


vim +29 kernel/irq/manage.c

    26	
    27	#if defined(CONFIG_IRQ_FORCED_THREADING) && !defined(CONFIG_PREEMPT_RT)
    28	#ifdef CONFIG_FORCE_IRQ_THREADING
  > 29	DEFINE_STATIC_KEY_TRUE(force_irqthreads_key);
    30	#else
    31	DEFINE_STATIC_KEY_FALSE(force_irqthreads_key);
    32	#endif
    33	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-05  1:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05  1:28 [zen:5.15/zen-sauce 11/28] kernel/irq/manage.c:29:24: error: redefinition of 'force_irqthreads_key' with a different type: 'struct static_key_true' vs 'struct static_key_false' kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-11-05  1:25 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.