From 25c5a311be0f4ddca5cd2b83da27171979c44b0b Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 26 Sep 2025 19:34:06 +0200 Subject: dashboard/config/linux: update to v6.17 --- dashboard/config/linux/bits/linux-next.yml | 2 +- dashboard/config/linux/bits/linux-upstream.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/config/linux/bits/linux-next.yml b/dashboard/config/linux/bits/linux-next.yml index 627991b03..472c27500 100644 --- a/dashboard/config/linux/bits/linux-next.yml +++ b/dashboard/config/linux/bits/linux-next.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git - tag: next-20250611 + tag: next-20250929 diff --git a/dashboard/config/linux/bits/linux-upstream.yml b/dashboard/config/linux/bits/linux-upstream.yml index 9e289424c..6126f7824 100644 --- a/dashboard/config/linux/bits/linux-upstream.yml +++ b/dashboard/config/linux/bits/linux-upstream.yml @@ -3,4 +3,4 @@ kernel: repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git - tag: v6.16-rc1 + tag: v6.17 -- cgit mrf-deployment