From: Tao Liu <ltao@xxxxxxxxxx> redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1998953 Upstream Status: RHEL-only Kdump will use ZSTD as the default method for initrd squashfs compression. It is helpful for reducing the vmcore dump and read time consumption while keeping a good compression ratio on machines with large memories. Fedora has already enabled CONFIG_SQUASHFS_ZSTD, this patch enables CONFIG_SQUASHFS_ZSTD for RHEL by removing configs/ark/generic/CONFIG_SQUASHFS_ZSTD and moving configs/fedora/generic/CONFIG_SQUASHFS_ZSTD to configs/common/generic. Signed-off-by: Tao Liu <ltao@xxxxxxxxxx> diff --git a/redhat/configs/ark/generic/CONFIG_SQUASHFS_ZSTD b/redhat/configs/ark/generic/CONFIG_SQUASHFS_ZSTD deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/ark/generic/CONFIG_SQUASHFS_ZSTD +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_SQUASHFS_ZSTD is not set diff --git a/redhat/configs/fedora/generic/CONFIG_SQUASHFS_ZSTD b/redhat/configs/common/generic/CONFIG_SQUASHFS_ZSTD rename from redhat/configs/fedora/generic/CONFIG_SQUASHFS_ZSTD rename to redhat/configs/common/generic/CONFIG_SQUASHFS_ZSTD index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_SQUASHFS_ZSTD +++ b/redhat/configs/common/generic/CONFIG_SQUASHFS_ZSTD -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1390 _______________________________________________ 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