From: Steven Rostedt Date: Thu, 15 Nov 2012 17:52:44 +0000 (-0500) Subject: irq_work: Warn if there's still work on cpu_down X-Git-Tag: v3.9-rc1~174^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa2accee41f7045dc904fa41d4475b2f6ffae3e;p=pandora-kernel.git irq_work: Warn if there's still work on cpu_down If we are in nohz and there's still irq_work to be done when the idle task is about to go offline, give a nasty warning. Everything should have been flushed from the CPU_DYING notifier already. Further attempts to enqueue an irq_work are buggy because irqs are disabled by __cpu_disable(). The best we can do is to report the issue to the user. Signed-off-by: Steven Rostedt Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Andrew Morton Cc: Paul Gortmaker Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed