Re: [PATCH v2] x86/cpufeature: Add feature dependency checks
From: Dave Hansen
Date: Wed Oct 30 2024 - 19:39:50 EST
On 10/30/24 16:31, Sohil Mehta wrote:
> Unexpected failures can occur when the kernel tries to use such a
> feature. Rather than debug such scenarios, it would be better to
> disable the feature upfront.
It Looks OK and sane to me. It's nice that it inherits the "Loop until
we get a stable state" from do_clear_cpu_cap().
Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>