On Mon, Mar 11, 2019 at 11:58:57AM +0100, Rouven Czerwinski wrote:
> Newer combinations of the glibc, kernel and openssh can result in long initial
> startup times on OMAP devices:
> 
> [    6.671425] systemd-rc-once[102]: Creating ED25519 key; this may take some 
> time ...
> [  142.652491] systemd-rc-once[102]: Creating ED25519 key; done.
> 
> due to the blocking getrandom(2) system call:
> 
> [  142.610335] random: crng init done
> 
> Set the quality level for the omap hwrng driver allowing the kernel to use the
> hwrng as an entropy source at boot.
> 
> Signed-off-by: Rouven Czerwinski <r.czerwin...@pengutronix.de>
> ---
>  drivers/char/hw_random/omap-rng.c | 1 +
>  1 file changed, 1 insertion(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to