From 42e1d5241be0f7564d28dbd5f704d67c77d4dd74 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 18 Oct 2023 18:04:57 +0200 Subject: dashboard/config: add config with unmaintained parts Disable unmaintained code parts (at least those known so far) in existing configs and enable them in a special upstream-unmaintained.config file. --- dashboard/config/linux/bits/filesystems.yml | 6 ------ 1 file changed, 6 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 a0bfa1032..c95217069 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -59,12 +59,6 @@ config: - XFS_QUOTA - XFS_POSIX_ACL - XFS_RT - # Linux kernel still has a big number of XFS v4 bugs, but, as v4 is getting deprecated, - # the upstream community has no interest in fixing those code problems. - # See e.g. these links: - # https://lore.kernel.org/linux-fsdevel/ZG07WoKnBzaN4T1L@dread.disaster.area/T/ - # https://github.com/google/syzkaller/issues/3918 - - XFS_SUPPORT_V4: n # Not just sanity checks for code, but also image validation checks that BUG. # XFS devs prefer this to be disabled by fuzzers. - XFS_DEBUG: n -- cgit mrf-deployment