From: Ingo Molnar Date: Thu, 14 Feb 2008 08:07:01 +0000 (+0100) Subject: panic: print out stacktrace if DEBUG_BUGVERBOSE X-Git-Tag: v2.6.30-rc1~2^2~50^2~67^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cb273013e182a35e7db614d3e20a144cba71e53;p=pandora-kernel.git panic: print out stacktrace if DEBUG_BUGVERBOSE if CONFIG_DEBUG_BUGVERBOSE is set then the user most definitely wanted to see as much information about kernel crashes as possible - so give them at least a stack dump. this is particularly useful for stackprotector related panics, where the stacktrace can give us the exact location of the (attempted) attack. Pointed out by pageexec@freemail.hu in the stackprotector breakage threads. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed