Commit 3b5992ea authored by Jason A. Donenfeld's avatar Jason A. Donenfeld Committed by Shuah Khan
Browse files

selftests: vDSO: unconditionally build chacha test



Rather than using symlinks to find the vgetrandom-chacha.S file for each
arch, store this in a file that uses the compiler to determine
architecture, and then make use of weak symbols to skip the test on
architectures that don't provide the code.

Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent c66be905
Loading
Loading
Loading
Loading

tools/arch/arm64/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/arm64/kernel/vdso
 No newline at end of file

tools/arch/loongarch/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/loongarch/vdso
 No newline at end of file

tools/arch/powerpc/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/powerpc/kernel/vdso
 No newline at end of file

tools/arch/s390/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/s390/kernel/vdso64
 No newline at end of file

tools/arch/x86/vdso

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
../../../arch/x86/entry/vdso/
 No newline at end of file
Loading