Re: [PATCH] random: remove "nordrand" flag in favor of "random.trust_cpu"

From: Jason A. Donenfeld
Date: Wed Jul 06 2022 - 20:14:44 EST


Hi Randy,

On Thu, Jul 7, 2022 at 2:12 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> > However, x86 RDRAND does have a history of being occassionally
>
> occasionally
>
> > automatically disabling "nordrand" if we detect it's problematic.
> ? I.e., disabling RDRAND and RDSEED.
> > - * The nordrand option can clear X86_FEATURE_RDRAND, so check for
> > + * The self test can clear X86_FEATURE_RDRAND, so check for
>
> Preferably: self-test

Thanks. Fixing all of those.

Jason