diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-05-29 07:05:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-05-29 07:05:49 -0400 |
commit | 7a6c8e512fa072cfe8ad7a3b26666b6f26435870 (patch) | |
tree | 0a44dd1a2ac8da32da5e4809a9a6bfd9826cb5c5 /arch | |
parent | ac2263b588dffd3a1efd7ed0b156ea6c5aea200d (diff) | |
parent | 6ab39f99927eed605728b02d512438d828183c97 (diff) |
Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu:
"Fix an alignment crash in x86/aria"
* tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: x86/aria - Use 16 byte alignment for GFNI constant vectors
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/crypto/aria-aesni-avx-asm_64.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/crypto/aria-aesni-avx-asm_64.S b/arch/x86/crypto/aria-aesni-avx-asm_64.S index 7c1abc513f34..9556dacd9841 100644 --- a/arch/x86/crypto/aria-aesni-avx-asm_64.S +++ b/arch/x86/crypto/aria-aesni-avx-asm_64.S @@ -773,8 +773,6 @@ .octa 0x3F893781E95FE1576CDA64D2BA0CB204 #ifdef CONFIG_AS_GFNI -.section .rodata.cst8, "aM", @progbits, 8 -.align 8 /* AES affine: */ #define tf_aff_const BV8(1, 1, 0, 0, 0, 1, 1, 0) .Ltf_aff_bitmatrix: |