Re: [PATCH v3] random: group initialization wait functions

From: Eric Biggers
Date: Mon Feb 21 2022 - 14:20:59 EST


On Mon, Feb 21, 2022 at 04:14:05PM +0100, Jason A. Donenfeld wrote:
> This pulls all of the readiness waiting-focused functions into the first
> labeled section.
>
> No functional changes.
>
> Cc: Theodore Ts'o <tytso@xxxxxxx>
> Reviewed-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> ---
> v3 removes the duplicate declarations for _get_random_bytes() and fasync.
>
> drivers/char/random.c | 333 ++++++++++++++++++++++--------------------
> 1 file changed, 172 insertions(+), 161 deletions(-)
>

Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

- Eric