diff options
author | Taehee Yoo <ap420073@gmail.com> | 2023-01-15 12:15:35 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-01-20 18:29:32 +0800 |
commit | 1eb468b3c7199cf7fe0c34ee37b95ae0e9bcc5fe (patch) | |
tree | 947fc179072b777a2dd968a8bcc4f2f6a8f7d3ba /arch/x86/crypto/camellia_glue.c | |
parent | e3cf2f8794b031ec0e640cb2dff95f45139ac4e9 (diff) |
crypto: x86/aria-avx2 - fix build failure with old binutils
The minimum version of binutils for kernel build is currently 2.23 and
it doesn't support GFNI.
So, it fails to build the aria-avx2 if the old binutils is used.
The code using GFNI is an optional part of aria-avx2.
So, it disables GFNI part in it when the old binutils is used.
Fixes: 37d8d3ae7a58 ("crypto: x86/aria - implement aria-avx2")
Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/crypto/camellia_glue.c')
0 files changed, 0 insertions, 0 deletions