From: Andi Kleen Date: Sat, 16 Apr 2005 22:25:17 +0000 (-0700) Subject: [PATCH] x86_64: Rewrite exception stack backtracing X-Git-Tag: v2.6.12-rc3~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a65800243742480b4b594b619b759749a3cfef4;p=pandora-kernel.git [PATCH] x86_64: Rewrite exception stack backtracing Exceptions and hardware interrupts can, to a certain degree, nest, so when attempting to follow the sequence of stacks used in order to dump their contents this has to be accounted for. Also, IST stacks have their tops stored in the TSS, so there's no need to add the stack size to get to their ends. Minor changes from AK. Signed-off-by: Jan Beulich Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed