From 244357f75e5008da7f601c0e731936c8da4d4015 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 13 Jun 2025 21:28:01 +0200 Subject: dashboard/config: add stable-6.6 configs --- dashboard/config/linux/bits/bluetooth.yml | 2 +- dashboard/config/linux/bits/debug.yml | 2 +- dashboard/config/linux/bits/stable-6.6.yml | 6 ++++++ dashboard/config/linux/bits/subsystems.yml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 dashboard/config/linux/bits/stable-6.6.yml (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/bluetooth.yml b/dashboard/config/linux/bits/bluetooth.yml index 0cdf293c3..64eab1211 100644 --- a/dashboard/config/linux/bits/bluetooth.yml +++ b/dashboard/config/linux/bits/bluetooth.yml @@ -12,7 +12,7 @@ config: - BT_CMTP: [-v6.12] - BT_HIDP - BT_LE - - BT_HS: [-v6.9] + - BT_HS: [-v6.9, -stable-6.6] - BT_6LOWPAN - BT_LEDS - BT_MSFTEXT: [v5.5] diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 03e0ba045..b7aa466be 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -26,7 +26,7 @@ config: - DEBUG_DEVRES - DEBUG_MEMORY_INIT - DEBUG_NOTIFIERS - - DEBUG_CREDENTIALS: [-v6.8, -chromeos-6.6] + - DEBUG_CREDENTIALS: [-v6.8, -chromeos-6.6, -stable-6.6] - DEBUG_TIMEKEEPING: [-v6.12] - DEBUG_OBJECTS - DEBUG_OBJECTS_ENABLE_DEFAULT: 1 diff --git a/dashboard/config/linux/bits/stable-6.6.yml b/dashboard/config/linux/bits/stable-6.6.yml new file mode 100644 index 000000000..b4570aca1 --- /dev/null +++ b/dashboard/config/linux/bits/stable-6.6.yml @@ -0,0 +1,6 @@ +# Copyright 2025 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +kernel: + repo: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git + tag: v6.6.93 diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index f2c79c087..064f44f86 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -27,7 +27,7 @@ config: - NUMA_BALANCING: [-arm] - NUMA_BALANCING_DEFAULT_ENABLED: [-arm] # Starting from v6.13, depends on !CPU_MITIGATIONS. - - ADDRESS_MASKING: [x86_64, v6.4, -v6.12] + - ADDRESS_MASKING: [x86_64, v6.4, -v6.12, -stable-6.6] - X86_USER_SHADOW_STACK: [x86_64, v6.6] # KMSAN disables HYPERVISOR_GUEST which is required to enable this. - X86_X2APIC: [x86_64, -kmsan] -- cgit mrf-deployment