From: Andi Kleen Date: Fri, 13 Jan 2012 01:20:30 +0000 (-0800) Subject: panic: don't print redundant backtraces on oops X-Git-Tag: v3.3-rc1~81^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6f0a1f0fa6bba1493c296eb30d1e176e1f8530;p=pandora-kernel.git panic: don't print redundant backtraces on oops When an oops causes a panic and panic prints another backtrace it's pretty common to have the original oops data be scrolled away on a 80x50 screen. The second backtrace is quite redundant and not needed anyways. So don't print the panic backtrace when oops_in_progress is true. [akpm@linux-foundation.org: add comment] Signed-off-by: Andi Kleen Cc: Michael Holzheu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed