aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-05-29 07:05:49 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2023-05-29 07:05:49 -0400
commit7a6c8e512fa072cfe8ad7a3b26666b6f26435870 (patch)
tree0a44dd1a2ac8da32da5e4809a9a6bfd9826cb5c5
parentac2263b588dffd3a1efd7ed0b156ea6c5aea200d (diff)
parent6ab39f99927eed605728b02d512438d828183c97 (diff)
downloadlinux-7a6c8e512fa072cfe8ad7a3b26666b6f26435870.tar.gz
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
-rw-r--r--arch/x86/crypto/aria-aesni-avx-asm_64.S2
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 7c1abc513f3462..9556dacd984154 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: