Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1414737
| From | Yongji Xie <xyjxie@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping |
| Date | 2016-06-06 10:30 +0200 |
| Message-ID | <rGY53-2mT-9@gated-at.bofh.it> (permalink) |
| References | <rGMwV-2Vg-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 2016/6/6 4:10, kbuild test robot wrote: > Hi, > > [auto build test ERROR on vfio/next] > [also build test ERROR on v4.7-rc1 next-20160603] > [cannot apply to pci/next] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Yongji-Xie/PCI-Add-a-new-PCI_BUS_FLAGS_MSI_REMAP-flag/20160530-215348 > base: https://github.com/awilliam/linux-vfio.git next > config: arm-sa1100 (attached as .config) > compiler: arm-linux-gnueabi-gcc (Debian 5.3.1-8) 5.3.1 20160205 > 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=arm > > All errors (new ones prefixed by >>): > > drivers/built-in.o: In function `pci_set_bus_msi_domain': >>> arm_pmu.c:(.text+0x5c58): undefined reference to `pci_bus_msi_isolated' Sorry for this fault. I will fix it in next version. The pci_bus_msi_isolated() should not depend on CONFIG_PCI_MSI, I would move this function from drivers/pci/msi.c to drivers/pci/probe.c. Thanks, Yongji
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping Yongji Xie <xyjxie@linux.vnet.ibm.com> - 2016-06-02 08:20 +0200
Re: [RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping kbuild test robot <lkp@intel.com> - 2016-06-05 22:10 +0200
Re: [RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping Yongji Xie <xyjxie@linux.vnet.ibm.com> - 2016-06-06 10:30 +0200
csiph-web