Re: Section mismatch warnings ( Re: 2.6.23-rc2-mm2 )

2007-08-10 Thread Andrew Morton
On Fri, 10 Aug 2007 21:04:53 +0200 Gabriel C <[EMAIL PROTECTED]> wrote: > Some more > > ... > > WARNING: vmlinux.o(.text+0xce2ce): Section mismatch: reference to > .init.data:lowhsync (between 'pm2fb_set_par' and 'pm2fb_pan_display') > WARNING: vmlinux.o(.text+0xce2e8): Section mismatch: refere

Re: Section mismatch warnings

2007-08-02 Thread Gabriel C
Sam Ravnborg wrote: > Please forward it to akpm. > I usually do not carry non-kbuild patches in my tree to keep 'noise' level > down. Ok done. Thank you very much for your help on this. I'll try to fix the remaining warnings soon. > > Sam > Gabriel - To unsubscribe from this list: sen

Re: Section mismatch warnings

2007-08-02 Thread Sam Ravnborg
On Thu, Aug 02, 2007 at 07:12:36PM +0200, Gabriel C wrote: > Sam Ravnborg wrote: > > On Thu, Aug 02, 2007 at 04:27:34PM +0200, Gabriel C wrote: > > WARNING: vmlinux.o(.init.text+0x29d40): Section mismatch: reference to > > .exit.text:wbsd_release_resources (between 'wbsd_init' and 'wbsd_pr

Re: Section mismatch warnings

2007-08-02 Thread Gabriel C
Sam Ravnborg wrote: > On Thu, Aug 02, 2007 at 04:27:34PM +0200, Gabriel C wrote: > WARNING: vmlinux.o(.init.text+0x29d40): Section mismatch: reference to > .exit.text:wbsd_release_resources (between 'wbsd_init' and 'wbsd_probe') > WARNING: vmlinux.o(.init.text+0x29d49): Section mismatc

Re: Section mismatch warnings

2007-08-02 Thread Sam Ravnborg
On Thu, Aug 02, 2007 at 04:27:34PM +0200, Gabriel C wrote: > > >>> WARNING: vmlinux.o(.init.text+0x29d40): Section mismatch: reference to > >>> .exit.text:wbsd_release_resources (between 'wbsd_init' and 'wbsd_probe') > >>> WARNING: vmlinux.o(.init.text+0x29d49): Section mismatch: reference to >

Re: Section mismatch warnings

2007-08-02 Thread Gabriel C
>>> WARNING: vmlinux.o(.init.text+0x29d40): Section mismatch: reference to >>> .exit.text:wbsd_release_resources (between 'wbsd_init' and 'wbsd_probe') >>> WARNING: vmlinux.o(.init.text+0x29d49): Section mismatch: reference to >>> .exit.text:wbsd_free_mmc (between 'wbsd_init' and 'wbsd_probe') >

Re: Section mismatch warnings

2007-07-31 Thread Gabriel C
Sam Ravnborg wrote: > On Tue, Jul 31, 2007 at 09:45:22PM +0200, Gabriel C wrote: >> Hi Sam , >> >> me again. I got some more mismatch warnings with a randconfig ( >> http://194.231.229.228/git-current/randconfig-auto-14 ) >> >> >> ... >> >> >> MODPOST vmlinux.o >> WARNING: vmlinux.o(.text+0x8adb

Re: Section mismatch warnings

2007-07-31 Thread Sam Ravnborg
On Tue, Jul 31, 2007 at 09:45:22PM +0200, Gabriel C wrote: > Hi Sam , > > me again. I got some more mismatch warnings with a randconfig ( > http://194.231.229.228/git-current/randconfig-auto-14 ) > > > ... > > > MODPOST vmlinux.o > WARNING: vmlinux.o(.text+0x8adb): Section mismatch: referen

Re: Section mismatch warnings

2007-07-31 Thread Gabriel C
Hi Sam , me again. I got some more mismatch warnings with a randconfig ( http://194.231.229.228/git-current/randconfig-auto-14 ) ... MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x8adb): Section mismatch: reference to .init.text:register_cpu (between 'arch_register_cpu' and 'text_poke') WARN

Re: Section mismatch warnings

2007-07-30 Thread Gabriel C
Sam Ravnborg wrote: > On Mon, Jul 30, 2007 at 07:48:09PM +0200, Gabriel C wrote: >> Hi Sam , >> >> I get this warnings with a randconfig ( >> http://194.231.229.228/git-current/randconfig-auto-36 ) : >> >> >> ... >> > I only looked at the Section mismatch warnings. > They are fixed by following pa

Re: Section mismatch warnings

2007-07-30 Thread Sam Ravnborg
On Mon, Jul 30, 2007 at 07:48:09PM +0200, Gabriel C wrote: > Hi Sam , > > I get this warnings with a randconfig ( > http://194.231.229.228/git-current/randconfig-auto-36 ) : > > > ... > I only looked at the Section mismatch warnings. They are fixed by following patch. James - I assume you wil

Re: Section mismatch warnings for early memory allocations

2007-07-23 Thread Sam Ravnborg
On Mon, Jul 23, 2007 at 09:22:14AM -0700, Luck, Tony wrote: > Checking for section mismatches across all of vmlinux is kicking > out a bunch of new warnings. Many of them real, but I have a > few from routines like this: > > foo(...) > { > static int first_time = 1; > > if (first_tim

Re: Section mismatch warnings (was Re: [PATCH] early_pfn_to_nid needs to be __meminit)

2007-05-09 Thread Yasunori Goto
Add to CC: Sam-san. :-) > On Wed, 2007-05-09 at 14:45 -0500, Linas Vepstas wrote: > > On Wed, May 09, 2007 at 06:51:15PM +0200, Gabriel Paubert wrote: > > > On Thu, May 10, 2007 at 02:25:52AM +1000, Stephen Rothwell wrote: > > > > This removes a section mismatch warning in those circumstances. > >

Re: Section mismatch warnings (was Re: [PATCH] early_pfn_to_nid needs to be __meminit)

2007-05-09 Thread Josh Boyer
On Wed, 2007-05-09 at 14:45 -0500, Linas Vepstas wrote: > On Wed, May 09, 2007 at 06:51:15PM +0200, Gabriel Paubert wrote: > > On Thu, May 10, 2007 at 02:25:52AM +1000, Stephen Rothwell wrote: > > > This removes a section mismatch warning in those circumstances. > > > > Speaking of this, I just tr

Re: Section mismatch warnings (was Re: [PATCH] early_pfn_to_nid needs to be __meminit)

2007-05-09 Thread Linas Vepstas
On Wed, May 09, 2007 at 06:51:15PM +0200, Gabriel Paubert wrote: > On Thu, May 10, 2007 at 02:25:52AM +1000, Stephen Rothwell wrote: > > This removes a section mismatch warning in those circumstances. > > Speaking of this, I just tried to compile an official (Linus' git tree) > kernel for my old