Re: [PATCH] random: remove use_input_pool parameter from crng_reseed()

From: Jason A. Donenfeld
Date: Fri Feb 04 2022 - 17:56:38 EST


Hey Eric,

On Fri, Feb 4, 2022 at 11:18 PM Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
> The primary_crng is always reseeded from the input_pool, while the NUMA
> crngs are always reseeded from the primary_crng. Remove the redundant
> 'use_input_pool' parameter from crng_reseed() and just directly check
> whether the crng is the primary_crng.

Nice simplification, thanks.

Jason