Re: [PATCH v3 5/8] random: Make /dev/random be almost like /dev/urandom

From: Theodore Y. Ts'o
Date: Tue Jan 07 2020 - 16:04:23 EST


On Mon, Dec 23, 2019 at 12:20:48AM -0800, Andy Lutomirski wrote:
> This patch changes the read semantics of /dev/random to be the same
> as /dev/urandom except that reads will block until the CRNG is
> ready.
>
> None of the cleanups that this enables have been done yet. As a
> result, this gives a warning about an unused function.
>
> Signed-off-by: Andy Lutomirski <luto@xxxxxxxxxx>

Applied, thanks.

- Ted