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/debug.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'dashboard/config/linux/bits/debug.yml') diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 4e38d7275..72dff3221 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -43,8 +43,7 @@ config: - SND_DEBUG - SND_PCM_XRUN_DEBUG - SND_CTL_VALIDATION: [v5.6] - # TODO: enable this. - - DYNAMIC_DEBUG: n + - DYNAMIC_DEBUG - DEBUG_PER_CPU_MAPS - DEBUG_SG - DEBUG_PREEMPT: [optional] @@ -52,6 +51,5 @@ config: - PTDUMP_DEBUGFS: [v5.8] - HARDLOCKUP_DETECTOR: [x86_64] - BOOTPARAM_HARDLOCKUP_PANIC: [x86_64] - # TODO: disable this. The check runs episodically, so won't be attributed to a test. - # And can happen on any memory corruption. - - X86_CHECK_BIOS_CORRUPTION: [x86_64] + # The check runs episodically, so won't be attributed to a test. And can happen on any memory corruption. + - X86_CHECK_BIOS_CORRUPTION: n -- cgit mrf-deployment