On 9/22/21 5:21 AM, Tao Liu (via Email Bridge) wrote:
From: Tao Liu <[email protected]>

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 <[email protected]>

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

Tao, thanks for doing this in ARK. If you haven't already, you'll also have to do this for rhel-9/centos-stream-9.

P.


--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1390
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to