[PATCH] [0/2] Fix panic regression in 2.6.27

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andi Kleen
Date: Tuesday, September 2, 2008 - 6:49 am

panic() from an interrupt right now spews lots of ugly WARN_ON
warnings because panic->smp_send_stop calls the new smp
call helpers which complain on irqs_disabled().

I fixed it in two parts: add a new SYSTEM_PANIC state to check
cleanly for panic and then disable the warnings in this case.

I believe this should be fixed for 2.6.27.

-Andi
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] [0/2] Fix panic regression in 2.6.27, Andi Kleen, (Tue Sep 2, 6:49 am)
[PATCH] [1/2] Add a SYSTEM_PANIC state, Andi Kleen, (Tue Sep 2, 6:49 am)
Re: [PATCH] [1/2] Add a SYSTEM_PANIC state, Andrew Morton, (Wed Sep 3, 12:04 pm)
Re: [PATCH] [1/2] Add a SYSTEM_PANIC state, Andi Kleen, (Wed Sep 3, 12:16 pm)
Re: [PATCH] [1/2] Add a SYSTEM_PANIC state, Andrew Morton, (Wed Sep 3, 12:32 pm)
Re: [PATCH] [1/2] Add a SYSTEM_PANIC state, Andi Kleen, (Wed Sep 3, 12:44 pm)