From: Richard Weinberger Date: Tue, 26 Jul 2011 00:12:54 +0000 (-0700) Subject: um: implement a x86_64 vDSO X-Git-Tag: v3.1-rc1~241^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c2bb8b9964ed31de988910f8b1cfb586d30091;p=pandora-kernel.git um: implement a x86_64 vDSO Until now UML had no x86_64 vDSO. So glibc always used the vsyscall page for gettimeday() and friends. Calls to gettimeday() returned falsely the host time and confused some programs. This patch adds a vDSO which turns all __vdso_* calls into a system call so that UML can trap them. As glibc still uses the vsyscall page for static binaries this patch improves the situation only for dynamic binaries. Signed-off-by: Richard Weinberger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed