* [gentoo-user] Is this because of make oldconfig?
@ 2008-07-18 17:39 Mick
2008-07-18 17:57 ` [gentoo-user] " Nikos Chantziaras
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Mick @ 2008-07-18 17:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
Hi All,
I rolled up a new kernel after I ran make oldconfig and noticed this little
message:
=======================================
. . .
CC arch/x86/lib/usercopy_32.o
AR arch/x86/lib/lib.a
LD vmlinux.o
MODPOST vmlinux.o
WARNING: modpost: Found 10 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
KSYM .tmp_kallsyms1.S
. . .
Kernel: arch/x86/boot/bzImage is ready (#1)
Building modules, stage 2.
MODPOST 66 modules
WARNING: modpost: Found 5 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
CC drivers/acpi/video.mod.o
LD [M] drivers/acpi/video.ko
CC drivers/block/cryptoloop.mod.o
LD [M] drivers/block/cryptoloop.ko
CC drivers/bluetooth/bcm203x.mod.o
LD [M] drivers/bluetooth/bcm203x.ko
CC drivers/bluetooth/hci_uart.mod.o
LD [M] drivers/bluetooth/hci_uart.ko
. . .
=======================================
What's it telling me? Is this something I should ignore?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: Is this because of make oldconfig?
2008-07-18 17:39 [gentoo-user] Is this because of make oldconfig? Mick
@ 2008-07-18 17:57 ` Nikos Chantziaras
2008-07-18 19:13 ` Mick
2008-07-18 18:35 ` [gentoo-user] " Volker Armin Hemmann
2008-07-18 18:43 ` Duane Griffin
2 siblings, 1 reply; 6+ messages in thread
From: Nikos Chantziaras @ 2008-07-18 17:57 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> Hi All,
>
> I rolled up a new kernel after I ran make oldconfig and noticed this little
> message:
> [...]
> WARNING: modpost: Found 5 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> [...]
> What's it telling me? Is this something I should ignore?
It's telling you to do 'make CONFIG_DEBUG_SECTION_MISMATCH=y' to get
more info :P
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Is this because of make oldconfig?
2008-07-18 17:39 [gentoo-user] Is this because of make oldconfig? Mick
2008-07-18 17:57 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-18 18:35 ` Volker Armin Hemmann
2008-07-18 18:43 ` Duane Griffin
2 siblings, 0 replies; 6+ messages in thread
From: Volker Armin Hemmann @ 2008-07-18 18:35 UTC (permalink / raw
To: gentoo-user
On Freitag, 18. Juli 2008, Mick wrote:
> Hi All,
>
> I rolled up a new kernel after I ran make oldconfig and noticed this little
> message:
> =======================================
> . . .
> CC arch/x86/lib/usercopy_32.o
> AR arch/x86/lib/lib.a
> LD vmlinux.o
> MODPOST vmlinux.o
> WARNING: modpost: Found 10 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> KSYM .tmp_kallsyms1.S
> . . .
> Kernel: arch/x86/boot/bzImage is ready (#1)
> Building modules, stage 2.
> MODPOST 66 modules
> WARNING: modpost: Found 5 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> CC drivers/acpi/video.mod.o
> LD [M] drivers/acpi/video.ko
> CC drivers/block/cryptoloop.mod.o
> LD [M] drivers/block/cryptoloop.ko
> CC drivers/bluetooth/bcm203x.mod.o
> LD [M] drivers/bluetooth/bcm203x.ko
> CC drivers/bluetooth/hci_uart.mod.o
> LD [M] drivers/bluetooth/hci_uart.ko
> . . .
> =======================================
>
> What's it telling me? Is this something I should ignore?
it is something you can ignore. I asked lkml once about it and didn't get any
answer so it is probably safe. Also, oldconfig is not to blame.
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Is this because of make oldconfig?
2008-07-18 17:39 [gentoo-user] Is this because of make oldconfig? Mick
2008-07-18 17:57 ` [gentoo-user] " Nikos Chantziaras
2008-07-18 18:35 ` [gentoo-user] " Volker Armin Hemmann
@ 2008-07-18 18:43 ` Duane Griffin
2008-07-18 19:27 ` Mick
2 siblings, 1 reply; 6+ messages in thread
From: Duane Griffin @ 2008-07-18 18:43 UTC (permalink / raw
To: gentoo-user
2008/7/18 Mick <michaelkintzios@gmail.com>:
> Hi All,
>
> I rolled up a new kernel after I ran make oldconfig and noticed this little
> message:
[snip]
> WARNING: modpost: Found 10 section mismatch(es).
[snip]
> What's it telling me? Is this something I should ignore?
The tool has detected something that could be a kernel bug or could be
a false positive. If it is a bug it may or may not actually affect
you, but probably won't. You'll know if it does because you'll see
nasty errors in your logs. I'd recommend ignoring it unless you see
those errors, it shouldn't corrupt your data or anything like that.
It has nothing to do with oldconfig.
Cheers,
Duane.
--
"I never could learn to drink that blood and call it wine" - Bob Dylan
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Re: Is this because of make oldconfig?
2008-07-18 17:57 ` [gentoo-user] " Nikos Chantziaras
@ 2008-07-18 19:13 ` Mick
0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2008-07-18 19:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 913 bytes --]
On Friday 18 July 2008, Nikos Chantziaras wrote:
> Mick wrote:
> > Hi All,
> >
> > I rolled up a new kernel after I ran make oldconfig and noticed this
> > little message:
> > [...]
> > WARNING: modpost: Found 5 section mismatch(es).
> > To see full details build your kernel with:
> > 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> > [...]
> > What's it telling me? Is this something I should ignore?
>
> It's telling you to do 'make CONFIG_DEBUG_SECTION_MISMATCH=y' to get
> more info :P
Sure, but since I'm not a kernel hacker (to be able to meaningfully decipher
10 pages of esoteric kernel debug info) and I could do without having to
remake the kernel in a rush, I thought of asking here first. ;-)
BTW, am I supposed to run by hand:
make CONFIG_DEBUG_SECTION_MISMATCH=y && make modules_install
or should I set CONFIG_DEBUG_SECTION_MISMATCH=y somewhere else?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Is this because of make oldconfig?
2008-07-18 18:43 ` Duane Griffin
@ 2008-07-18 19:27 ` Mick
0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2008-07-18 19:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
On Friday 18 July 2008, Duane Griffin wrote:
> 2008/7/18 Mick <michaelkintzios@gmail.com>:
> > Hi All,
> >
> > I rolled up a new kernel after I ran make oldconfig and noticed this
> > little message:
>
> [snip]
>
> > WARNING: modpost: Found 10 section mismatch(es).
>
> [snip]
>
> > What's it telling me? Is this something I should ignore?
>
> The tool has detected something that could be a kernel bug or could be
> a false positive. If it is a bug it may or may not actually affect
> you, but probably won't. You'll know if it does because you'll see
> nasty errors in your logs. I'd recommend ignoring it unless you see
> those errors, it shouldn't corrupt your data or anything like that.
>
> It has nothing to do with oldconfig.
Thanks guys.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-07-18 19:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 17:39 [gentoo-user] Is this because of make oldconfig? Mick
2008-07-18 17:57 ` [gentoo-user] " Nikos Chantziaras
2008-07-18 19:13 ` Mick
2008-07-18 18:35 ` [gentoo-user] " Volker Armin Hemmann
2008-07-18 18:43 ` Duane Griffin
2008-07-18 19:27 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox