[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <45EBEA9F.9070109@debian.org>
Date: Mon, 05 Mar 2007 05:02:07 -0500
From: Andres Salomon <dilinger@...ian.org>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Ingo Molnar <mingo@...e.hu>, Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH] highres: warn on softirq handling an unsafe callback
run_hrtimer_queue is called from a softirq context, and should never run
a callback that is classified as HRTIMER_CB_IRQSAFE_NO_SOFTIRQ. A bug
in unrelated code had managed to trigger that bug, so let's add an
explicit warning to this function.
Signed-off-by: Andres Salomon <dilinger@...ian.org>
View attachment "hrtimer5.patch" of type "text/x-patch" (483 bytes)
Powered by blists - more mailing lists