Skip to content

Commit 7a6c8e5

Browse files
committed
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
2 parents ac2263b + 6ab39f9 commit 7a6c8e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/x86/crypto/aria-aesni-avx-asm_64.S

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,6 @@
773773
.octa 0x3F893781E95FE1576CDA64D2BA0CB204
774774

775775
#ifdef CONFIG_AS_GFNI
776-
.section .rodata.cst8, "aM", @progbits, 8
777-
.align 8
778776
/* AES affine: */
779777
#define tf_aff_const BV8(1, 1, 0, 0, 0, 1, 1, 0)
780778
.Ltf_aff_bitmatrix:

0 commit comments

Comments
 (0)