[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080902349.573187695@firstfloor.org>
Date: Tue, 2 Sep 2008 15:49:21 +0200 (CEST)
From: Andi Kleen <andi@...stfloor.org>
To: torvalds@...l.org, linux-kernel@...r.kernel.org
Subject: [PATCH] [0/2] Fix panic regression in 2.6.27
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists