projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed7aa4
)
crypto: x86/sm3 - Fixup SLS
author
Peter Zijlstra
<peterz@infradead.org>
Fri, 25 Mar 2022 12:30:47 +0000
(13:30 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 30 Mar 2022 04:33:11 +0000
(16:33 +1200)
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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/sm3-avx-asm_64.S
patch
|
blob
|
history
diff --git
a/arch/x86/crypto/sm3-avx-asm_64.S
b/arch/x86/crypto/sm3-avx-asm_64.S
index 71e6aae23e17c9637eae112f875e4a7c0643ff0a..b12b9efb5ec5142dea9da76087e1dd84625aa96a 100644
(file)
--- 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)