From: Jeff Dike Date: Sun, 9 Oct 2005 20:11:44 +0000 (-0400) Subject: [PATCH] uml: fix x86_64 with !CONFIG_FRAME_POINTER X-Git-Tag: v2.6.14-rc4~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50f72b57946d565db74fae71bac23f3f319311c8;p=pandora-kernel.git [PATCH] uml: fix x86_64 with !CONFIG_FRAME_POINTER UML/x86_64 doesn't run when built with frame pointers disabled. There was an implicit frame pointer assumption in the stub segfault handler. With frame pointers disabled, UML dies on handling its first page fault. The container-of part of this is from Paolo Giarrusso . Signed-off-by: Jeff Dike Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed