mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
f1c2bb8b99
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 <richard@nod.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
asm | ||
shared/sysdep | ||
vdso | ||
bug.c | ||
bugs.c | ||
delay.c | ||
fault.c | ||
ksyms.c | ||
Makefile | ||
mem.c | ||
ptrace.c | ||
ptrace_user.c | ||
setjmp.S | ||
signal.c | ||
stub.S | ||
stub_segv.c | ||
syscall_table.c | ||
syscalls.c | ||
sysrq.c | ||
tls.c | ||
user-offsets.c |