Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1535317
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next] liquidio: 'imply' ptp instead of 'select' |
| Date | 2016-12-03 02:30 +0100 |
| Message-ID | <sK7jk-2ZX-9@gated-at.bofh.it> (permalink) |
| References | <sK57P-1Ku-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Arnd,
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Arnd-Bergmann/liquidio-imply-ptp-instead-of-select/20161203-084019
config: x86_64-allmodconfig
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
make ARCH=x86_64 allmodconfig
make ARCH=x86_64
All errors (new ones prefixed by >>):
>> drivers/net/ethernet/cavium/Kconfig:81: syntax error
>> drivers/net/ethernet/cavium/Kconfig:80: unknown option "imply"
make[2]: *** [allmodconfig] Error 1
make[1]: *** [allmodconfig] Error 2
make: *** [sub-make] Error 2
--
>> drivers/net/ethernet/cavium/Kconfig:81: syntax error
>> drivers/net/ethernet/cavium/Kconfig:80: unknown option "imply"
make[2]: *** [oldconfig] Error 1
make[1]: *** [oldconfig] Error 2
make: *** [sub-make] Error 2
--
>> drivers/net/ethernet/cavium/Kconfig:81: syntax error
>> drivers/net/ethernet/cavium/Kconfig:80: unknown option "imply"
make[2]: *** [olddefconfig] Error 1
make[2]: Target 'oldnoconfig' not remade because of errors.
make[1]: *** [oldnoconfig] Error 2
make: *** [sub-make] Error 2
vim +81 drivers/net/ethernet/cavium/Kconfig
d07a147f David Daney 2016-03-14 74 port on Cavium Networks' Octeon CN57XX, CN56XX, CN55XX,
d07a147f David Daney 2016-03-14 75 CN54XX, CN52XX, and CN6XXX chips.
d07a147f David Daney 2016-03-14 76
111fc64a Raghu Vatsavayi 2016-11-28 77 config LIQUIDIO_VF
111fc64a Raghu Vatsavayi 2016-11-28 78 tristate "Cavium LiquidIO VF support"
111fc64a Raghu Vatsavayi 2016-11-28 79 depends on 64BIT && PCI_MSI
2d6e65ca Arnd Bergmann 2016-12-03 @80 imply PTP_1588_CLOCK
111fc64a Raghu Vatsavayi 2016-11-28 @81 ---help---
111fc64a Raghu Vatsavayi 2016-11-28 82 This driver supports Cavium LiquidIO Intelligent Server Adapter
111fc64a Raghu Vatsavayi 2016-11-28 83 based on CN23XX chips.
111fc64a Raghu Vatsavayi 2016-11-28 84
:::::: The code at line 81 was first introduced by commit
:::::: 111fc64a237f231bc2d3187bdf8358eb7966e6a9 liquidio CN23XX: VF registration
:::::: TO: Raghu Vatsavayi <rvatsavayi@caviumnetworks.com>
:::::: CC: David S. Miller <davem@davemloft.net>
---
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 net-next] liquidio: 'imply' ptp instead of 'select' Arnd Bergmann <arnd@arndb.de> - 2016-12-03 00:10 +0100
Re: [PATCH net-next] liquidio: 'imply' ptp instead of 'select' Nicolas Pitre <nicolas.pitre@linaro.org> - 2016-12-03 00:30 +0100
Re: [PATCH net-next] liquidio: 'imply' ptp instead of 'select' kbuild test robot <lkp@intel.com> - 2016-12-03 02:30 +0100
Re: [PATCH net-next] liquidio: 'imply' ptp instead of 'select' David Miller <davem@davemloft.net> - 2016-12-04 05:40 +0100
Re: [PATCH net-next] liquidio: 'imply' ptp instead of 'select' Nicolas Pitre <nicolas.pitre@linaro.org> - 2016-12-05 16:50 +0100
Re: [PATCH net-next] liquidio: 'imply' ptp instead of 'select' David Miller <davem@davemloft.net> - 2016-12-05 18:30 +0100
Re: [PATCH net-next] liquidio: 'imply' ptp instead of 'select' Nicolas Pitre <nicolas.pitre@linaro.org> - 2016-12-05 19:50 +0100
csiph-web