Re: [PATCH v4 0/2] arm64: Implement getrandom() in vDSO

From: Jason A. Donenfeld
Date: Mon Sep 02 2024 - 12:22:45 EST


On Mon, Sep 02, 2024 at 04:15:45PM +0000, Adhemerval Zanella wrote:
> Implement stack-less ChaCha20 and wire it with the generic vDSO
> getrandom code. The first patch is Mark's fix to the alternatives
> system in the vDSO, while the the second is the actual vDSO work.
>
> Changes from v3:
> - Use alternative_has_cap_likely instead of ALTERNATIVE.

It also has the discussed header/include and comment fixups.

But anyway, this series of two looks fine to me, and I'll gladly queue
it up, pending Will/Catalin's ack on it.

Thanks for working on this.

Jason