From: Linus Torvalds Date: Sat, 1 Sep 2007 03:18:51 +0000 (-0700) Subject: x86: be even more careful about checking the stack frame on dumping X-Git-Tag: v2.6.23-rc5~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ad4885c47c2187822f2783fb46fde2d36bf200;p=pandora-kernel.git x86: be even more careful about checking the stack frame on dumping lguest didn't initialize the kernel stack the way a real i386 kernel does, and ended up triggering a corner-case in the stack frame checking that doesn't happen on naive i386, and that the stack dumping didn't handle quite right. This makes the frame handling more correct, and tries to clarify the code at the same time so that it's a bit more obvious what is going on. Thanks to Rusty Russell for debugging the lguest failure- Cc: Rusty Russell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed