* [net-next:master 836/858] bcmsysport.c:undefined reference to `unregister_dsa_notifier'
@ 2017-10-13 7:41 kbuild test robot
2017-10-13 19:19 ` Florian Fainelli
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2017-10-13 7:41 UTC (permalink / raw)
To: Florian Fainelli; +Cc: kbuild-all, netdev
[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head: 2d0d21c12dfa3851620f1fa9fe2d444538f1fad4
commit: d156576362c07e954dc36e07b0d7b0733a010f7d [836/858] net: systemport: Establish lower/upper queue mapping
config: x86_64-randconfig-it0-10131242 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
git checkout d156576362c07e954dc36e07b0d7b0733a010f7d
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/ethernet/broadcom/bcmsysport.o: In function `bcm_sysport_remove':
>> bcmsysport.c:(.text+0x2020): undefined reference to `unregister_dsa_notifier'
drivers/net/ethernet/broadcom/bcmsysport.o: In function `bcm_sysport_probe':
>> bcmsysport.c:(.text+0x3689): undefined reference to `register_dsa_notifier'
bcmsysport.c:(.text+0x38d1): undefined reference to `unregister_dsa_notifier'
---
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: 33591 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [net-next:master 836/858] bcmsysport.c:undefined reference to `unregister_dsa_notifier'
2017-10-13 7:41 [net-next:master 836/858] bcmsysport.c:undefined reference to `unregister_dsa_notifier' kbuild test robot
@ 2017-10-13 19:19 ` Florian Fainelli
0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2017-10-13 19:19 UTC (permalink / raw)
To: kbuild test robot; +Cc: kbuild-all, netdev, davem, andew, vivien.didelot
On 10/13/2017 12:41 AM, kbuild test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
> head: 2d0d21c12dfa3851620f1fa9fe2d444538f1fad4
> commit: d156576362c07e954dc36e07b0d7b0733a010f7d [836/858] net: systemport: Establish lower/upper queue mapping
> config: x86_64-randconfig-it0-10131242 (attached as .config)
> compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
> reproduce:
> git checkout d156576362c07e954dc36e07b0d7b0733a010f7d
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
> All errors (new ones prefixed by >>):
>
> drivers/net/ethernet/broadcom/bcmsysport.o: In function `bcm_sysport_remove':
>>> bcmsysport.c:(.text+0x2020): undefined reference to `unregister_dsa_notifier'
> drivers/net/ethernet/broadcom/bcmsysport.o: In function `bcm_sysport_probe':
>>> bcmsysport.c:(.text+0x3689): undefined reference to `register_dsa_notifier'
> bcmsysport.c:(.text+0x38d1): undefined reference to `unregister_dsa_notifier'
Ah this configuration is: CONFIG_SYSTEMPORT=y and CONFIG_NET_DSA=m which
would cause the following link failures.
I will submit a fix shortly after making sure that this won't cause
circular dependencies.
Thanks
--
Florian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-13 19:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 7:41 [net-next:master 836/858] bcmsysport.c:undefined reference to `unregister_dsa_notifier' kbuild test robot
2017-10-13 19:19 ` Florian Fainelli
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).