mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-16 05:30:16 +00:00
It could not find __vdso_getcpu and __vdso_gettimeofday when test getcpu
and gettimeofday on LoongArch.
# make headers && cd tools/testing/selftests/vDSO && make
# ./vdso_test_getcpu
Could not find __vdso_getcpu
# ./vdso_test_gettimeofday
Could not find __vdso_gettimeofday
One simple way is to add LoongArch case to define version and name, just
like commit
|
||
|---|---|---|
| .. | ||
| .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 | ||