diff mbox series

[5/2] x86/sm3: Fixup SLS

Message ID 20220325123047.GR8939@worktop.programming.kicks-ass.net
State New
Headers show
Series None | expand

Commit Message

Peter Zijlstra March 25, 2022, 12:30 p.m. UTC
This missed the big asm update due to being merged through the crypto
tree.

Fixes: f94909ceb1ed ("x86: Prepare asm files for straight-line-speculation")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
---
 arch/x86/crypto/sm3-avx-asm_64.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Herbert Xu March 30, 2022, 5:19 a.m. UTC | #1
On Fri, Mar 25, 2022 at 01:30:47PM +0100, Peter Zijlstra wrote:
> 
> This missed the big asm update due to being merged through the crypto
> tree.
> 
> Fixes: f94909ceb1ed ("x86: Prepare asm files for straight-line-speculation")
> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
> ---
>  arch/x86/crypto/sm3-avx-asm_64.S |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
diff mbox series

Patch

--- a/arch/x86/crypto/sm3-avx-asm_64.S
+++ b/arch/x86/crypto/sm3-avx-asm_64.S
@@ -513,5 +513,5 @@  SYM_FUNC_START(sm3_transform_avx)
 
 	movq %rbp, %rsp;
 	popq %rbp;
-	ret;
+	RET;
 SYM_FUNC_END(sm3_transform_avx)