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/arm64/vdso | |
| parent | c66be905cda24fb782b91053b196bd2e966f95b7 (diff) | |
| download | lwn-3b5992eaf730bf6c48e2dc8b4ebf360c43e973a7.tar.gz lwn-3b5992eaf730bf6c48e2dc8b4ebf360c43e973a7.zip | |
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/arm64/vdso')
| l--------- | tools/arch/arm64/vdso | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/arch/arm64/vdso b/tools/arch/arm64/vdso deleted file mode 120000 index 233c7a26f6e5..000000000000 --- a/tools/arch/arm64/vdso +++ /dev/null @@ -1 +0,0 @@ -../../../arch/arm64/kernel/vdso
\ No newline at end of file |
