diff options
| author | Taehee Yoo <[email protected]> | 2023-01-15 12:15:34 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2023-01-20 18:29:31 +0800 |
| commit | e3cf2f8794b031ec0e640cb2dff95f45139ac4e9 (patch) | |
| tree | fe8fb30a151daa1d11476d1d89273adba53bc047 /tools/perf/scripts/python/task-analyzer.py | |
| parent | 32e62025e5e52fbe4812ef044759de7010b15dbc (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/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions