Commit 7a6c8e51 authored by Linus Torvalds's avatar Linus Torvalds

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
parents ac2263b5 6ab39f99
...@@ -773,8 +773,6 @@ ...@@ -773,8 +773,6 @@
.octa 0x3F893781E95FE1576CDA64D2BA0CB204 .octa 0x3F893781E95FE1576CDA64D2BA0CB204
#ifdef CONFIG_AS_GFNI #ifdef CONFIG_AS_GFNI
.section .rodata.cst8, "aM", @progbits, 8
.align 8
/* AES affine: */ /* AES affine: */
#define tf_aff_const BV8(1, 1, 0, 0, 0, 1, 1, 0) #define tf_aff_const BV8(1, 1, 0, 0, 0, 1, 1, 0)
.Ltf_aff_bitmatrix: .Ltf_aff_bitmatrix:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment