All of lore.kernel.org
 help / color / mirror / Atom feed
* [ihalip:KSPP20 1/1] kernel/trace/trace_printk.c:196:23: error: section of 'module_trace_bprintk_format_nb' conflicts with previous declaration
@ 2020-04-15 17:45 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-04-15 17:45 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/ihalip/linux KSPP20
head:   46737ae62cb70f8b1380f232f9ca908868c21521
commit: 46737ae62cb70f8b1380f232f9ca908868c21521 [1/1] tidy: all
config: arm-moxart_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.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 46737ae62cb70f8b1380f232f9ca908868c21521
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day GCC_VERSION=9.3.0 make.cross ARCH=arm 

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

All errors (new ones prefixed by >>):

>> kernel/trace/trace_printk.c:196:23: error: section of 'module_trace_bprintk_format_nb' conflicts with previous declaration
     196 | struct notifier_block module_trace_bprintk_format_nb __ro_after_init = {
         |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

vim +/module_trace_bprintk_format_nb +196 kernel/trace/trace_printk.c

   194	
   195	__initdata_or_module static
 > 196	struct notifier_block module_trace_bprintk_format_nb __ro_after_init = {
   197		.notifier_call = module_trace_bprintk_format_notify,
   198	};
   199	

---
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: 14166 bytes --]

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

only message in thread, other threads:[~2020-04-15 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 17:45 [ihalip:KSPP20 1/1] kernel/trace/trace_printk.c:196:23: error: section of 'module_trace_bprintk_format_nb' conflicts with previous declaration 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.