trace: stop tracer in oops_enter()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 24 Jul 2009 19:30:45 +0000 (15:30 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 24 Jul 2009 19:30:45 +0000 (15:30 -0400)
commitbdff78707f3ce47e891f3201c9666122a70556ce
tree4991809b9c83889be8bb0652da802be290e40d78
parentbd171d5ffc5cb2ba471e8205c679ee9d12b90116
trace: stop tracer in oops_enter()

If trace_printk_on_oops is set we lose interesting trace information
when the tracer is enabled across oops handling and printing. We want
the trace which might give us information _WHY_ we oopsed.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/panic.c