crypto: x86 - Add missing RETs
Add explicit RETs to the tail calls of AEGIS and MORUS crypto algorithms otherwise they run into INT3 padding due to ("x86/asm: Pad assembly functions with INT3 instructions") leading to spurious debug exceptions. Mike Galbraith <efault@gmx.de> took care of all the remaining callsites. Signed-off-by:Borislav Petkov <bp@suse.de> Acked-by:
Ondrej Mosnacek <omosnacek@gmail.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- arch/x86/crypto/aegis128-aesni-asm.S 1 addition, 0 deletionsarch/x86/crypto/aegis128-aesni-asm.S
- arch/x86/crypto/aegis128l-aesni-asm.S 1 addition, 0 deletionsarch/x86/crypto/aegis128l-aesni-asm.S
- arch/x86/crypto/aegis256-aesni-asm.S 1 addition, 0 deletionsarch/x86/crypto/aegis256-aesni-asm.S
- arch/x86/crypto/morus1280-avx2-asm.S 1 addition, 0 deletionsarch/x86/crypto/morus1280-avx2-asm.S
- arch/x86/crypto/morus1280-sse2-asm.S 1 addition, 0 deletionsarch/x86/crypto/morus1280-sse2-asm.S
- arch/x86/crypto/morus640-sse2-asm.S 1 addition, 0 deletionsarch/x86/crypto/morus640-sse2-asm.S
Loading
Please register or sign in to comment