diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2024-10-07 23:45:56 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-10-08 15:21:29 -0600 |
commit | 3b5992eaf730bf6c48e2dc8b4ebf360c43e973a7 (patch) | |
tree | 8b96904256df912ccc628827d15f79da9dd8c4a1 /tools/arch/s390 | |
parent | c66be905cda24fb782b91053b196bd2e966f95b7 (diff) |
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: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/arch/s390')
l--------- | tools/arch/s390/vdso | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/arch/s390/vdso b/tools/arch/s390/vdso deleted file mode 120000 index 6cf4c1cebdcd..000000000000 --- a/tools/arch/s390/vdso +++ /dev/null @@ -1 +0,0 @@ -../../../arch/s390/kernel/vdso64
\ No newline at end of file |