Re: [PATCH] crypto x86/camellia_aesni_avx: Fix CPU feature checks

2015-10-07 Thread Ingo Molnar
* Ben Hutchings wrote: > We need to explicitly check the AVX and AES CPU features, as we can't > infer them from the related XSAVE feature flags. For example, the > Core i3 2310M passes the XSAVE feature test but does not implement > AES-NI. > > Reported-and-tested-by:

Re: [PATCH] crypto x86/camellia_aesni_avx: Fix CPU feature checks

2015-10-07 Thread Dave Hansen
On 10/07/2015 12:25 AM, Ingo Molnar wrote: > * Ben Hutchings wrote: >> We need to explicitly check the AVX and AES CPU features, as we can't >> infer them from the related XSAVE feature flags. For example, the >> Core i3 2310M passes the XSAVE feature test but does not