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 23:21:29 +0200 |
commit | 3b5992eaf730bf6c48e2dc8b4ebf360c43e973a7 (patch) | |
tree | 8b96904256df912ccc628827d15f79da9dd8c4a1 /tools/arch | |
parent | selftests: breakpoints: use remaining time to check if suspend succeed (diff) | |
download | linux-3b5992eaf730bf6c48e2dc8b4ebf360c43e973a7.tar.xz linux-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')
l--------- | tools/arch/arm64/vdso | 1 | ||||
l--------- | tools/arch/loongarch/vdso | 1 | ||||
l--------- | tools/arch/powerpc/vdso | 1 | ||||
l--------- | tools/arch/s390/vdso | 1 | ||||
l--------- | tools/arch/x86/vdso | 1 |
5 files changed, 0 insertions, 5 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 diff --git a/tools/arch/loongarch/vdso b/tools/arch/loongarch/vdso deleted file mode 120000 index ebda43a82db7..000000000000 --- a/tools/arch/loongarch/vdso +++ /dev/null @@ -1 +0,0 @@ -../../../arch/loongarch/vdso
\ No newline at end of file diff --git a/tools/arch/powerpc/vdso b/tools/arch/powerpc/vdso deleted file mode 120000 index 4e676d1d1cb4..000000000000 --- a/tools/arch/powerpc/vdso +++ /dev/null @@ -1 +0,0 @@ -../../../arch/powerpc/kernel/vdso
\ No newline at end of file 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 diff --git a/tools/arch/x86/vdso b/tools/arch/x86/vdso deleted file mode 120000 index 7eb962fd3454..000000000000 --- a/tools/arch/x86/vdso +++ /dev/null @@ -1 +0,0 @@ -../../../arch/x86/entry/vdso/
\ No newline at end of file |