Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1321085

Re: [PATCH 21/31] Add debugger entry points for MIPS

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 21/31] Add debugger entry points for MIPS
Date 2016-01-28 22:50 +0100
Message-ID <qW2BY-13z-7@gated-at.bofh.it> (permalink)
References <qW0Tw-8hX-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Jeffrey,

[auto build test ERROR on v4.5-rc1]
[also build test ERROR on next-20160128]
[cannot apply to tip/x86/core]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Jeffrey-Merkey/Add-hard-soft-lockup-debugger-entry-points/20160129-035852
config: mips-jz4740 (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=mips 

All errors (new ones prefixed by >>):

   kernel/sys.o: In function `arch_breakpoint':
>> sys.c:(.text+0x880): multiple definition of `arch_breakpoint'
   kernel/sysctl.o:sysctl.c:(.text+0x134c): first defined here
   kernel/sys.o: In function `arch_breakpoint':
>> sys.c:(.text+0x884): multiple definition of `breakinst'
   kernel/sysctl.o:sysctl.c:(.text+0x1350): first defined here
   kernel/notifier.o: In function `arch_breakpoint':
   notifier.c:(.text+0x678): multiple definition of `arch_breakpoint'
   kernel/sysctl.o:sysctl.c:(.text+0x134c): first defined here
   kernel/notifier.o: In function `arch_breakpoint':
   notifier.c:(.text+0x67c): multiple definition of `breakinst'
   kernel/sysctl.o:sysctl.c:(.text+0x1350): first defined here
   kernel/sched/built-in.o: In function `arch_breakpoint':
   (.text+0x3b0): multiple definition of `arch_breakpoint'
   kernel/sysctl.o:sysctl.c:(.text+0x134c): first defined here
   kernel/sched/built-in.o: In function `arch_breakpoint':
   (.text+0x3b4): multiple definition of `breakinst'
   kernel/sysctl.o:sysctl.c:(.text+0x1350): first defined here
   kernel/kprobes.o: In function `arch_breakpoint':
   kprobes.c:(.text+0x1690): multiple definition of `arch_breakpoint'
   kernel/sysctl.o:sysctl.c:(.text+0x134c): first defined here
   kernel/kprobes.o: In function `arch_breakpoint':
   kprobes.c:(.text+0x1694): multiple definition of `breakinst'
   kernel/sysctl.o:sysctl.c:(.text+0x1350): first defined here

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 21/31] Add debugger entry points for MIPS Jeffrey Merkey <jeffmerkey@gmail.com> - 2016-01-28 21:00 +0100
  Re: [PATCH 21/31] Add debugger entry points for MIPS kbuild test robot <lkp@intel.com> - 2016-01-28 22:50 +0100
  Re: [PATCH 21/31] Add debugger entry points for MIPS "Maciej W. Rozycki" <macro@imgtec.com> - 2016-02-01 13:30 +0100
    Re: [PATCH 21/31] Add debugger entry points for MIPS Jeff Merkey <linux.mdb@gmail.com> - 2016-02-01 17:10 +0100
      Re: [PATCH 21/31] Add debugger entry points for MIPS Ralf Baechle <ralf@linux-mips.org> - 2016-02-01 22:30 +0100

csiph-web