From: Tao Liu <ltao@xxxxxxxxxx> redhat/configs: enable CONFIG_RD_ZSTD for rhel Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2020132 Upstream Status: RHEL-only Kdump will use ZSTD as the default method for initramfs compression. When creating kdump initramfs, if squash module is not introduced in dracut, the whole initramfs will be compressed into zstd format, thus kernel CONFIG_RD_ZSTD is needed. Signed-off-by: Tao Liu <ltao@xxxxxxxxxx> diff --git a/redhat/configs/common/generic/CONFIG_RD_ZSTD b/redhat/configs/common/generic/CONFIG_RD_ZSTD index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_RD_ZSTD +++ b/redhat/configs/common/generic/CONFIG_RD_ZSTD @@ -1 +1 @@ -# CONFIG_RD_ZSTD is not set +CONFIG_RD_ZSTD=y diff --git a/redhat/configs/fedora/generic/CONFIG_RD_ZSTD b/redhat/configs/fedora/generic/CONFIG_RD_ZSTD deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/fedora/generic/CONFIG_RD_ZSTD +++ /dev/null @@ -1 +0,0 @@ -CONFIG_RD_ZSTD=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1473 _______________________________________________ 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