linux/tools/testing/selftests/vDSO
Thomas Weißschuh e82bf7570d selftests: vDSO: Drop vdso_test_clock_getres
vdso_test_abi provides the exact same functionality, properly uses
kselftest.h and explicitly calls into the vDSO without relying on the libc.

Drop the pointless testcase.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250812-vdso-tests-fixes-v2-8-90f499dd35f8@linutronix.de
2025-09-09 10:57:39 +02:00
..
.gitignore selftests: vDSO: Drop vdso_test_clock_getres 2025-09-09 10:57:39 +02:00
Makefile selftests: vDSO: Drop vdso_test_clock_getres 2025-09-09 10:57:39 +02:00
parse_vdso.c Updates for the VDSO infrastructure: 2025-03-25 11:30:42 -07:00
parse_vdso.h selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv() 2025-03-03 20:00:12 +01:00
vdso_call.h selftests: vDSO: Fix -Wunitialized in powerpc VDSO_CALL() wrapper 2025-09-09 10:57:38 +02:00
vdso_config.h selftests: vDSO: vdso_config: Avoid -Wunused-variables 2025-07-01 15:50:42 +02:00
vdso_standalone_test_x86.c selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlink 2025-07-01 15:50:43 +02:00
vdso_test_abi.c selftests: vDSO: vdso_test_abi: Add tests for clock_gettime64() 2025-09-09 10:57:39 +02:00
vdso_test_chacha.c selftests: vDSO: chacha: Correctly skip test if necessary 2025-07-01 15:50:41 +02:00
vdso_test_correctness.c selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypes 2025-07-01 15:50:42 +02:00
vdso_test_getcpu.c selftests: vDSO: fix the way vDSO functions are called for powerpc 2024-08-30 15:48:45 +02:00
vdso_test_getrandom.c selftests: vDSO: vdso_test_getrandom: Always print TAP header 2025-07-01 15:50:42 +02:00
vdso_test_gettimeofday.c selftests: vDSO: vdso_test_gettimeofday: Make compatible with nolibc 2025-03-03 20:00:13 +01:00
vgetrandom-chacha.S RISC-V: vDSO: Wire up getrandom() vDSO implementation 2025-06-05 14:03:09 -07:00