Re: [PATCH v6 13/17] x86: use fallback for random_get_entropy() instead of zero

From: Jason A. Donenfeld
Date: Mon Apr 25 2022 - 13:26:05 EST


Hey Thomas,

On Mon, Apr 25, 2022 at 07:03:54PM +0200, Thomas Gleixner wrote:
> Bah. Indeed. Misread the patch, but yes, if you are at it to make that
> cpu_feature_enabled() then change the config thing to IS_ENABLED() too.

Alright, will do for v7. I also just confirmed the !IS_ENABLED() way
produces the same code as the #ifndef.

Jason