Re: [PATCH 3/4] random: access input_pool_data directly rather than through pointer

From: Dominik Brodowski
Date: Mon Jan 17 2022 - 12:35:08 EST


Am Sun, Jan 16, 2022 at 05:35:46PM +0100 schrieb Jason A. Donenfeld:
> This gets rid of another abstraction we no longer need. It would be nice
> if we could instead make pool an array rather than a pointer, but the
> latent entropy plugin won't be able to do its magic in that case. So
> instead we put all accesses to the input pool's actual data through the
> input_pool_data array directly.
>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>

Reviewed-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>

Thanks,
Dominik