Re: alpha modpost warnings

2007-06-06 Thread Sam Ravnborg
On Tue, Jun 05, 2007 at 07:35:02AM +0200, Sam Ravnborg wrote: > > WARNING: drivers/built-in.o(.data.rel+0x1a80): Section mismatch: reference > > to .init.text:serial8250_console_setup (between 'serial8250_console' and > > '__param_arr_probe_rsa') I wondered why this one showed up on alpha but

Re: alpha modpost warnings

2007-06-06 Thread Meelis Roos
> A few of the above was easy to fix. See patch below. This seems to work fine. -- Meelis Roos ([EMAIL PROTECTED]) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: alpha modpost warnings

2007-06-06 Thread Meelis Roos
A few of the above was easy to fix. See patch below. This seems to work fine. -- Meelis Roos ([EMAIL PROTECTED]) - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: alpha modpost warnings

2007-06-06 Thread Sam Ravnborg
On Tue, Jun 05, 2007 at 07:35:02AM +0200, Sam Ravnborg wrote: WARNING: drivers/built-in.o(.data.rel+0x1a80): Section mismatch: reference to .init.text:serial8250_console_setup (between 'serial8250_console' and '__param_arr_probe_rsa') I wondered why this one showed up on alpha but nowhere

Re: alpha modpost warnings

2007-06-05 Thread Richard Henderson
On Tue, Jun 05, 2007 at 07:35:02AM +0200, Sam Ravnborg wrote: > > WARNING: arch/alpha/kernel/built-in.o(.text+0x7d2c): Section mismatch: > reference to .init.text:init_rtc_irq (between 'common_init_rtc' and > 'timer_interrupt') Yeah, I know about them of course. The proper fix, as best I see it,

Re: alpha modpost warnings

2007-06-05 Thread Richard Henderson
On Tue, Jun 05, 2007 at 07:35:02AM +0200, Sam Ravnborg wrote: WARNING: arch/alpha/kernel/built-in.o(.text+0x7d2c): Section mismatch: reference to .init.text:init_rtc_irq (between 'common_init_rtc' and 'timer_interrupt') Yeah, I know about them of course. The proper fix, as best I see it, is

Re: alpha modpost warnings

2007-06-04 Thread Sam Ravnborg
On Mon, Jun 04, 2007 at 01:11:07PM +0300, Meelis Roos wrote: > I am building current 2.6.22-rc3+git for my alpha (Eiger) and get these. > > MODPOST vmlinux > WARNING: "saved_config" [arch/alpha/kernel/built-in] is COMMON symbol > WARNING: arch/alpha/kernel/built-in.o(.text+0x7d2c): Section

Re: alpha modpost warnings

2007-06-04 Thread Sam Ravnborg
> > Something for COMMON symbols was fixed for powerpc recently, the warning > is gone there. For PowerPC the symbol was declared .common in the .S file. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: alpha modpost warnings

2007-06-04 Thread Sam Ravnborg
Something for COMMON symbols was fixed for powerpc recently, the warning is gone there. For PowerPC the symbol was declared .common in the .S file. Sam - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: alpha modpost warnings

2007-06-04 Thread Sam Ravnborg
On Mon, Jun 04, 2007 at 01:11:07PM +0300, Meelis Roos wrote: I am building current 2.6.22-rc3+git for my alpha (Eiger) and get these. MODPOST vmlinux WARNING: saved_config [arch/alpha/kernel/built-in] is COMMON symbol WARNING: arch/alpha/kernel/built-in.o(.text+0x7d2c): Section mismatch: