* WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl
@ 2012-12-04 22:23 kbuild test robot
2012-12-05 8:12 ` Denis Kirjanov
0 siblings, 1 reply; 5+ messages in thread
From: kbuild test robot @ 2012-12-04 22:23 UTC (permalink / raw)
To: Bill Pemberton; +Cc: netdev, Greg Kroah-Hartman
tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head: 193c1e478cc496844fcbef402a10976c95a634ff
commit: 64bc40de134bb5c7826ff384016f654219ed3956 dlink: remove __dev* attributes
date: 27 hours ago
config: make ARCH=x86_64 allmodconfig
All warnings:
WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl
The function sundance_probe1() references
the variable __devinitconst sundance_pci_tbl.
This is often because sundance_probe1 lacks a __devinitconst
annotation or the annotation of sundance_pci_tbl is wrong.
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl
2012-12-04 22:23 WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl kbuild test robot
@ 2012-12-05 8:12 ` Denis Kirjanov
2012-12-05 15:32 ` Greg Kroah-Hartman
2012-12-05 17:50 ` David Miller
0 siblings, 2 replies; 5+ messages in thread
From: Denis Kirjanov @ 2012-12-05 8:12 UTC (permalink / raw)
To: kbuild test robot; +Cc: Bill Pemberton, netdev, Greg Kroah-Hartman
I"ll fix it.
Thanks.
On 12/5/12, kbuild test robot <fengguang.wu@intel.com> wrote:
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
> master
> head: 193c1e478cc496844fcbef402a10976c95a634ff
> commit: 64bc40de134bb5c7826ff384016f654219ed3956 dlink: remove __dev*
> attributes
> date: 27 hours ago
> config: make ARCH=x86_64 allmodconfig
>
> All warnings:
>
> WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section
> mismatch in reference from the function sundance_probe1() to the variable
> .devinit.rodata:sundance_pci_tbl
> The function sundance_probe1() references
> the variable __devinitconst sundance_pci_tbl.
> This is often because sundance_probe1 lacks a __devinitconst
> annotation or the annotation of sundance_pci_tbl is wrong.
>
> ---
> 0-DAY kernel build testing backend Open Source Technology Center
> Fengguang Wu, Yuanhan Liu Intel Corporation
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl
2012-12-05 8:12 ` Denis Kirjanov
@ 2012-12-05 15:32 ` Greg Kroah-Hartman
2012-12-05 17:50 ` David Miller
1 sibling, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2012-12-05 15:32 UTC (permalink / raw)
To: Denis Kirjanov; +Cc: kbuild test robot, Bill Pemberton, netdev
On Wed, Dec 05, 2012 at 11:12:32AM +0300, Denis Kirjanov wrote:
> I"ll fix it.
>
> Thanks.
>
> On 12/5/12, kbuild test robot <fengguang.wu@intel.com> wrote:
> > tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
> > master
> > head: 193c1e478cc496844fcbef402a10976c95a634ff
> > commit: 64bc40de134bb5c7826ff384016f654219ed3956 dlink: remove __dev*
> > attributes
> > date: 27 hours ago
> > config: make ARCH=x86_64 allmodconfig
> >
> > All warnings:
> >
> > WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section
> > mismatch in reference from the function sundance_probe1() to the variable
> > .devinit.rodata:sundance_pci_tbl
> > The function sundance_probe1() references
> > the variable __devinitconst sundance_pci_tbl.
> > This is often because sundance_probe1 lacks a __devinitconst
> > annotation or the annotation of sundance_pci_tbl is wrong.
No, no need to do this, it's fallout of the big dev* removal that is in
net-next right now, the warnings will go away when merged with my
driver-core-next tree which will happen in 3.8-rc1.
So please don't worry about it, it's a harmless message at the moment.
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl
2012-12-05 8:12 ` Denis Kirjanov
2012-12-05 15:32 ` Greg Kroah-Hartman
@ 2012-12-05 17:50 ` David Miller
2012-12-06 2:16 ` Fengguang Wu
1 sibling, 1 reply; 5+ messages in thread
From: David Miller @ 2012-12-05 17:50 UTC (permalink / raw)
To: kda; +Cc: fengguang.wu, wfp5p, netdev, gregkh
From: Denis Kirjanov <kda@linux-powerpc.org>
Date: Wed, 5 Dec 2012 11:12:32 +0300
> I"ll fix it.
You can't.
It's only going to get fixed by a change in Greg KH's device tree
which updates the PCI table macros to not use __dev* section tags.
Fengguant, _PLEASE_, as Greg requested, stop reporting these section
mismatch errors, they aren't helpful and are wasting valuable
developer time.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl
2012-12-05 17:50 ` David Miller
@ 2012-12-06 2:16 ` Fengguang Wu
0 siblings, 0 replies; 5+ messages in thread
From: Fengguang Wu @ 2012-12-06 2:16 UTC (permalink / raw)
To: David Miller; +Cc: kda, wfp5p, netdev, gregkh
On Wed, Dec 05, 2012 at 12:50:06PM -0500, David Miller wrote:
> From: Denis Kirjanov <kda@linux-powerpc.org>
> Date: Wed, 5 Dec 2012 11:12:32 +0300
>
> > I"ll fix it.
>
> You can't.
>
> It's only going to get fixed by a change in Greg KH's device tree
> which updates the PCI table macros to not use __dev* section tags.
>
> Fengguant, _PLEASE_, as Greg requested, stop reporting these section
> mismatch errors, they aren't helpful and are wasting valuable
> developer time.
Dave, Greg: Sorry for the delay! I've just disabled these section
mismatch warnings against *devinit*.
Thanks,
Fengguang
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-06 2:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 22:23 WARNING: drivers/net/ethernet/dlink/sundance.o(.text+0x2e87): Section mismatch in reference from the function sundance_probe1() to the variable .devinit.rodata:sundance_pci_tbl kbuild test robot
2012-12-05 8:12 ` Denis Kirjanov
2012-12-05 15:32 ` Greg Kroah-Hartman
2012-12-05 17:50 ` David Miller
2012-12-06 2:16 ` Fengguang Wu
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).