Am Fri, Feb 04, 2022 at 02:17:33PM -0800 schrieb Eric Biggers: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Reviewed-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Thanks, Dominik