aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorTaehee Yoo <[email protected]>2023-01-15 12:15:34 +0000
committerHerbert Xu <[email protected]>2023-01-20 18:29:31 +0800
commite3cf2f8794b031ec0e640cb2dff95f45139ac4e9 (patch)
treefe8fb30a151daa1d11476d1d89273adba53bc047 /tools/perf/scripts
parent32e62025e5e52fbe4812ef044759de7010b15dbc (diff)
crypto: x86/aria-avx - 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-avx if the old binutils is used. The code using GFNI is an optional part of aria-avx. So, it disables GFNI part in it when the old binutils is used. In order to check whether the using binutils is supporting GFNI or not, AS_GFNI is added. Fixes: ba3579e6e45c ("crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher") Reported-by: Jan Beulich <[email protected]> Signed-off-by: Taehee Yoo <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions