linux/tools/testing/selftests/vDSO
Vincenzo Frascino b2f1c3db28 kselftest: Extend vdso correctness test to clock_gettime64
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>
2020-10-27 17:59:09 -06:00
..
.gitignore selftests: vdso: Add a selftest for vDSO getcpu() 2020-05-22 11:05:07 -06:00
Makefile kselftest: Move test_vdso to the vDSO test suite 2020-10-27 17:58:33 -06:00
parse_vdso.c selftests: vdso: Use a header file to prototype parse_vdso API 2020-05-22 11:04:10 -06:00
parse_vdso.h selftests: vdso: Use a header file to prototype parse_vdso API 2020-05-22 11:04:10 -06:00
vdso_config.h kselftest: Extend vdso correctness test to clock_gettime64 2020-10-27 17:59:09 -06:00
vdso_standalone_test_x86.c selftests: vdso: Use a header file to prototype parse_vdso API 2020-05-22 11:04:10 -06:00
vdso_test_abi.c kselftest: Extend vDSO selftest 2020-10-27 17:57:08 -06:00
vdso_test_clock_getres.c kselftest: Extend vDSO selftest to clock_getres 2020-10-27 17:58:00 -06:00
vdso_test_correctness.c kselftest: Extend vdso correctness test to clock_gettime64 2020-10-27 17:59:09 -06:00
vdso_test_getcpu.c selftests: vdso: Add a selftest for vDSO getcpu() 2020-05-22 11:05:07 -06:00
vdso_test_gettimeofday.c selftests: vdso: Use a header file to prototype parse_vdso API 2020-05-22 11:04:10 -06:00