aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/arm.yml
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-08-03 13:35:47 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-08-05 17:24:22 +0200
commit7589012970c80e2228f45f9e3be30bd3b751d3ea (patch)
tree5d1cfd43fea040214af065d3d56390c49158b4ca /dashboard/config/linux/bits/arm.yml
parenta65a7ce98230adf7a4bcf8a9c34579e2c954faa2 (diff)
dashboard/config: enable debug options for the arm64-full config
Also, factor emulation-dependent consts into a separate file.
Diffstat (limited to 'dashboard/config/linux/bits/arm.yml')
-rw-r--r--dashboard/config/linux/bits/arm.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/dashboard/config/linux/bits/arm.yml b/dashboard/config/linux/bits/arm.yml
index da9bda68b..0557ddf2a 100644
--- a/dashboard/config/linux/bits/arm.yml
+++ b/dashboard/config/linux/bits/arm.yml
@@ -6,13 +6,8 @@ shell:
- make kvm_guest.config
config:
- # We reduce number of vivid/netrom/rose/hcd devices to 2 because we use at most 2 procs
- # with emulation and creating these devices takes time during boot.
- - CMDLINE: [append, "root=/dev/vda console=ttyAMA0 vmalloc=512M smp.csd_lock_timeout=300000 watchdog_thresh=165 workqueue.watchdog_thresh=420 sysctl.net.core.netdev_unregister_timeout_secs=420 dummy_hcd.num=2"]
+ - CMDLINE: [append, "root=/dev/vda console=ttyAMA0 vmalloc=512M"]
- CMDLINE_EXTEND
- # See the comment in x86_64.yml re these numbers.
- - RCU_CPU_STALL_TIMEOUT: 300
- - DEFAULT_HUNG_TASK_TIMEOUT: 420
# If we enable KASAN, we may want the following configs as well.
# KASAN_INLINE leads to a too large kernel image which is mishandled by qemu or kernel and does not boot: