Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390: enable bpf jit by default when not built as always-on

This is the s390 variant of commit 81c22041d9f1 ("bpf, x86, arm64:
Enable jit by default when not built as always-on").

Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>

authored by

Heiko Carstens and committed by
Vasily Gorbik
d2abfbe4 d68d5d51

+1
+1
arch/s390/Kconfig
··· 109 109 select ARCH_USE_BUILTIN_BSWAP 110 110 select ARCH_USE_CMPXCHG_LOCKREF 111 111 select ARCH_WANTS_DYNAMIC_TASK_STRUCT 112 + select ARCH_WANT_DEFAULT_BPF_JIT 112 113 select ARCH_WANT_IPC_PARSE_VERSION 113 114 select BUILDTIME_TABLE_SORT 114 115 select CLONE_BACKWARDS2