diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-10-19 16:00:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-21 10:22:10 +0200 |
| commit | 0b8f2cf8440e16efacd5be10997b8366bc52bb75 (patch) | |
| tree | 9d29f2c450fd02b02f99f437200effd06c999bbc /dashboard/config/linux/bits/debug.yml | |
| parent | 17238766a19e0679d04a87668b0dc3fa5dc1082b (diff) | |
dashboard/config/linux: resolve TODOs
Resolve all TODOs that were left during the switch
from old to new configs to minimize diffs.
Update #2171
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 8 |
1 files changed, 3 insertions, 5 deletions
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 |
