aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-11-30 14:53:00 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-11-30 15:18:52 +0100
commit7b59f488eec128a2903af7a6e2eefa967eaa8a33 (patch)
tree2f90a02a2c396a7286a946b2a9ff342af04b34b0 /dashboard/config/linux
parent8a3c492a453c2933cd820517a8a40d0b518a2808 (diff)
dashboard/config/linux: remove sysctl/cmdline files
Sysctl's are now setup in executor and cmdline is part of configs.
Diffstat (limited to 'dashboard/config/linux')
-rw-r--r--dashboard/config/linux/upstream.cmdline18
-rw-r--r--dashboard/config/linux/upstream.sysctl19
2 files changed, 0 insertions, 37 deletions
diff --git a/dashboard/config/linux/upstream.cmdline b/dashboard/config/linux/upstream.cmdline
deleted file mode 100644
index 6d53eef23..000000000
--- a/dashboard/config/linux/upstream.cmdline
+++ /dev/null
@@ -1,18 +0,0 @@
-ima_policy=tcb
-workqueue.watchdog_thresh=140
-kvm-intel.nested=1
-nf-conntrack-ftp.ports=20000
-nf-conntrack-tftp.ports=20000
-nf-conntrack-sip.ports=20000
-nf-conntrack-irc.ports=20000
-nf-conntrack-sane.ports=20000
-vivid.n_devs=16
-vivid.multiplanar=1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2
-netrom.nr_ndevs=16
-rose.rose_ndevs=16
-spec_store_bypass_disable=prctl
-numa=fake=2
-nopcid
-dummy_hcd.num=8
-binder.debug_mask=0
-rcupdate.rcu_expedited=1
diff --git a/dashboard/config/linux/upstream.sysctl b/dashboard/config/linux/upstream.sysctl
deleted file mode 100644
index fdb0a0421..000000000
--- a/dashboard/config/linux/upstream.sysctl
+++ /dev/null
@@ -1,19 +0,0 @@
-# This is part of deterministic hang/stall detection.
-# Don't change this without considering workqueue.watchdog_thresh,
-# CONFIG_RCU_CPU_STALL_TIMEOUT and CONFIG_DEFAULT_HUNG_TASK_TIMEOUT.
-kernel.watchdog_thresh = 55
-kernel.hung_task_check_interval_secs = 20
-# This gives more interesting coverage.
-net.core.bpf_jit_enable = 1
-# bpf_jit_kallsyms and disabling bpf_jit_harden are required
-# for unwinding through bpf functions.
-net.core.bpf_jit_kallsyms = 1
-net.core.bpf_jit_harden = 0
-# This is to provide more useful info in crash reports.
-kernel.kptr_restrict = 0
-kernel.softlockup_all_cpu_backtrace = 1
-# This is to restrict effects of recursive exponential mounts, for details see
-# "mnt: Add a per mount namespace limit on the number of mounts" commit.
-fs.mount-max = 100
-# Dumping all tasks to console can take too long.
-vm.oom_dump_tasks = 0