aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2026-01-16 12:53:26 +0100
committerTaras Madan <tarasmadan@google.com>2026-01-20 19:55:27 +0000
commitddd152f4c2049e366a15eaf507717ad258894e11 (patch)
tree228f3c7ec4d98a63614fb667cd0d109bc6758801
parent2232a015c669952dc3901438136906f294e676f2 (diff)
dashboard/config/linux: enable more configs
1. DEBUG_GENERIC_PT. 2. DEBUG_XARRAY. 3. PHY_GOOGLE_USB.
-rw-r--r--dashboard/config/linux/bits/debug.yml2
-rw-r--r--dashboard/config/linux/bits/usb.yml3
2 files changed, 5 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml
index 5791c42af..7a18230aa 100644
--- a/dashboard/config/linux/bits/debug.yml
+++ b/dashboard/config/linux/bits/debug.yml
@@ -51,6 +51,8 @@ config:
- 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
+ - DEBUG_GENERIC_PT: [x86_64, v6.19]
+ - DEBUG_XARRAY: [linux-next]
- DEBUG_BUGVERBOSE_DETAILED: [v6.19]
# For context see: https://groups.google.com/g/syzkaller/c/SoydtBd-dYs/m/ns67L4ApAwAJ
diff --git a/dashboard/config/linux/bits/usb.yml b/dashboard/config/linux/bits/usb.yml
index e8ca84685..d87bf5535 100644
--- a/dashboard/config/linux/bits/usb.yml
+++ b/dashboard/config/linux/bits/usb.yml
@@ -12,3 +12,6 @@ config:
# We don't need/test these on the USB instance.
- USB_GADGETFS: n
- USB_CONFIGFS: n
+
+ # It looks important but is not present iv v6.19-rc5.
+ - PHY_GOOGLE_USB: [v6.20]