From 5464aef7b4033e1b144a5805a189feb0f7b2b69e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 25 Apr 2025 12:06:17 +0200 Subject: dashboard/configs: regenerate Linux configs Use the latest linux-next and torvalds releases. --- dashboard/config/linux/bits/filesystems.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dashboard/config/linux/bits/filesystems.yml') diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml index be3bad7ff..260897359 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -2,7 +2,7 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. config: - - SYSV_FS: [-linux-next] + - SYSV_FS: [-v6.15] - ZONEFS_FS: [v5.6] - ISO9660_FS - JOLIET @@ -205,5 +205,4 @@ config: - FSCACHE - CACHEFILES - # TODO: it will appear in v6.15. - - DEBUG_VFS: [linux-next] + - DEBUG_VFS: [v6.15] -- cgit mrf-deployment