[opensuse-kernel] [PATCH] config: enable CONFIG_EROFS_FS_ZIP=y
People reported they cannot read EROFS compressed file in openSUSE distribution recently. Turn on the missing configurations (which are the default configurations currently as well.) Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> --- RESEND due to being blocked by Mlmmj program previously. config/arm64/default | 3 ++- config/armv6hl/default | 3 ++- config/armv7hl/default | 3 ++- config/armv7hl/lpae | 3 ++- config/i386/pae | 3 ++- config/ppc64/default | 3 ++- config/ppc64le/default | 3 ++- config/s390x/default | 3 ++- config/x86_64/default | 3 ++- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/config/arm64/default b/config/arm64/default index 53620976e4d8..97dd4fcd40d9 100644 --- a/config/arm64/default +++ b/config/arm64/default @@ -9995,7 +9995,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/armv6hl/default b/config/armv6hl/default index 2d1cbe602c35..86f58cbbae67 100644 --- a/config/armv6hl/default +++ b/config/armv6hl/default @@ -7324,7 +7324,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/armv7hl/default b/config/armv7hl/default index 29ef65bbf959..5795d7813161 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -10213,7 +10213,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/armv7hl/lpae b/config/armv7hl/lpae index b76e5ba54728..86f56105e8b9 100644 --- a/config/armv7hl/lpae +++ b/config/armv7hl/lpae @@ -9802,7 +9802,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/i386/pae b/config/i386/pae index de12c2cf466c..908c042eb9a2 100644 --- a/config/i386/pae +++ b/config/i386/pae @@ -9041,7 +9041,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/ppc64/default b/config/ppc64/default index 6f9f1a4e22b4..2d57c920a3e4 100644 --- a/config/ppc64/default +++ b/config/ppc64/default @@ -7111,7 +7111,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/ppc64le/default b/config/ppc64le/default index e2a93e1fc031..f9ec83b0c67c 100644 --- a/config/ppc64le/default +++ b/config/ppc64le/default @@ -6964,7 +6964,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/s390x/default b/config/s390x/default index 76405f53b4cc..1b63e6411604 100644 --- a/config/s390x/default +++ b/config/s390x/default @@ -3430,7 +3430,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m diff --git a/config/x86_64/default b/config/x86_64/default index fcc371484fe7..1c062a2106db 100644 --- a/config/x86_64/default +++ b/config/x86_64/default @@ -8850,7 +8850,8 @@ CONFIG_EROFS_FS=m CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y -# CONFIG_EROFS_FS_ZIP is not set +CONFIG_EROFS_FS_ZIP=y +CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1 CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m -- 2.17.1 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Mon, 10 Feb 2020 05:34:27 +0100, Gao Xiang wrote:
People reported they cannot read EROFS compressed file in openSUSE distribution recently. Turn on the missing configurations (which are the default configurations currently as well.)
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> ---
RESEND due to being blocked by Mlmmj program previously.
I pushed the changes now to stable and master branches. thanks, Takashi -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On Thu, Mar 12, 2020 at 02:26:32PM +0100, Takashi Iwai wrote:
On Mon, 10 Feb 2020 05:34:27 +0100, Gao Xiang wrote:
People reported they cannot read EROFS compressed file in openSUSE distribution recently. Turn on the missing configurations (which are the default configurations currently as well.)
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> ---
RESEND due to being blocked by Mlmmj program previously.
I pushed the changes now to stable and master branches.
Thanks for this! Thanks, Gao Xiang
thanks,
Takashi
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Gao Xiang
-
Takashi Iwai