Skip to content

Commit 7d3d10e

Browse files
committed
x86/crypto: Enable objtool in crypto code
Now that all the stack alignment prologues have been cleaned up in the crypto code, enable objtool. Among other benefits, this will allow ORC unwinding to work. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Tested-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Sami Tolvanen <samitolvanen@google.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Link: https://lore.kernel.org/r/fc2a1918c50e33e46ef0e9a5de02743f2f6e3639.1614182415.git.jpoimboe@redhat.com
1 parent 27d2679 commit 7d3d10e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/x86/crypto/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#
33
# x86 crypto algorithms
44

5-
OBJECT_FILES_NON_STANDARD := y
6-
75
obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o
86
twofish-i586-y := twofish-i586-asm_32.o twofish_glue.o
97
obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o

0 commit comments

Comments
 (0)