Re: [PATCH v3 4/8] random: Ignore GRND_RANDOM in getentropy(2)
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-01-07 20:45:32
Also in:
linux-ext4, linux-man, lkml
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-01-07 20:45:32
Also in:
linux-ext4, linux-man, lkml
On Mon, Dec 23, 2019 at 12:20:47AM -0800, Andy Lutomirski wrote:
The separate blocking pool is going away. Start by ignoring GRND_RANDOM in getentropy(2). This should not materially break any API. Any code that worked without this change should work at least as well with this change. Signed-off-by: Andy Lutomirski <luto@kernel.org>
Applied, thanks. - Ted