From: Heiko Carstens Date: Thu, 5 Mar 2020 14:01:21 +0000 (+0100) Subject: s390: enable bpf jit by default when not built as always-on X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d2abfbe4652d2b49d30fe77548cf663e63d2d469;p=linux.git 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 Signed-off-by: Heiko Carstens Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 6b1f715dd8bb6..f4ff75ff62f23 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -109,6 +109,7 @@ config S390 select ARCH_USE_BUILTIN_BSWAP select ARCH_USE_CMPXCHG_LOCKREF select ARCH_WANTS_DYNAMIC_TASK_STRUCT + select ARCH_WANT_DEFAULT_BPF_JIT select ARCH_WANT_IPC_PARSE_VERSION select BUILDTIME_TABLE_SORT select CLONE_BACKWARDS2