linux/tools/testing/selftests/vDSO
Thomas Weißschuh 437079605c selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlink
With the switch over to nolibc the source file vdso_standalone_test_x86.c
was intended to be replaced with a symlink to vdso_test_gettimeofday.c.
This was the patch that was submitted to LKML, but during application the
symlink was replaced by a textual copy of the linked-to file.

Having two copies introduces the possibility of divergence and increases
maintenance burden, switch back to a symlink.

Fixes: 8770a9183f ("selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/lkml/20250226-parse_vdso-nolibc-v2-16-28e14e031ed8@linutronix.de/
Link: https://lore.kernel.org/all/20250611-selftests-vdso-fixes-v3-9-e62e37a6bcf5@linutronix.de
2025-07-01 15:50:43 +02:00
..
.gitignore selftests/vDSO: add tests for vgetrandom 2024-07-19 20:22:12 +02:00
Makefile selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypes 2025-07-01 15:50:42 +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 the way vDSO functions are called for powerpc 2024-08-30 15:48:45 +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: use parse_vdso.h in vdso_test_abi 2024-08-30 15:48:45 +02:00
vdso_test_chacha.c selftests: vDSO: chacha: Correctly skip test if necessary 2025-07-01 15:50:41 +02:00
vdso_test_clock_getres.c selftests: vDSO: clock_getres: Drop unused include of err.h 2025-07-01 15:50:42 +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