Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: camellia_aesni_avx - Fix CPU feature checks
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: Stéphane Glondu <[email protected]> References: https://bugs.debian.org/800934 Fixes: ce4f5f9 ("x86/fpu, crypto x86/camellia_aesni_avx: Simplify...") Signed-off-by: Ben Hutchings <[email protected]> Cc: stable <[email protected]> # 4.2 Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information