Re: [PATCH v5 0/5] Wire up getrandom() vDSO implementation on powerpc
From: Jason A. Donenfeld
Date: Thu Sep 05 2024 - 08:56:52 EST
On Thu, Sep 05, 2024 at 10:18:40PM +1000, Michael Ellerman wrote:
> There is an existing comment in the a/p/vdso/Makefile about the
> fixed-r30 thing, tldr is it's a workaround to avoid breaking old
> versions of Go.
Thanks. Indeed, following Christophe's links yesterday, I tumbled down
that rabbit hole for a bit. Interesting how ABIs ossify unintentionally.
> For the series:
>
> Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> (powerpc)
Excellent, queued up now.
> If you can include Maddy's test results from Power9 in the change log
> for patch 5 that'd be nice.
Was my plan exactly. I replaced the QEMU result with the PowerNV one.
Jason