All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: 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
Date: Tue, 14 Jan 2025 21:18:51 +0800	[thread overview]
Message-ID: <202501142102.vCaQ8U3v-lkp@intel.com> (raw)

:::::: 
:::::: 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

                 reply	other threads:[~2025-01-14 13:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202501142102.vCaQ8U3v-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.