diff options
| author | Richard Weinberger <[email protected]> | 2011-07-25 17:12:54 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-07-25 20:57:13 -0700 |
| commit | f1c2bb8b9964ed31de988910f8b1cfb586d30091 (patch) | |
| tree | ccf58acd47dbf659dca3087b7ebf2704ffd14aba /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | fc9a00187ba1300a0baae8e613cc62598e1a7de7 (diff) | |
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions