aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/debug.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-11-13 18:36:23 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-11-14 12:34:15 +0100
commit23e01c8cad8344b4cc32acddf7b5032f1ca5b167 (patch)
treed6a439e82fe6432fbb310e3f185c1a94ed63bd7e /dashboard/config/linux/bits/debug.yml
parent943f4cb8411ec16e466b0bb48bd6bcdbc526f442 (diff)
dashboard/config/linux: update upstream configs
Update linux upstream configs to the latest mainline/linux-next tags. - RANDOM_TRUST_CPU was removed (defaults to y) - RANDOM_TRUST_BOOTLOADER was removed (defaults to y) - X86_SGX now requires X86_X2APIC - DRM_VMWGFX_FBCON was removed - ANDROID was removed - NFT_OBJREF was removed - CAN_SLCAN now requires new CAN_NETLINK - CRYPTO_BLAKE2S was split into CRYPTO_BLAKE2S_X86 and CRYPTO_BLAKE2S_ARM - DEBUG_VM_VMACACHE was removed - CONTEXT_TRACKING_FORCE was removed - DRM_DP_AUX_CHARDEV now requires DRM_I915 (or some other DRM driver) - CRYPTO_SM4 was split into x86_64 amd arm64 configs - ARM_CRYPTO was removed - BINFMT_SHARED_FLAT was removed Also update all configs that were marked as linux-next.
Diffstat (limited to 'dashboard/config/linux/bits/debug.yml')
-rw-r--r--dashboard/config/linux/bits/debug.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml
index aee3e760c..af39d7b23 100644
--- a/dashboard/config/linux/bits/debug.yml
+++ b/dashboard/config/linux/bits/debug.yml
@@ -9,17 +9,14 @@ config:
- DEBUG_VM
- DEBUG_VM_RB
- - DEBUG_VM_VMACACHE
+ - DEBUG_VM_VMACACHE: [-v6.1]
- DEBUG_VM_PGFLAGS
- DEBUG_VM_PGTABLE: [v5.8, -arm]
- DEBUG_KMAP_LOCAL_FORCE_MAP: [x86_64, v5.11]
- DEBUG_VIRTUAL: [-s390]
- LOCKUP_DETECTOR: [-s390]
- SOFTLOCKUP_DETECTOR: [-s390]
- # This config itself was added in v5.10, but the smp.csd_lock_timeout command line argument
- # that is required to make it reliably usable is currently only in linux-next.
- # TODO: change this to v5.18 when smp.csd_lock_timeout reaches mainline.
- - CSD_LOCK_WAIT_DEBUG: [linux-next]
+ - CSD_LOCK_WAIT_DEBUG: [v5.19, -arm]
- DETECT_HUNG_TASK
- WQ_WATCHDOG
- BOOTPARAM_HUNG_TASK_PANIC
@@ -55,4 +52,4 @@ config:
# For context see: https://groups.google.com/g/syzkaller/c/SoydtBd-dYs/m/ns67L4ApAwAJ
- VIRT_CPU_ACCOUNTING_GEN
- - CONTEXT_TRACKING_FORCE
+ - CONTEXT_TRACKING_FORCE: [-v6.1]