mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-16 21:07:13 +00:00
![]() 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:
|
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
parse_vdso.c | ||
parse_vdso.h | ||
vdso_call.h | ||
vdso_config.h | ||
vdso_standalone_test_x86.c | ||
vdso_test_abi.c | ||
vdso_test_chacha.c | ||
vdso_test_clock_getres.c | ||
vdso_test_correctness.c | ||
vdso_test_getcpu.c | ||
vdso_test_getrandom.c | ||
vdso_test_gettimeofday.c | ||
vgetrandom-chacha.S |