Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1511615 > unrolled thread
| Started by | Borislav Petkov <bp@alien8.de> |
|---|---|
| First post | 2016-10-29 12:20 +0200 |
| Last post | 2016-10-29 18:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
Section mismatch in reference from the function generic_NCR5380_isa_match() Borislav Petkov <bp@alien8.de> - 2016-10-29 12:20 +0200
Re: Section mismatch in reference from the function generic_NCR5380_isa_match() Johannes Thumshirn <jthumshirn@suse.de> - 2016-10-29 18:40 +0200
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Date | 2016-10-29 12:20 +0200 |
| Subject | Section mismatch in reference from the function generic_NCR5380_isa_match() |
| Message-ID | <sxyU2-4R3-7@gated-at.bofh.it> |
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.
[toc] | [next] | [standalone]
| From | Johannes Thumshirn <jthumshirn@suse.de> |
|---|---|
| Date | 2016-10-29 18:40 +0200 |
| Message-ID | <sxEPL-vT-7@gated-at.bofh.it> |
| In reply to | #1511615 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web