x86: Change {JMP,CALL}_NOSPEC argument
authorPeter Zijlstra <peterz@infradead.org>
Wed, 22 Apr 2020 15:16:40 +0000 (17:16 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 30 Apr 2020 18:14:34 +0000 (20:14 +0200)
commit34fdce6981b96920ced4e0ee56e9db3fb03a33f0
treea976b04464b5eaad0b574d29e6fa808222dd5e2d
parentca3f0d80dd57c8828bfb5bc0bc79750ea7a1ba26
x86: Change {JMP,CALL}_NOSPEC argument

In order to change the {JMP,CALL}_NOSPEC macros to call out-of-line
versions of the retpoline magic, we need to remove the '%' from the
argument, such that we can paste it onto symbol names.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lkml.kernel.org/r/20200428191700.151623523@infradead.org
arch/x86/crypto/aesni-intel_asm.S
arch/x86/crypto/camellia-aesni-avx-asm_64.S
arch/x86/crypto/camellia-aesni-avx2-asm_64.S
arch/x86/crypto/crc32c-pcl-intel-asm_64.S
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64.S
arch/x86/include/asm/nospec-branch.h
arch/x86/kernel/ftrace_32.S
arch/x86/kernel/ftrace_64.S
arch/x86/lib/checksum_32.S
arch/x86/platform/efi/efi_stub_64.S