From: Ian Kent <[email protected]>

kernel: config: enable erofs lzma compression

Jira: https://issues.redhat.com/browse/RHEL-36449
Status: RHEL-only

We are planning on adding the erofs file system to the list of supported
file systems in RHEL 10.

It's used by composefs and, in time, as a replacement for squashfs.

To start with we want to enable lzma compression along with the
dependencies it needs.

Signed-off-by: Ian Kent <[email protected]>

diff --git a/redhat/configs/rhel/generic/CONFIG_EROFS_FS_PCPU_KTHREAD 
b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_PCPU_KTHREAD
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_PCPU_KTHREAD
@@ -0,0 +1 @@
+# CONFIG_EROFS_FS_PCPU_KTHREAD is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP 
b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP
+++ b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP
@@ -1 +1 @@
-# CONFIG_EROFS_FS_ZIP is not set
+CONFIG_EROFS_FS_ZIP=y
diff --git a/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_DEFLATE 
b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_DEFLATE
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_DEFLATE
@@ -0,0 +1 @@
+# CONFIG_EROFS_FS_ZIP_DEFLATE is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_LZMA 
b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_LZMA
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_LZMA
@@ -0,0 +1 @@
+CONFIG_EROFS_FS_ZIP_LZMA=y
diff --git a/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_ZSTD 
b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_ZSTD
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_EROFS_FS_ZIP_ZSTD
@@ -0,0 +1 @@
+# CONFIG_EROFS_FS_ZIP_ZSTD is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_XZ_DEC_MICROLZMA 
b/redhat/configs/rhel/generic/CONFIG_XZ_DEC_MICROLZMA
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/generic/CONFIG_XZ_DEC_MICROLZMA
+++ b/redhat/configs/rhel/generic/CONFIG_XZ_DEC_MICROLZMA
@@ -1 +1 @@
-# CONFIG_XZ_DEC_MICROLZMA is not set
+CONFIG_XZ_DEC_MICROLZMA=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3298

-- 
_______________________________________________
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to