LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [REGRESSION] 2.6.25-rc1 does not boot on Alpha
@ 2008-02-13  5:29 Bob Tracy
  2008-02-13  9:22 ` Ingo Molnar
  2008-02-13 19:39 ` Peter Zijlstra
  0 siblings, 2 replies; 10+ messages in thread
From: Bob Tracy @ 2008-02-13  5:29 UTC (permalink / raw)
  To: linux-kernel

This isn't going to be terribly useful other than giving someone a
heads-up there's a problem with something in 2.6.25-rc1 on the Alpha
PWS 433au.  I get the usual messages out of "aboot", including

aboot: zero-filling 210392 bytes at 0xfffffc0000776740
aboot: starting kernel vmlinux.new.gz with argument ro root=/dev/sda3

and then the screen background switches to red and the machine locks
up solid.  No further console output.  Completely reproducible.  The
2.6.24 kernel is fine.

Unless someone has a good idea what's causing this, I see a massive
"git bisect" project in my future.  Won't be able to spend any time with
this until at least the weekend :-(.

-- 
------------------------------------------------------------------------
Bob Tracy          |  "I was a beta tester for dirt.  They never did
rct@frus.com       |   get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13  5:29 [REGRESSION] 2.6.25-rc1 does not boot on Alpha Bob Tracy
@ 2008-02-13  9:22 ` Ingo Molnar
  2008-02-13 13:04   ` Ingo Molnar
  2008-02-13 19:39 ` Peter Zijlstra
  1 sibling, 1 reply; 10+ messages in thread
From: Ingo Molnar @ 2008-02-13  9:22 UTC (permalink / raw)
  To: Bob Tracy; +Cc: linux-kernel, Andrew Morton


* Bob Tracy <rct@frus.com> wrote:

> This isn't going to be terribly useful other than giving someone a 
> heads-up there's a problem with something in 2.6.25-rc1 on the Alpha 
> PWS 433au.  I get the usual messages out of "aboot", including
> 
> aboot: zero-filling 210392 bytes at 0xfffffc0000776740 aboot: starting 
> kernel vmlinux.new.gz with argument ro root=/dev/sda3
> 
> and then the screen background switches to red and the machine locks 
> up solid.  No further console output.  Completely reproducible.  The 
> 2.6.24 kernel is fine.
> 
> Unless someone has a good idea what's causing this, I see a massive 
> "git bisect" project in my future.  Won't be able to spend any time 
> with this until at least the weekend :-(.

hm, is this SMP? Alpha uses asm-generic/percpu.h. One "early bootup" 
effect on Alpha that i can think of could have been this family of 
commits:

 commit acdac87202a408133ee8f7985076de9d2e0dc5ab
 Author: travis@sgi.com <travis@sgi.com>
 Date:   Wed Jan 30 13:32:52 2008 +0100

     percpu: make the asm-generic/percpu.h more "generic"

you wont be able to revert this patch cleanly, perhaps try to compile 
commit cf8fa920cb4271f17e0265c863d64bea1b31941a and see whether it 
boots. (that tree does not have the percpu changes yet)

if that doesnt help then i guess it's the bisection of 9000+ commits :-/

	Ingo

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13  9:22 ` Ingo Molnar
@ 2008-02-13 13:04   ` Ingo Molnar
  2008-02-13 15:57     ` Ivan Kokshaysky
  0 siblings, 1 reply; 10+ messages in thread
From: Ingo Molnar @ 2008-02-13 13:04 UTC (permalink / raw)
  To: Bob Tracy; +Cc: linux-kernel, Andrew Morton


* Ingo Molnar <mingo@elte.hu> wrote:

> > Unless someone has a good idea what's causing this, I see a massive 
> > "git bisect" project in my future.  Won't be able to spend any time 
> > with this until at least the weekend :-(.
> 
> hm, is this SMP? Alpha uses asm-generic/percpu.h. One "early bootup" 
> effect on Alpha that i can think of could have been this family of 
> commits:

another possibility would be to turn off PRINTK_TIMESTAMPS [if they are 
on in your .config].

	Ingo

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13 13:04   ` Ingo Molnar
@ 2008-02-13 15:57     ` Ivan Kokshaysky
  2008-02-13 17:14       ` Bob Tracy
  0 siblings, 1 reply; 10+ messages in thread
From: Ivan Kokshaysky @ 2008-02-13 15:57 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Bob Tracy, linux-kernel, Andrew Morton

On Wed, Feb 13, 2008 at 02:04:32PM +0100, Ingo Molnar wrote:
> > > Unless someone has a good idea what's causing this, I see a massive 
> > > "git bisect" project in my future.  Won't be able to spend any time 
> > > with this until at least the weekend :-(.
> > 
> > hm, is this SMP? Alpha uses asm-generic/percpu.h. One "early bootup" 
> > effect on Alpha that i can think of could have been this family of 
> > commits:
> 
> another possibility would be to turn off PRINTK_TIMESTAMPS [if they are 
> on in your .config].

No SMP, no PRINTK_TIMESTAMPS in my case. Looks like it dies trying to
to switch to vga console, but I had no time to debug this yet...

Ivan.

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13 15:57     ` Ivan Kokshaysky
@ 2008-02-13 17:14       ` Bob Tracy
  2008-02-13 21:24         ` Ivan Kokshaysky
  0 siblings, 1 reply; 10+ messages in thread
From: Bob Tracy @ 2008-02-13 17:14 UTC (permalink / raw)
  To: Ivan Kokshaysky; +Cc: Ingo Molnar, Bob Tracy, linux-kernel, Andrew Morton

Ivan Kokshaysky wrote:
> No SMP, no PRINTK_TIMESTAMPS in my case. Looks like it dies trying to
> to switch to vga console, but I had no time to debug this yet...

Same basic configuration as Ivan.  Concur with the observation that
death seems to happen during the console switch.  Using the radeonfb
driver (built-in, default graphics mode 80x30).

-- 
------------------------------------------------------------------------
Bob Tracy          |  "I was a beta tester for dirt.  They never did
rct@frus.com       |   get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13  5:29 [REGRESSION] 2.6.25-rc1 does not boot on Alpha Bob Tracy
  2008-02-13  9:22 ` Ingo Molnar
@ 2008-02-13 19:39 ` Peter Zijlstra
  2008-02-13 21:45   ` Bob Tracy
  1 sibling, 1 reply; 10+ messages in thread
From: Peter Zijlstra @ 2008-02-13 19:39 UTC (permalink / raw)
  To: Bob Tracy; +Cc: linux-kernel


On Tue, 2008-02-12 at 23:29 -0600, Bob Tracy wrote:
> This isn't going to be terribly useful other than giving someone a
> heads-up there's a problem with something in 2.6.25-rc1 on the Alpha
> PWS 433au.  I get the usual messages out of "aboot", including
> 
> aboot: zero-filling 210392 bytes at 0xfffffc0000776740
> aboot: starting kernel vmlinux.new.gz with argument ro root=/dev/sda3
> 
> and then the screen background switches to red and the machine locks
> up solid.  No further console output.  Completely reproducible.  The
> 2.6.24 kernel is fine.
> 
> Unless someone has a good idea what's causing this, I see a massive
> "git bisect" project in my future.  Won't be able to spend any time with
> this until at least the weekend :-(.

Does: http://lkml.org/lkml/2008/1/28/100

help?


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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13 17:14       ` Bob Tracy
@ 2008-02-13 21:24         ` Ivan Kokshaysky
  2008-02-13 21:52           ` Bob Tracy
  2008-02-14  4:18           ` Bob Tracy
  0 siblings, 2 replies; 10+ messages in thread
From: Ivan Kokshaysky @ 2008-02-13 21:24 UTC (permalink / raw)
  To: Bob Tracy; +Cc: Ingo Molnar, linux-kernel, Andrew Morton, Peter Zijlstra

On Wed, Feb 13, 2008 at 11:14:43AM -0600, Bob Tracy wrote:
> Ivan Kokshaysky wrote:
> > No SMP, no PRINTK_TIMESTAMPS in my case. Looks like it dies trying to
> > to switch to vga console, but I had no time to debug this yet...
> 
> Same basic configuration as Ivan.  Concur with the observation that
> death seems to happen during the console switch.  Using the radeonfb
> driver (built-in, default graphics mode 80x30).

As Peter pointed out in other mail, this is fixed by

http://lkml.org/lkml/2008/1/28/100

Ivan.

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13 19:39 ` Peter Zijlstra
@ 2008-02-13 21:45   ` Bob Tracy
  0 siblings, 0 replies; 10+ messages in thread
From: Bob Tracy @ 2008-02-13 21:45 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: linux-kernel

Peter Zijlstra wrote:
> Does: http://lkml.org/lkml/2008/1/28/100
> 
> help?

I'll give that a try this evening or tomorrow and let you know.

-- 
------------------------------------------------------------------------
Bob Tracy          |  "I was a beta tester for dirt.  They never did
rct@frus.com       |   get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13 21:24         ` Ivan Kokshaysky
@ 2008-02-13 21:52           ` Bob Tracy
  2008-02-14  4:18           ` Bob Tracy
  1 sibling, 0 replies; 10+ messages in thread
From: Bob Tracy @ 2008-02-13 21:52 UTC (permalink / raw)
  To: Ivan Kokshaysky
  Cc: Bob Tracy, Ingo Molnar, linux-kernel, Andrew Morton, Peter Zijlstra

Ivan Kokshaysky wrote:
> On Wed, Feb 13, 2008 at 11:14:43AM -0600, Bob Tracy wrote:
> > Ivan Kokshaysky wrote:
> > > No SMP, no PRINTK_TIMESTAMPS in my case. Looks like it dies trying to
> > > to switch to vga console, but I had no time to debug this yet...
> > 
> > Same basic configuration as Ivan.  Concur with the observation that
> > death seems to happen during the console switch.  Using the radeonfb
> > driver (built-in, default graphics mode 80x30).
> 
> As Peter pointed out in other mail, this is fixed by
> 
> http://lkml.org/lkml/2008/1/28/100

ACK.  I'll confirm it works for me this evening.  Good catch, all.

-- 
------------------------------------------------------------------------
Bob Tracy          |  "I was a beta tester for dirt.  They never did
rct@frus.com       |   get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------

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

* Re: [REGRESSION] 2.6.25-rc1 does not boot on Alpha
  2008-02-13 21:24         ` Ivan Kokshaysky
  2008-02-13 21:52           ` Bob Tracy
@ 2008-02-14  4:18           ` Bob Tracy
  1 sibling, 0 replies; 10+ messages in thread
From: Bob Tracy @ 2008-02-14  4:18 UTC (permalink / raw)
  To: Ivan Kokshaysky
  Cc: Bob Tracy, Ingo Molnar, linux-kernel, Andrew Morton, Peter Zijlstra

Ivan Kokshaysky wrote:
> On Wed, Feb 13, 2008 at 11:14:43AM -0600, Bob Tracy wrote:
> > Ivan Kokshaysky wrote:
> > > No SMP, no PRINTK_TIMESTAMPS in my case. Looks like it dies trying to
> > > to switch to vga console, but I had no time to debug this yet...
> > 
> > Same basic configuration as Ivan.  Concur with the observation that
> > death seems to happen during the console switch.  Using the radeonfb
> > driver (built-in, default graphics mode 80x30).
> 
> As Peter pointed out in other mail, this is fixed by
> 
> http://lkml.org/lkml/2008/1/28/100

Confirmed.  This fixes 2.6.25-rc1 for me.  I'm running on it as I type
this.

-- 
------------------------------------------------------------------------
Bob Tracy          |  "I was a beta tester for dirt.  They never did
rct@frus.com       |   get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------

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

end of thread, other threads:[~2008-02-14  4:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13  5:29 [REGRESSION] 2.6.25-rc1 does not boot on Alpha Bob Tracy
2008-02-13  9:22 ` Ingo Molnar
2008-02-13 13:04   ` Ingo Molnar
2008-02-13 15:57     ` Ivan Kokshaysky
2008-02-13 17:14       ` Bob Tracy
2008-02-13 21:24         ` Ivan Kokshaysky
2008-02-13 21:52           ` Bob Tracy
2008-02-14  4:18           ` Bob Tracy
2008-02-13 19:39 ` Peter Zijlstra
2008-02-13 21:45   ` Bob Tracy

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).