diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-12-29 11:41:28 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-29 13:56:15 +0100 |
| commit | 6ccdb808912948765c92f86acc89e34eed4f1586 (patch) | |
| tree | fcc5223d7cadd6d89a7d6c0af3fdba40343bdfae /dashboard/config/linux/bits/debug.yml | |
| parent | 8259d56c46408d79f7a64443f7c25dcafb1cdc45 (diff) | |
dashboard/config/linux: update to v5.11-rc11
Also bump KMSAN to latest kmsan-v5.10-rc4.
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
| -rw-r--r-- | dashboard/config/linux/bits/debug.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 34b208359..1686aca80 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -23,8 +23,7 @@ config: - DEBUG_VM_VMACACHE - DEBUG_VM_PGFLAGS - DEBUG_VM_PGTABLE: [v5.8] - # v5.11 - - DEBUG_KMAP_LOCAL_FORCE_MAP: [linux-next] + - DEBUG_KMAP_LOCAL_FORCE_MAP: [x86_64, v5.11] - DEBUG_VIRTUAL: [-s390] - LOCKUP_DETECTOR: [-s390] - SOFTLOCKUP_DETECTOR: [-s390] @@ -55,7 +54,6 @@ 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] + - RING_BUFFER_VALIDATE_TIME_DELTAS: [x86_64, v5.11] # The check runs episodically, so won't be attributed to a test. And can happen on any memory corruption. - X86_CHECK_BIOS_CORRUPTION: n |
