From: Jeff Dike Date: Fri, 29 Jul 2005 21:03:33 +0000 (-0700) Subject: [PATCH] uml: fix vsyscall brokenness X-Git-Tag: v2.6.13-rc5~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a502a3593c7aa2aff99a61ed71e7cb828ee4da8b;p=pandora-kernel.git [PATCH] uml: fix vsyscall brokenness The #if/#ifdef cleanup exposed a bug in UML's ELF header processing. With this bug fixed, UML recognizes the vsyscall info coming from the host. On FC4, there is a vsyscall page low in the address space, which UML doesn't provide. This causes an infinite page fault loop and a hang on boot. This patch works around that by making this look like a no-vsyscall system. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed