From 7589012970c80e2228f45f9e3be30bd3b751d3ea Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 3 Aug 2022 13:35:47 +0000 Subject: dashboard/config: enable debug options for the arm64-full config Also, factor emulation-dependent consts into a separate file. --- dashboard/config/linux/bits/arm.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dashboard/config/linux/bits/arm.yml') 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: -- cgit mrf-deployment