* arch/sh/drivers/pci/fixups-rts7751r2d.c:32: multiple definition of `pcibios_map_platform_irq'; arch/sh/drivers/pci/fixups-titan.o:arch/sh/drivers/pci/fixups-titan.c:29: first defined here
@ 2025-01-14 13:18 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-01-14 13:18 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "only suspicious fbc files changed"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Kees Cook <keescook@chromium.org>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Nathan Chancellor <nathan@kernel.org>
CC: Nick Desaulniers <ndesaulniers@google.com>
CC: Masahiro Yamada <masahiroy@kernel.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Linux Memory Management List <linux-mm@kvack.org>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: c45323b7560ec87c37c729b703c86ee65f136d75
commit: f9b3cd24578401e7a392974b3353277286e49cee Kconfig.debug: make DEBUG_INFO selectable from a choice
date: 2 years, 10 months ago
:::::: branch date: 20 hours ago
:::::: commit date: 2 years, 10 months ago
config: sh-buildonly-randconfig-r006-20221110 (https://download.01.org/0day-ci/archive/20250114/202501142102.vCaQ8U3v-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 12.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250114/202501142102.vCaQ8U3v-lkp@intel.com/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 <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202501142102.vCaQ8U3v-lkp@intel.com/
All errors (new ones prefixed by >>):
sh4-linux-ld: arch/sh/drivers/pci/fixups-rts7751r2d.o: in function `pcibios_map_platform_irq':
>> arch/sh/drivers/pci/fixups-rts7751r2d.c:32: multiple definition of `pcibios_map_platform_irq'; arch/sh/drivers/pci/fixups-titan.o:arch/sh/drivers/pci/fixups-titan.c:29: first defined here
sh4-linux-ld: warning: arch/sh/lib/udivsi3_i4i-Os.o: missing .note.GNU-stack section implies executable stack
sh4-linux-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
vim +32 arch/sh/drivers/pci/fixups-rts7751r2d.c
37c8ac361efdba Paul Mundt 2009-04-20 30
2b8ff9f2769135 Matthew Minter 2017-07-31 31 int pcibios_map_platform_irq(const struct pci_dev *pdev, u8 slot, u8 pin)
37c8ac361efdba Paul Mundt 2009-04-20 @32 {
37c8ac361efdba Paul Mundt 2009-04-20 33 if (mach_is_lboxre2())
37c8ac361efdba Paul Mundt 2009-04-20 34 return lboxre2_irq_tab[slot];
37c8ac361efdba Paul Mundt 2009-04-20 35 else
37c8ac361efdba Paul Mundt 2009-04-20 36 return rts7751r2d_irq_tab[slot];
37c8ac361efdba Paul Mundt 2009-04-20 37 }
37c8ac361efdba Paul Mundt 2009-04-20 38
:::::: The code at line 32 was first introduced by commit
:::::: 37c8ac361efdbae969eff1a603bc39412d3e873f sh: pci: Consolidate lboxre2 and r2d IRQ fixups.
:::::: TO: Paul Mundt <lethal@linux-sh.org>
:::::: CC: Paul Mundt <lethal@linux-sh.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-14 13:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 13:18 arch/sh/drivers/pci/fixups-rts7751r2d.c:32: multiple definition of `pcibios_map_platform_irq'; arch/sh/drivers/pci/fixups-titan.o:arch/sh/drivers/pci/fixups-titan.c:29: first defined here 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.