All of lore.kernel.org
 help / color / mirror / Atom feed
* Section mismatch in reference from the function generic_NCR5380_isa_match()
@ 2016-10-29 10:12 Borislav Petkov
  2016-10-29 16:34 ` Johannes Thumshirn
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2016-10-29 10:12 UTC (permalink / raw)
  To: Ondrej Zary; +Cc: Finn Thain, Martin K. Petersen, linux-scsi, lkml

Hi,

I'm seeing this during randconfig builds:

WARNING: vmlinux.o(.text+0x1588439): Section mismatch in reference from the function generic_NCR5380_isa_match() to the function .init.text:probe_intr()
The function generic_NCR5380_isa_match() references
the function __init probe_intr().
This is often because generic_NCR5380_isa_match lacks a __init 
annotation or the annotation of probe_intr is wrong.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Section mismatch in reference from the function generic_NCR5380_isa_match()
  2016-10-29 10:12 Section mismatch in reference from the function generic_NCR5380_isa_match() Borislav Petkov
@ 2016-10-29 16:34 ` Johannes Thumshirn
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Thumshirn @ 2016-10-29 16:34 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Ondrej Zary, Finn Thain, Martin K. Petersen, linux-scsi, lkml

On Sat, Oct 29, 2016 at 12:12:21PM +0200, Borislav Petkov wrote:
> Hi,
> 
> I'm seeing this during randconfig builds:
> 
> WARNING: vmlinux.o(.text+0x1588439): Section mismatch in reference from the function generic_NCR5380_isa_match() to the function .init.text:probe_intr()
> The function generic_NCR5380_isa_match() references
> the function __init probe_intr().
> This is often because generic_NCR5380_isa_match lacks a __init 
> annotation or the annotation of probe_intr is wrong.

There's already a fix for it from Arnd [1] which should be in Linus' tree
already.


[1] 77f18a871 ("scsi: NCR5380: no longer mark irq probing as __init")

Byte,
	Johannes
-- 
Johannes Thumshirn                                          Storage
jthumshirn@suse.de                                +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-29 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-29 10:12 Section mismatch in reference from the function generic_NCR5380_isa_match() Borislav Petkov
2016-10-29 16:34 ` Johannes Thumshirn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.