All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Cc: kbuild-all@01.org, linux-pci@vger.kernel.org,
	Bjorn Helgaas <helgaas@kernel.org>
Subject: [pci:pci/hotplug 4/5] (.text+0x3454): multiple definition of `pci_acpi_program_hp_params'
Date: Tue, 23 Apr 2019 08:09:08 +0800	[thread overview]
Message-ID: <201904230807.LpFL2omo%lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/hotplug
head:   c098676c4df695cc8f430bfa5fa803f41c8584f4
commit: 8c76b06f58183e15f31d6660c9bd049cbba9e4f6 [4/5] PCI / ACPI: Remove the need for 'struct hotplug_params'
config: riscv-allyesconfig (attached as .config)
compiler: riscv64-linux-gcc (GCC) 8.1.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 8c76b06f58183e15f31d6660c9bd049cbba9e4f6
        # save the attached .config to linux build tree
        GCC_VERSION=8.1.0 make.cross ARCH=riscv 

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


All errors (new ones prefixed by >>):

   drivers/pci/pci.o: In function `pci_acpi_program_hp_params':
>> (.text+0x3454): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/slot.o: In function `pci_acpi_program_hp_params':
   (.text+0x792): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/pci_hotplug_core.o: In function `pci_acpi_program_hp_params':
   (.text+0xa0e): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/cpci_hotplug_core.o: In function `pci_acpi_program_hp_params':
   (.text+0x1282): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/cpci_hotplug_pci.o: In function `pci_acpi_program_hp_params':
   (.text+0x0): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/pciehp_core.o: In function `pci_acpi_program_hp_params':
   (.text+0x622): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/pciehp_ctrl.o: In function `pci_acpi_program_hp_params':
   (.text+0xde): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/pciehp_pci.o: In function `pci_acpi_program_hp_params':
   (.text+0x46): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/pciehp_hpc.o: In function `pci_acpi_program_hp_params':
   (.text+0x5d4): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/shpchp_core.o: In function `pci_acpi_program_hp_params':
   (.text+0x39a): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/shpchp_ctrl.o: In function `pci_acpi_program_hp_params':
   (.text+0xc56): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/shpchp_pci.o: In function `pci_acpi_program_hp_params':
   (.text+0x0): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/shpchp_sysfs.o: In function `pci_acpi_program_hp_params':
   (.text+0x1be): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here
   drivers/pci/hotplug/shpchp_hpc.o: In function `pci_acpi_program_hp_params':
   (.text+0xe00): multiple definition of `pci_acpi_program_hp_params'
   drivers/pci/probe.o:(.text+0x864): first defined here

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

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

             reply	other threads:[~2019-04-23  0:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-23  0:09 kbuild test robot [this message]
2019-04-23 17:57 ` [pci:pci/hotplug 4/5] (.text+0x3454): multiple definition of `pci_acpi_program_hp_params' Bjorn Helgaas

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=201904230807.LpFL2omo%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=helgaas@kernel.org \
    --cc=kbuild-all@01.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=mr.nuke.me@gmail.com \
    /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.