From: Abhi Das <adas@xxxxxxxxxx> configs: disable CONFIG_CRAMFS Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2041184 Upstream Status: RHEL only Tested: verified module is absent in test build. See bz for more info. Disable the cramfs kernel module as its use is deprecated. We posted a message in rhel8 saying that an upcoming release will deprecate it (rhbz 1794513) and we want to do this starting with rhel9. We have squashfs that can do what cramfs provides and we don't really need two solutions for the same thing. Signed-off-by: Abhi Das <adas@xxxxxxxxxx> diff --git a/redhat/configs/common/generic/CONFIG_CRAMFS b/redhat/configs/common/generic/CONFIG_CRAMFS index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_CRAMFS +++ b/redhat/configs/common/generic/CONFIG_CRAMFS @@ -1 +1 @@ -CONFIG_CRAMFS=m +# CONFIG_CRAMFS is not set diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS index blahblah..blahblah 100644 --- a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS +++ b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS @@ -637,12 +637,6 @@ M: David Arcari <darcari@xxxxxxxxxx> S: Supported F: drivers/cpuidle/ -CRAMFS FILESYSTEM -M: Eric Sandeen <sandeen@xxxxxxxxxx> -S: Supported -F: Documentation/filesystems/cramfs.txt -F: fs/cramfs/ - CRYPTO API M: Herbert Xu <herbert.xu@xxxxxxxxxx> M: "David S. Miller" <davem@xxxxxxxxxx> -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1589 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure