Re: [PATCH v2 08/10] random: group userspace read/write functions

From: Eric Biggers
Date: Mon Feb 21 2022 - 00:16:40 EST


On Sat, Feb 12, 2022 at 01:23:16PM +0100, Jason A. Donenfeld wrote:
> This pulls all of the userspace read/write-focused functions into the
> fifth labeled section.
>
> No functional changes.
>
> Cc: Theodore Ts'o <tytso@xxxxxxx>
> Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> ---
> drivers/char/random.c | 125 ++++++++++++++++++++++++++----------------
> 1 file changed, 77 insertions(+), 48 deletions(-)

Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

- Eric