Messages in this thread |  | | Date | Mon, 9 Jul 2018 00:20:35 +0800 | From | Herbert Xu <> | Subject | Crypto Fixes for 4.18 |
| |
Hi Linus:
This push fixes the following issues:
- Add missing RETs in x86 aegis/morus. - Fix build error in arm speck.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Borislav Petkov (1): crypto: x86 - Add missing RETs
Eric Biggers (1): crypto: arm/speck - fix building in Thumb2 mode
arch/arm/crypto/speck-neon-core.S | 6 ++++-- arch/x86/crypto/aegis128-aesni-asm.S | 1 + arch/x86/crypto/aegis128l-aesni-asm.S | 1 + arch/x86/crypto/aegis256-aesni-asm.S | 1 + arch/x86/crypto/morus1280-avx2-asm.S | 1 + arch/x86/crypto/morus1280-sse2-asm.S | 1 + arch/x86/crypto/morus640-sse2-asm.S | 1 + 7 files changed, 10 insertions(+), 2 deletions(-)
Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |