From: Ingo Molnar Date: Wed, 13 Dec 2006 08:34:43 +0000 (-0800) Subject: [PATCH] lockdep: print irq-trace info on asserts X-Git-Tag: v2.6.20-rc1~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3117df0453828bd045c16244e6f50e5714667a8a;p=pandora-kernel.git [PATCH] lockdep: print irq-trace info on asserts When we print an assert due to scheduling-in-atomic bugs, and if lockdep is enabled, then the IRQ tracing information of lockdep can be printed to pinpoint the code location that disabled interrupts. This saved me quite a bit of debugging time in cases where the backtrace did not identify the irq-disabling site well enough. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed