aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-06-13 21:03:40 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-06-16 12:14:54 +0000
commit9398a2ea9c2841e01e03279c23b271c6d4a40d2d (patch)
treef10074a324af217ffacc5f174ce9d8112a6d3d7e /dashboard/config/linux
parent5f4b362dd3e6002bc038df522a090cd629d834a8 (diff)
dashboard/config/linux: drop stable-5.10
We haven't been fuzzing it on syzbot for a very long time.
Diffstat (limited to 'dashboard/config/linux')
-rw-r--r--dashboard/config/linux/bits/stable-5.10.yml6
-rw-r--r--dashboard/config/linux/main.yml5
2 files changed, 0 insertions, 11 deletions
diff --git a/dashboard/config/linux/bits/stable-5.10.yml b/dashboard/config/linux/bits/stable-5.10.yml
deleted file mode 100644
index 2ca8a524a..000000000
--- a/dashboard/config/linux/bits/stable-5.10.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2020 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
diff --git a/dashboard/config/linux/main.yml b/dashboard/config/linux/main.yml
index a0c6f8e9e..b79832f64 100644
--- a/dashboard/config/linux/main.yml
+++ b/dashboard/config/linux/main.yml
@@ -25,9 +25,6 @@ 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]
@@ -91,8 +88,6 @@ 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]
- android.yml: [android]