From d3999433718e98ddd68ab6a2be65b8b3df71f407 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 28 Mar 2025 22:31:11 +0100 Subject: dashboard/config/linux: enable CONFIG_DEBUG_VFS It will be available from v6.15, but we can already enable it for linux-next. --- dashboard/config/linux/bits/filesystems.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml index b4c490ac2..be3bad7ff 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -204,3 +204,6 @@ config: - FSCACHE - CACHEFILES + + # TODO: it will appear in v6.15. + - DEBUG_VFS: [linux-next] -- cgit mrf-deployment