summaryrefslogtreecommitdiffstats
path: root/arch/s390/crypto/crc32le-vx.S
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-05-17 10:11:44 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-05-17 10:11:44 -0700
commit3e9245c5fa3092de19b95f03817b02469bcf146c (patch)
treea388e64d6cd075d20b355e9e5810ea7f4c361556 /arch/s390/crypto/crc32le-vx.S
parent305bb55212822f13ddbfcb7518d999c6369942ba (diff)
parent2e68adcd2fb21b7188ba449f0fab3bee2910e500 (diff)
downloadlinux-3e9245c5fa3092de19b95f03817b02469bcf146c.tar.gz
linux-3e9245c5fa3092de19b95f03817b02469bcf146c.tar.bz2
linux-3e9245c5fa3092de19b95f03817b02469bcf146c.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Martin Schwidefsky: - a fix for the vfio ccw translation code - update an incorrect email address in the MAINTAINERS file - fix a division by zero oops in the cpum_sf code found by trinity - two fixes for the error handling of the qdio code - several spectre related patches to convert all left-over indirect branches in the kernel to expoline branches - update defconfigs to avoid warnings due to the netfilter Kconfig changes - avoid several compiler warnings in the kexec_file code for s390 * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/qdio: don't release memory in qdio_setup_irq() s390/qdio: fix access to uninitialized qdio_q fields s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero s390: use expoline thunks in the BPF JIT s390: extend expoline to BC instructions s390: remove indirect branch from do_softirq_own_stack s390: move spectre sysfs attribute code s390/kernel: use expoline for indirect branches s390/ftrace: use expoline for indirect branches s390/lib: use expoline for indirect branches s390/crc32-vx: use expoline for indirect branches s390: move expoline assembler macros to a header vfio: ccw: fix cleanup if cp_prefetch fails s390/kexec_file: add declaration of purgatory related globals s390: update defconfigs MAINTAINERS: update s390 zcrypt maintainers email address
Diffstat (limited to 'arch/s390/crypto/crc32le-vx.S')
-rw-r--r--arch/s390/crypto/crc32le-vx.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/s390/crypto/crc32le-vx.S b/arch/s390/crypto/crc32le-vx.S
index d8c67a58c0c5..7d6f568bd3ad 100644
--- a/arch/s390/crypto/crc32le-vx.S
+++ b/arch/s390/crypto/crc32le-vx.S
@@ -14,6 +14,7 @@
*/
#include <linux/linkage.h>
+#include <asm/nospec-insn.h>
#include <asm/vx-insn.h>
/* Vector register range containing CRC-32 constants */
@@ -76,6 +77,7 @@
.previous
+ GEN_BR_THUNK %r14
.text
@@ -264,6 +266,6 @@ crc32_le_vgfm_generic:
.Ldone:
VLGVF %r2,%v2,2
- br %r14
+ BR_EX %r14
.previous