summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2018-03-05 20:20:17 +0530
committerAmit Pundir <amit.pundir@linaro.org>2018-03-05 20:20:17 +0530
commit24740dab5ca50d4c376a08b61e33c8d3810a726f (patch)
treebc26460a04bd1fc644df3886b0f02834fed57862 /init
parent59e35359ec360b74e9013ccab84c19ce53db38f9 (diff)
parenta2b5256f1edd2d412d14ec9dceb1d28e39a794e4 (diff)
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Conflicts: fs/f2fs/extent_cache.c Pick changes from AOSP Change-Id: Icd8a85ac0c19a8aa25cd2591a12b4e9b85bdf1c5 ("f2fs: catch up to v4.14-rc1") fs/f2fs/namei.c Pick changes from AOSP F2FS backport commit 7d5c08fd9194 ("f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs)")
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f5500e552254..a35e73a4e55d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1630,6 +1630,13 @@ config BPF_SYSCALL
Enable the bpf() system call that allows to manipulate eBPF
programs and maps via file descriptors.
+config BPF_JIT_ALWAYS_ON
+ bool "Permanently enable BPF JIT and remove BPF interpreter"
+ depends on BPF_SYSCALL && HAVE_EBPF_JIT && BPF_JIT
+ help
+ Enables BPF JIT and removes BPF interpreter to avoid
+ speculative execution of BPF instructions by the interpreter
+
config SHMEM
bool "Use full shmem filesystem" if EXPERT
default y