Re: [PATCH] crypto: x86/aes-ni: fix AVX detection

From: Dave Hansen
Date: Wed Jun 08 2022 - 10:00:42 EST


On 6/8/22 04:29, Maxim Levitsky wrote:
> filter_cpuid_features can be extended to filter known bogus CPUID depedencies,
> like case when AVX2 supported and AVX not supported in CPUID.
> If you agree, then it seems the best case to deal with this issue.

Yes, it should have been doing this all along. Patches to fix that
would be very welcome.