linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] 2.6.37-rc8 build failure on Alpha
@ 2011-01-03 20:57 Bob Tracy
  2011-01-03 22:40 ` Michael Cree
  0 siblings, 1 reply; 4+ messages in thread
From: Bob Tracy @ 2011-01-03 20:57 UTC (permalink / raw)
  To: linux-kernel

This probably happened before -rc8, but was not an issue for 2.6.36.

The 2.6.37-rc8 kernel build on alpha fails as follows:

(...)
  LD      usr/built-in.o
  AS      arch/alpha/kernel/entry.o
  CC      arch/alpha/kernel/traps.o
cc1: warnings being treated as errors
In file included from /usr/src/linux-2.6/arch/alpha/include/asm/mmu_context.h:22,
                 from arch/alpha/kernel/traps.c:26:
/usr/src/linux-2.6/arch/alpha/include/asm/io.h: In function '__set_hae':
/usr/src/linux-2.6/arch/alpha/include/asm/io.h:41: error: 'arch_local_irq_save' is static but used in inline function '__set_hae' which is not static
/usr/src/linux-2.6/arch/alpha/include/asm/io.h:49: error: 'arch_local_irq_restore' is static but used in inline function '__set_hae' which is not static
make[1]: *** [arch/alpha/kernel/traps.o] Error 1
make: *** [arch/alpha/kernel] Error 2

--Bob
rct_at_frus_dot_com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [BUG] 2.6.37-rc8 build failure on Alpha
  2011-01-03 20:57 [BUG] 2.6.37-rc8 build failure on Alpha Bob Tracy
@ 2011-01-03 22:40 ` Michael Cree
  2011-01-03 22:51   ` Bob Tracy
  2011-01-04 19:34   ` Matt Turner
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Cree @ 2011-01-03 22:40 UTC (permalink / raw)
  To: Bob Tracy; +Cc: linux-kernel, linux-alpha

On Tue, January 4, 2011 9:57 am, Bob Tracy wrote:
> This probably happened before -rc8, but was not an issue for 2.6.36.
>
> The 2.6.37-rc8 kernel build on alpha fails as follows:
>
> (...)
>   LD      usr/built-in.o
>   AS      arch/alpha/kernel/entry.o
>   CC      arch/alpha/kernel/traps.o
> cc1: warnings being treated as errors
> In file included from
> /usr/src/linux-2.6/arch/alpha/include/asm/mmu_context.h:22,
>                  from arch/alpha/kernel/traps.c:26:
> /usr/src/linux-2.6/arch/alpha/include/asm/io.h: In function '__set_hae':
> /usr/src/linux-2.6/arch/alpha/include/asm/io.h:41: error:
> 'arch_local_irq_save' is static but used in inline function '__set_hae'
> which is not static
> /usr/src/linux-2.6/arch/alpha/include/asm/io.h:49: error:
> 'arch_local_irq_restore' is static but used in inline function '__set_hae'
> which is not static

A patch that fixes this was posted to linux-alpha some time ago (see
http://www.spinics.net/linux/lists/linux-alpha/msg00710.html).  I am not
sure why it hasn't made it through to Linus as yet.

Cheers
Michael.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [BUG] 2.6.37-rc8 build failure on Alpha
  2011-01-03 22:40 ` Michael Cree
@ 2011-01-03 22:51   ` Bob Tracy
  2011-01-04 19:34   ` Matt Turner
  1 sibling, 0 replies; 4+ messages in thread
From: Bob Tracy @ 2011-01-03 22:51 UTC (permalink / raw)
  To: Michael Cree; +Cc: linux-kernel, linux-alpha

On Tue, Jan 04, 2011 at 11:40:26AM +1300, Michael Cree wrote:
> On Tue, January 4, 2011 9:57 am, Bob Tracy wrote:
> > (...)
> > The 2.6.37-rc8 kernel build on alpha fails as follows:
> > (...)
> 
> A patch that fixes this was posted to linux-alpha some time ago (see
> http://www.spinics.net/linux/lists/linux-alpha/msg00710.html).  I am not
> sure why it hasn't made it through to Linus as yet.

Thanks, Michael.  I figured I probably missed that particular needle
whilst perusing the haystack :-).

--Bob

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [BUG] 2.6.37-rc8 build failure on Alpha
  2011-01-03 22:40 ` Michael Cree
  2011-01-03 22:51   ` Bob Tracy
@ 2011-01-04 19:34   ` Matt Turner
  1 sibling, 0 replies; 4+ messages in thread
From: Matt Turner @ 2011-01-04 19:34 UTC (permalink / raw)
  To: Michael Cree; +Cc: Bob Tracy, linux-kernel, linux-alpha, Ivan Kokshaysky

On Mon, Jan 3, 2011 at 5:40 PM, Michael Cree <mcree@orcon.net.nz> wrote:
> On Tue, January 4, 2011 9:57 am, Bob Tracy wrote:
>> This probably happened before -rc8, but was not an issue for 2.6.36.
>>
>> The 2.6.37-rc8 kernel build on alpha fails as follows:
>>
>> (...)
>>   LD      usr/built-in.o
>>   AS      arch/alpha/kernel/entry.o
>>   CC      arch/alpha/kernel/traps.o
>> cc1: warnings being treated as errors
>> In file included from
>> /usr/src/linux-2.6/arch/alpha/include/asm/mmu_context.h:22,
>>                  from arch/alpha/kernel/traps.c:26:
>> /usr/src/linux-2.6/arch/alpha/include/asm/io.h: In function '__set_hae':
>> /usr/src/linux-2.6/arch/alpha/include/asm/io.h:41: error:
>> 'arch_local_irq_save' is static but used in inline function '__set_hae'
>> which is not static
>> /usr/src/linux-2.6/arch/alpha/include/asm/io.h:49: error:
>> 'arch_local_irq_restore' is static but used in inline function '__set_hae'
>> which is not static
>
> A patch that fixes this was posted to linux-alpha some time ago (see
> http://www.spinics.net/linux/lists/linux-alpha/msg00710.html).  I am not
> sure why it hasn't made it through to Linus as yet.
>
> Cheers
> Michael.

I haven't had much time for alpha things, so I haven't been keeping up
with patches lately. I'll send everything in my patch queue to Linus
for the .38 merge window.

Please send Ivan's patch to Linus directly, and CC Ivan so he can give
his Signed-off-by tag.

Thanks Michael and Bob.

Matt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-04 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-03 20:57 [BUG] 2.6.37-rc8 build failure on Alpha Bob Tracy
2011-01-03 22:40 ` Michael Cree
2011-01-03 22:51   ` Bob Tracy
2011-01-04 19:34   ` Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).