mirror of https://github.com/torvalds/linux.git
With the release of Linux 5.1 has been added a new syscall, clock_gettime64, that provided a 64 bit time value for a specified clock_ID to make the kernel Y2038 safe on 32 bit architectures. Extend the vdso correctness test to cover the newly exposed vdso function. Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| parse_vdso.c | ||
| parse_vdso.h | ||
| vdso_config.h | ||
| vdso_standalone_test_x86.c | ||
| vdso_test_abi.c | ||
| vdso_test_clock_getres.c | ||
| vdso_test_correctness.c | ||
| vdso_test_getcpu.c | ||
| vdso_test_gettimeofday.c | ||