From: Tao Liu ltao@redhat.com
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@redhat.com
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
From: Abhi Das on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1390#note_6843347...
I don't see the approve button in my view of this MR for some reason. This change looks good to me, ACK.
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1390#note_6843427...
Acked-by: Justin M. Forbes jforbes@fedoraproject.org (via approve button)
On 9/22/21 5:21 AM, Tao Liu (via Email Bridge) wrote:
From: Tao Liu ltao@redhat.com
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@redhat.com
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 -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-leave@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
From: Tao Liu on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1390#note_6848373...
Hello Prarit,
Thanks for your advice! I had already submitted a MR to centos-stream-9 [1].
[1]: https://gitlab.com/redhat/centos-stream/src/kernel/centos- stream-9/-/merge_requests/32
Thanks, Tao Liu
kernel@lists.fedoraproject.org