Re: Linux messages full of `random: get_random_u32 called from`

From: Jason A. Donenfeld
Date: Sun Apr 29 2018 - 18:44:03 EST


> - if ((fast_pool->count < 64) &&
> - !time_after(now, fast_pool->last + HZ))
> - return;
> -

I suspect you still want the rate-limiting in place. But if you _do_
want to cheat like this, you could instead just modify the condition
to only relax the rate limiting when !crng_init().