Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703388
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe |
| Date | 2017-08-03 21:50 +0200 |
| Message-ID | <uaui5-4xf-11@gated-at.bofh.it> (permalink) |
| References | <ualeQ-6Uy-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Johan,
[auto build test ERROR on driver-core/driver-core-testing]
[also build test ERROR on v4.13-rc3 next-20170803]
[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/Johan-Hovold/dma-mapping-skip-USB-devices-when-configuring-DMA-during-probe/20170804-014620
config: sparc-defconfig (attached as .config)
compiler: sparc-linux-gcc (GCC) 6.2.0
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=sparc
All errors (new ones prefixed by >>):
drivers/base/dma-mapping.o: In function `dma_configure':
>> dma-mapping.c:(.text+0x720): undefined reference to `usb_bus_type'
dma-mapping.c:(.text+0x728): undefined reference to `usb_bus_type'
drivers/base/dma-mapping.o: In function `dma_deconfigure':
dma-mapping.c:(.text+0x7d0): undefined reference to `usb_bus_type'
dma-mapping.c:(.text+0x7d4): undefined reference to `usb_bus_type'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] dma-mapping: skip USB devices when configuring DMA during probe Johan Hovold <johan@kernel.org> - 2017-08-03 12:10 +0200
Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe Robin Murphy <robin.murphy@arm.com> - 2017-08-03 14:00 +0200
Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe Johan Hovold <johan@kernel.org> - 2017-08-03 14:40 +0200
Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe kbuild test robot <lkp@intel.com> - 2017-08-03 21:50 +0200
Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe kbuild test robot <lkp@intel.com> - 2017-08-03 21:50 +0200
Re: [PATCH] dma-mapping: skip USB devices when configuring DMA during probe Johan Hovold <johan@kernel.org> - 2017-08-04 09:50 +0200
csiph-web