diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-07-08 11:29:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-07-08 11:29:14 -0700 |
commit | 124b99fb8018a7ac45558d8ab249ed758e14e618 (patch) | |
tree | 6f915acee23e1b0aaefd27755c63c083936e13ef /arch/x86/crypto/aegis128l-aesni-asm.S | |
parent | 70a2dc6abc8af028b0c71af6b3520574ee09e814 (diff) | |
parent | 221e00d1fce976d8a04ff591a0150caf84e176f8 (diff) | |
download | linux-124b99fb8018a7ac45558d8ab249ed758e14e618.tar.gz linux-124b99fb8018a7ac45558d8ab249ed758e14e618.tar.bz2 linux-124b99fb8018a7ac45558d8ab249ed758e14e618.zip |
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu:
- add missing RETs in x86 aegis/morus
- fix build error in arm speck
* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: x86 - Add missing RETs
crypto: arm/speck - fix building in Thumb2 mode
Diffstat (limited to 'arch/x86/crypto/aegis128l-aesni-asm.S')
-rw-r--r-- | arch/x86/crypto/aegis128l-aesni-asm.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/crypto/aegis128l-aesni-asm.S b/arch/x86/crypto/aegis128l-aesni-asm.S index 9263c344f2c7..4eda2b8db9e1 100644 --- a/arch/x86/crypto/aegis128l-aesni-asm.S +++ b/arch/x86/crypto/aegis128l-aesni-asm.S @@ -645,6 +645,7 @@ ENTRY(crypto_aegis128l_aesni_enc_tail) state_store0 FRAME_END + ret ENDPROC(crypto_aegis128l_aesni_enc_tail) /* |