Re: [PATCH v6 2/3] LoongArch: vDSO: Wire up getrandom() vDSO implementation
From: Jason A. Donenfeld
Date: Sun Sep 01 2024 - 09:52:57 EST
On Sun, Sep 01, 2024 at 02:13:11PM +0800, Xi Ruoyao wrote:
> 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.
Applied, thanks! Congrats on being the first implementation after x86 to
do this.
Jason