From 2242f77fdc5a6c50bd8fa1021d2abc8b83e09e8d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 27 Dec 2020 13:08:00 +0100 Subject: dashboard/config/linux: enable some new configs Enable new things in v5.11 that we can reach. --- dashboard/config/linux/bits/debug.yml | 4 ++++ 1 file changed, 4 insertions(+) (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 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 -- cgit mrf-deployment