Re: [PATCH] x86_64 stack trace cleanup

From: Andi Kleen
Date: Fri Feb 24 2006 - 08:17:58 EST


On Friday 24 February 2006 14:13, Andrew Morton wrote:


>
> > > Problem is, scrollback doesn't work after panic(). I don't know why..
> >
> > Someone claimed it was related to the panic keyboard blinking.
> >
>
> Strange. It looks pretty harmless.

[just speculation, haven't examined the code in detail]

One credible theory also was that the keyboard or console driver does too much
work in workqueues, which need the scheduler and scheduling doesn't work anymore
after panic. I remember hacking around a problem with this long ago on 2.4
The hack was to just check after_panic and call the function directly.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/