]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selftests: vDSO: getrandom: Fix path to s390 chacha implementation
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 15 Jan 2026 13:56:52 +0000 (14:56 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 17 Jan 2026 14:51:28 +0000 (15:51 +0100)
The s390 vDSO source directory was recently moved,
but this reference was not updated.

Fixes: c0087d807ae8 ("s390/vdso: Rename vdso64 to vdso")
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
tools/testing/selftests/vDSO/vgetrandom-chacha.S

index a4a82e1c28a905a4b5f593375a09331c422f5c17..8c3cbf4dfd6a19e10e65e038ee379ef2dca761fa 100644 (file)
@@ -14,7 +14,7 @@
 #elif defined(__riscv) && __riscv_xlen == 64
 #include "../../../../arch/riscv/kernel/vdso/vgetrandom-chacha.S"
 #elif defined(__s390x__)
-#include "../../../../arch/s390/kernel/vdso64/vgetrandom-chacha.S"
+#include "../../../../arch/s390/kernel/vdso/vgetrandom-chacha.S"
 #elif defined(__x86_64__)
 #include "../../../../arch/x86/entry/vdso/vgetrandom-chacha.S"
 #endif