aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-03-07 15:36:32 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-03-09 17:06:47 +0100
commit67cac982d2281c0e2187adcc6c722009e1bc0c89 (patch)
treea2afb063d3875b28fde820f25f90969ae0916f31 /executor
parent729e1f7d9cf1009c8dbd1aa3ce8e35335bdaca9a (diff)
dashboard/config/linux: disable BPF_JIT on subset of instances
Currently we enable JIT always and don't test interpreter. Enable JIT on subset of instances and disable on others using kernel config.
Diffstat (limited to 'executor')
-rw-r--r--executor/common_linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index b9af290eb..178298278 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -4645,8 +4645,6 @@ static void setup_sysctl()
{"/sys/kernel/debug/x86/nmi_longest_ns", "10000000000"},
#endif
{"/proc/sys/kernel/hung_task_check_interval_secs", "20"},
- // This gives more interesting coverage.
- {"/proc/sys/net/core/bpf_jit_enable", "1"},
// bpf_jit_kallsyms and disabling bpf_jit_harden are required
// for unwinding through bpf functions.
{"/proc/sys/net/core/bpf_jit_kallsyms", "1"},