From: kbuild test robot <lkp@intel.com>
To: Edward Cree <ecree@solarflare.com>
Cc: kbuild-all@01.org, linux-net-drivers@solarflare.com,
davem@davemloft.net, bkenward@solarflare.com,
netdev@vger.kernel.org
Subject: Re: [PATCH net-next 1/2] sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Date: Sat, 26 Nov 2016 08:58:07 +0800 [thread overview]
Message-ID: <201611260855.aKMo9XWI%fengguang.wu@intel.com> (raw)
In-Reply-To: <fe387b90-1fd5-2d12-ca46-ff04ed8a28b7@solarflare.com>
[-- Attachment #1: Type: text/plain, Size: 3792 bytes --]
Hi Edward,
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Edward-Cree/sfc-split-out-Falcon-driver/20161126-033439
config: i386-randconfig-h1-11260702 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
Note: the linux-review/Edward-Cree/sfc-split-out-Falcon-driver/20161126-033439 HEAD 738d215da7cf33cb4f2916dfba4fdb1558829e5a builds fine.
It only hurts bisectibility.
All error/warnings (new ones prefixed by >>):
drivers/net/ethernet/sfc/falcon/built-in.o: In function `tenxpress_set_id_led':
>> (.text+0x28db4): multiple definition of `tenxpress_set_id_led'
drivers/net/ethernet/sfc/built-in.o:(.text+0x3bac7): first defined here
drivers/net/ethernet/sfc/falcon/built-in.o: In function `falcon_stop_nic_stats':
>> (.text+0x1458c): multiple definition of `falcon_stop_nic_stats'
drivers/net/ethernet/sfc/built-in.o:(.text+0x15a09): first defined here
drivers/net/ethernet/sfc/falcon/built-in.o: In function `falcon_qt202x_set_led':
>> (.text+0x26915): multiple definition of `falcon_qt202x_set_led'
drivers/net/ethernet/sfc/built-in.o:(.text+0x39628): first defined here
>> drivers/net/ethernet/sfc/falcon/built-in.o:(.rodata+0x2ba0): multiple definition of `falcon_sfx7101_phy_ops'
drivers/net/ethernet/sfc/built-in.o:(.rodata+0x48a0): first defined here
>> drivers/net/ethernet/sfc/falcon/built-in.o:(.rodata+0x2ce0): multiple definition of `falcon_txc_phy_ops'
drivers/net/ethernet/sfc/built-in.o:(.rodata+0x49e0): first defined here
drivers/net/ethernet/sfc/falcon/built-in.o: In function `falcon_txc_set_gpio_dir':
>> (.text+0x2a104): multiple definition of `falcon_txc_set_gpio_dir'
drivers/net/ethernet/sfc/built-in.o:(.text+0x3ce17): first defined here
drivers/net/ethernet/sfc/falcon/built-in.o: In function `falcon_txc_set_gpio_val':
>> (.text+0x2a0b7): multiple definition of `falcon_txc_set_gpio_val'
drivers/net/ethernet/sfc/built-in.o:(.text+0x3cdca): first defined here
>> drivers/net/ethernet/sfc/falcon/built-in.o:(.rodata+0x2960): multiple definition of `falcon_qt202x_phy_ops'
drivers/net/ethernet/sfc/built-in.o:(.rodata+0x4660): first defined here
drivers/net/ethernet/sfc/falcon/built-in.o: In function `falcon_probe_board':
>> (.text+0x2bb13): multiple definition of `falcon_probe_board'
drivers/net/ethernet/sfc/built-in.o:(.text+0x3e826): first defined here
>> drivers/net/ethernet/sfc/falcon/built-in.o:(.rodata+0x1a00): multiple definition of `falcon_a1_nic_type'
drivers/net/ethernet/sfc/built-in.o:(.rodata+0x1b60): first defined here
>> ld: Warning: size of symbol `falcon_a1_nic_type' changed from 472 in drivers/net/ethernet/sfc/built-in.o to 356 in drivers/net/ethernet/sfc/falcon/built-in.o
>> drivers/net/ethernet/sfc/falcon/built-in.o:(.rodata+0x1880): multiple definition of `falcon_b0_nic_type'
drivers/net/ethernet/sfc/built-in.o:(.rodata+0x1980): first defined here
>> ld: Warning: size of symbol `falcon_b0_nic_type' changed from 472 in drivers/net/ethernet/sfc/built-in.o to 356 in drivers/net/ethernet/sfc/falcon/built-in.o
drivers/net/ethernet/sfc/falcon/built-in.o: In function `falcon_reset_xaui':
>> (.text+0x1835c): multiple definition of `falcon_reset_xaui'
drivers/net/ethernet/sfc/built-in.o:(.text+0x197d9): first defined here
drivers/net/ethernet/sfc/falcon/built-in.o: In function `falcon_start_nic_stats':
>> (.text+0x14327): multiple definition of `falcon_start_nic_stats'
drivers/net/ethernet/sfc/built-in.o:(.text+0x157a4): 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: 30036 bytes --]
next prev parent reply other threads:[~2016-11-26 0:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-25 17:44 [PATCH net-next 0/2] sfc: split out Falcon driver Edward Cree
2016-11-25 17:46 ` [PATCH net-next 1/2] sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver Edward Cree
2016-11-26 0:58 ` kbuild test robot [this message]
2016-11-28 11:29 ` Edward Cree
2016-11-25 17:47 ` [PATCH net-next 2/2] sfc: remove obvious Falcon-related code Edward Cree
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=201611260855.aKMo9XWI%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=bkenward@solarflare.com \
--cc=davem@davemloft.net \
--cc=ecree@solarflare.com \
--cc=kbuild-all@01.org \
--cc=linux-net-drivers@solarflare.com \
--cc=netdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).