Re: [PATCH v2 0/7] Rework random blocking
From: Andy Lutomirski
Date: Fri Sep 20 2019 - 10:46:35 EST
On Fri, Sep 20, 2019 at 7:36 AM Andy Lutomirski <luto@xxxxxxxxxx> wrote:
>
> This makes two major semantic changes to Linux's random APIs:
Hmm. I have at least two issues in here that need fixing:
- getrandom() can warn. Whoops.
- Repeatedly calling getentropy in GRND_INSECURE mode will interfere
will CRNG init.
v3 will fix these issues.