Re: [PATCH v3 2/8] random: Add a urandom_read_nowait() for random APIs that don't warn
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-01-07 20:44:36
Also in:
linux-ext4, linux-man, lkml
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-01-07 20:44:36
Also in:
linux-ext4, linux-man, lkml
On Mon, Dec 23, 2019 at 12:20:45AM -0800, Andy Lutomirski wrote:
/dev/random and getrandom() never warn. Split the meat of urandom_read() into urandom_read_nowarn() and leave the warning code in urandom_read(). This has no effect on kernel behavior, but it makes subsequent patches more straightforward. It also makes the fact that getrandom() never warns more obvious. Signed-off-by: Andy Lutomirski <luto@kernel.org>
Applied, thanks. - Ted