From 0b8f2cf8440e16efacd5be10997b8366bc52bb75 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 19 Oct 2020 16:00:51 +0200 Subject: dashboard/config/linux: resolve TODOs Resolve all TODOs that were left during the switch from old to new configs to minimize diffs. Update #2171 --- dashboard/config/linux/bits/base.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'dashboard/config/linux/bits/base.yml') diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 8a659fd99..8e35f5e69 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -22,8 +22,7 @@ config: - DEBUG_AID_FOR_SYZBOT: [linux-next] # We don't need lots, but some configs set it to 2 which is too low. - # TODO: change to 8. - - NR_CPUS: 64 + - NR_CPUS: 8 # We slowdown execution significantly and there is no point in low latency under test. - HZ_100 @@ -49,7 +48,7 @@ config: - NAMESPACES - USER_NS - UTS_NS - # TODO: depends on CONFIG_SYSVIPC + # Depends on CONFIG_SYSVIPC. - CONFIG_IPC_NS: [optional] - PID_NS - NET_NS @@ -79,8 +78,7 @@ config: - DEBUG_KOBJECT: n - DEBUG_INFO - # TODO: enable this. - # CONFIG_DEBUG_INFO_REDUCED=y + - DEBUG_INFO_REDUCED # BTF requires pahole (dwarves package on some distros) version 1.13, # while syzbot distros only provide 1.9, this breaks kernel builds. # See https://syzkaller.appspot.com/bug?id=cce16fbb0be2ed0c6f40459226202a8c06797536 @@ -135,3 +133,6 @@ config: - MAGIC_SYSRQ: n - RUNTIME_TESTING_MENU: n + + # Don't test/need this (may be enabled via HID_HYPERV_MOUSE in USB/HID configs). + - HYPERV: n -- cgit mrf-deployment