Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Sam Ravnborg
On Thu, Feb 14, 2008 at 04:05:14PM -0500, Erez Zadok wrote: > In message <[EMAIL PROTECTED]>, Sam Ravnborg writes: > > On Thu, Feb 14, 2008 at 03:54:04PM -0500, Erez Zadok wrote: > > > Using: v2.6.25-rc1-120-ge760e71 > > > > > > In a normal compilation, I might this message: > > > > > > ... > >

Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Erez Zadok
In message <[EMAIL PROTECTED]>, Sam Ravnborg writes: > On Thu, Feb 14, 2008 at 03:54:04PM -0500, Erez Zadok wrote: > > Using: v2.6.25-rc1-120-ge760e71 > > > > In a normal compilation, I might this message: > > > > ... > > MODPOST vmlinux.o > > WARNING: modpost: Found 4 section mismatch(es). >

Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Sam Ravnborg
On Thu, Feb 14, 2008 at 03:54:04PM -0500, Erez Zadok wrote: > Using: v2.6.25-rc1-120-ge760e71 > > In a normal compilation, I might this message: > > ... > MODPOST vmlinux.o > WARNING: modpost: Found 4 section mismatch(es). > To see full details build your kernel with: > 'make

Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Roland Dreier
> I can indeed try to re-make, passing CONFIG_DEBUG_SECTION_MISMATCH=y on the > command line, but I can't turn on the option in my .config. That's because > the option depends on "UNDEFINED". (Was that an attempt to "hide" the > option? Why?) The following small patch allows me to set the

[PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Erez Zadok
Using: v2.6.25-rc1-120-ge760e71 In a normal compilation, I might this message: ... MODPOST vmlinux.o WARNING: modpost: Found 4 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' ... I can indeed try to re-make, passing

[PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Erez Zadok
Using: v2.6.25-rc1-120-ge760e71 In a normal compilation, I might this message: ... MODPOST vmlinux.o WARNING: modpost: Found 4 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' ... I can indeed try to re-make, passing

Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Erez Zadok
In message [EMAIL PROTECTED], Sam Ravnborg writes: On Thu, Feb 14, 2008 at 03:54:04PM -0500, Erez Zadok wrote: Using: v2.6.25-rc1-120-ge760e71 In a normal compilation, I might this message: ... MODPOST vmlinux.o WARNING: modpost: Found 4 section mismatch(es). To see full

Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Roland Dreier
I can indeed try to re-make, passing CONFIG_DEBUG_SECTION_MISMATCH=y on the command line, but I can't turn on the option in my .config. That's because the option depends on UNDEFINED. (Was that an attempt to hide the option? Why?) The following small patch allows me to set the option

Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Sam Ravnborg
On Thu, Feb 14, 2008 at 03:54:04PM -0500, Erez Zadok wrote: Using: v2.6.25-rc1-120-ge760e71 In a normal compilation, I might this message: ... MODPOST vmlinux.o WARNING: modpost: Found 4 section mismatch(es). To see full details build your kernel with: 'make

Re: [PATCH] unhide CONFIG_DEBUG_SECTION_MISMATCH

2008-02-14 Thread Sam Ravnborg
On Thu, Feb 14, 2008 at 04:05:14PM -0500, Erez Zadok wrote: In message [EMAIL PROTECTED], Sam Ravnborg writes: On Thu, Feb 14, 2008 at 03:54:04PM -0500, Erez Zadok wrote: Using: v2.6.25-rc1-120-ge760e71 In a normal compilation, I might this message: ... MODPOST vmlinux.o