diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-09-01 09:13:11 +0300 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2024-09-13 18:28:35 +0300 |
commit | 18efd0b10e0fd77fe649a375f9f17a387b5d1609 (patch) | |
tree | 66cb8366065d0f5866f08e4cade3e2ccd968eb99 /tools/arch | |
parent | 4d456f0c87c95efb6197a30cd76b5b6ee5fb012e (diff) | |
download | linux-18efd0b10e0fd77fe649a375f9f17a387b5d1609.tar.xz |
LoongArch: vDSO: Wire up getrandom() vDSO implementation
Hook up the generic vDSO implementation to the LoongArch vDSO data page
by providing the required __arch_chacha20_blocks_nostack,
__arch_get_k_vdso_rng_data, and getrandom_syscall implementations. Also
wire up the selftests.
Signed-off-by: Xi Ruoyao <xry111@xry111.site>
Acked-by: Huacai Chen <chenhuacai@kernel.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tools/arch')
l--------- | tools/arch/loongarch/vdso | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/arch/loongarch/vdso b/tools/arch/loongarch/vdso new file mode 120000 index 000000000000..ebda43a82db7 --- /dev/null +++ b/tools/arch/loongarch/vdso @@ -0,0 +1 @@ +../../../arch/loongarch/vdso
\ No newline at end of file |