Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dashboard/config/linux/bits/bluetooth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion dashboard/config/linux/bits/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2020 syzkaller project authors. All rights reserved.
# 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: v5.10.224
tag: v6.6.93
2 changes: 1 addition & 1 deletion dashboard/config/linux/bits/subsystems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
8 changes: 3 additions & 5 deletions dashboard/config/linux/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ instances:
- upstream-s390-kasan: [upstream, s390, gcc, bpfjit, lsm, selinux, nonoise, reduced, kasan, kfence, nokcov]
- upstream-allyes: [linux-next, allyes, x86_64, clang, baseline, nonoise]
- upstream-rust-kasan: [upstream, x86_64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan, kfence, rust]
- stable-5.4-kasan: [stable-5.4, x86_64, timeouts_native, gcc, bpfjit, lsm, apparmor, kasan]
- stable-5.10-kasan: [stable-5.10, x86_64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan]
- stable-5.10-arm64-kasan: [stable-5.10, arm64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan]
- stable-5.15-kasan: [stable-5.15, x86_64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan]
- stable-5.15-arm64-kasan: [stable-5.15, arm64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan]
- stable-6.1-kasan: [stable-6.1, x86_64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan, kfence]
- stable-6.1-arm64-kasan: [stable-6.1, arm64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan, kfence]
- stable-6.6-kasan: [stable-6.6, x86_64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan, kfence]
- stable-6.6-arm64-kasan: [stable-6.6, arm64, timeouts_native, clang, bpfjit, lsm, apparmor, kasan, kfence]
- android-5.4: [android, android-5.4, nodefconfig, x86_64, timeouts_native, clang, onlyusb, nonoise, kasan]
- android-5.10: [android, android-5.10, nodefconfig, x86_64, timeouts_native, clang, onlyusb, nonoise, kasan]
- android-5.10-cuttlefish: [android, android-5.10, nodefconfig, x86_64, modules, cuttlefish, timeouts_native, clang, baseline, nonoise, kasan]
Expand Down Expand Up @@ -91,10 +90,9 @@ includes:
- linux-upstream.yml: [upstream]
- linux-next.yml: [linux-next]
- allyes.yml: [allyes]
- stable-5.4.yml: [stable-5.4]
- stable-5.10.yml: [stable-5.10]
- stable-5.15.yml: [stable-5.15]
- stable-6.1.yml: [stable-6.1]
- stable-6.6.yml: [stable-6.6]
- android.yml: [android]
- android-subsystems.yml: [android, -baseline]
- android-5.4.yml: [android-5.4]
Expand Down
Loading
Loading