aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-10-19 17:22:44 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-10-19 19:05:13 +0200
commit466b7db1ce8fecf644572324d9de9c497ddcda01 (patch)
treee8ce6db8f1dc55083ab2febb42ea568cd94c4fd7
parent24dc29dba51a8ae7ae86ebc04521a0b2223c531f (diff)
dashboard/config/linux: delete android sysctl/cmdline
They are unused. Most of cmdline is in kernel CONFIG_CMDLINE. Most of sysctl is setup by executor.
-rw-r--r--dashboard/config/linux/android-5.4.cmdline11
-rw-r--r--dashboard/config/linux/android-5.4.sysctl19
2 files changed, 0 insertions, 30 deletions
diff --git a/dashboard/config/linux/android-5.4.cmdline b/dashboard/config/linux/android-5.4.cmdline
deleted file mode 100644
index 46858c875..000000000
--- a/dashboard/config/linux/android-5.4.cmdline
+++ /dev/null
@@ -1,11 +0,0 @@
-workqueue.watchdog_thresh=140
-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
-dummy_hcd.num=8
-binder.debug_mask=0
-panic_on_warn=0
diff --git a/dashboard/config/linux/android-5.4.sysctl b/dashboard/config/linux/android-5.4.sysctl
deleted file mode 100644
index fdb0a0421..000000000
--- a/dashboard/config/linux/android-5.4.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