From: Peter Robinson <pbrobinson@xxxxxxxxx> The new ZSTD compression algorithm is generally faster/smaller so we want to support it in all kernels so turn the functionality on universally. Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxx> --- .../pending-common/generic/CONFIG_KERNEL_ZSTD | 21 +------------------ .../pending-common/generic/CONFIG_RD_ZSTD | 17 --------------- .../pending-fedora/generic/CONFIG_KERNEL_ZSTD | 20 ------------------ .../pending-fedora/generic/CONFIG_RD_ZSTD | 18 ---------------- 4 files changed, 1 insertion(+), 75 deletions(-) delete mode 100644 redhat/configs/pending-fedora/generic/CONFIG_KERNEL_ZSTD delete mode 100644 redhat/configs/pending-fedora/generic/CONFIG_RD_ZSTD diff --git a/redhat/configs/pending-common/generic/CONFIG_KERNEL_ZSTD b/redhat/configs/pending-common/generic/CONFIG_KERNEL_ZSTD index ae07e1046ad6..dfaf8e6a9ae8 100644 --- a/redhat/configs/pending-common/generic/CONFIG_KERNEL_ZSTD +++ b/redhat/configs/pending-common/generic/CONFIG_KERNEL_ZSTD @@ -1,20 +1 @@ -# CONFIG_KERNEL_ZSTD: -# -# ZSTD is a compression algorithm targeting intermediate compression -# with fast decompression speed. It will compress better than GZIP and -# decompress around the same speed as LZO, but slower than LZ4. You -# will need at least 192 KB RAM or more for booting. The zstd command -# line tool is required for compression. -# -# Symbol: KERNEL_ZSTD [=n] -# Type : bool -# Defined at init/Kconfig:282 -# Prompt: ZSTD -# Depends on: <choice> && HAVE_KERNEL_ZSTD [=y] -# Location: -# -> General setup -# -> Kernel compression mode (<choice> [=y]) -# -# -# -# CONFIG_KERNEL_ZSTD is not set +CONFIG_KERNEL_ZSTD=y diff --git a/redhat/configs/pending-common/generic/CONFIG_RD_ZSTD b/redhat/configs/pending-common/generic/CONFIG_RD_ZSTD index d3164499b7e0..da1496ccb2e2 100644 --- a/redhat/configs/pending-common/generic/CONFIG_RD_ZSTD +++ b/redhat/configs/pending-common/generic/CONFIG_RD_ZSTD @@ -1,18 +1 @@ -# CONFIG_RD_ZSTD: -# -# Support loading of a ZSTD encoded initial ramdisk or cpio buffer. -# If unsure, say N. -# -# Symbol: RD_ZSTD [=y] -# Type : bool -# Defined at usr/Kconfig:103 -# Prompt: Support initial ramdisk/ramfs compressed using ZSTD -# Depends on: BLK_DEV_INITRD [=y] -# Location: -# -> General setup -# -> Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD [=y]) -# Selects: DECOMPRESS_ZSTD [=y] -# -# -# CONFIG_RD_ZSTD=y diff --git a/redhat/configs/pending-fedora/generic/CONFIG_KERNEL_ZSTD b/redhat/configs/pending-fedora/generic/CONFIG_KERNEL_ZSTD deleted file mode 100644 index ae07e1046ad6..000000000000 --- a/redhat/configs/pending-fedora/generic/CONFIG_KERNEL_ZSTD +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_KERNEL_ZSTD: -# -# ZSTD is a compression algorithm targeting intermediate compression -# with fast decompression speed. It will compress better than GZIP and -# decompress around the same speed as LZO, but slower than LZ4. You -# will need at least 192 KB RAM or more for booting. The zstd command -# line tool is required for compression. -# -# Symbol: KERNEL_ZSTD [=n] -# Type : bool -# Defined at init/Kconfig:282 -# Prompt: ZSTD -# Depends on: <choice> && HAVE_KERNEL_ZSTD [=y] -# Location: -# -> General setup -# -> Kernel compression mode (<choice> [=y]) -# -# -# -# CONFIG_KERNEL_ZSTD is not set diff --git a/redhat/configs/pending-fedora/generic/CONFIG_RD_ZSTD b/redhat/configs/pending-fedora/generic/CONFIG_RD_ZSTD deleted file mode 100644 index d3164499b7e0..000000000000 --- a/redhat/configs/pending-fedora/generic/CONFIG_RD_ZSTD +++ /dev/null @@ -1,18 +0,0 @@ -# CONFIG_RD_ZSTD: -# -# Support loading of a ZSTD encoded initial ramdisk or cpio buffer. -# If unsure, say N. -# -# Symbol: RD_ZSTD [=y] -# Type : bool -# Defined at usr/Kconfig:103 -# Prompt: Support initial ramdisk/ramfs compressed using ZSTD -# Depends on: BLK_DEV_INITRD [=y] -# Location: -# -> General setup -# -> Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD [=y]) -# Selects: DECOMPRESS_ZSTD [=y] -# -# -# -CONFIG_RD_ZSTD=y -- GitLab _______________________________________________ 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