diff options
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 0acd53efa..5899ba2d1 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -23,6 +23,8 @@ config: - DEBUG_VM_VMACACHE - DEBUG_VM_PGFLAGS - DEBUG_VM_PGTABLE: [v5.8] + # v5.11 + - DEBUG_KMAP_LOCAL_FORCE_MAP: [linux-next] - DEBUG_VIRTUAL: [-s390] - LOCKUP_DETECTOR: [-s390] - SOFTLOCKUP_DETECTOR: [-s390] @@ -54,5 +56,7 @@ config: - PTDUMP_DEBUGFS: [v5.8] - HARDLOCKUP_DETECTOR: [x86_64] - BOOTPARAM_HARDLOCKUP_PANIC: [x86_64] + # TODO: replace this with v5.11 once it reaches linux-next. + - RING_BUFFER_VALIDATE_TIME_DELTAS: [x86_64, upstream] # The check runs episodically, so won't be attributed to a test. And can happen on any memory corruption. - X86_CHECK_BIOS_CORRUPTION: n |
