Re: [PATCH v2] random: set fast pool count to zero in cpuhp teardown

From: Jason A. Donenfeld
Date: Mon Feb 14 2022 - 09:43:13 EST


Hi Sebastian,

If we move this to startup, is there a phase during which no interrupt
will arrive? That is, can this happen very very early in startup, so
that zeroing out count happens *before* ++count?

Jason