View Issue Details

IDProjectCategoryView StatusLast Update
0001343channel: kernel/el9--kernel--request-for-enhancement--public2023-04-22 11:52
Reporterhsiangkao Assigned Toburakkucat  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Platformx86_64 and aarch64.OSel7, el8 and el9. 
Summary0001343: Please help enable erofs filesystem driver to be loaded as module.
DescriptionEROFS filesystem is already used for Container images and Embedded devices (e.g. Android smartphone) for years, but it seems that it's disabled for ELRepo (Fedora, Debian, Ubuntu, OpenSUSE, Gentoo, WSL, etc. all have enable it).

It'd be better to configure it to be loaded as a module for both kernel-ml and kernel-lt.
TagsNo tags attached.

Activities

burakkucat

2023-04-06 16:44

administrator   ~0009124

After reviewing the current configuration files (el7, el8 & el9) I have made the following additions --

(for kernel-lt)
CONFIG_EROFS_FS=m
CONFIG_EROFS_FS_XATTR=y
CONFIG_EROFS_FS_POSIX_ACL=y
CONFIG_EROFS_FS_SECURITY=y
CONFIG_EROFS_FS_ZIP=y
CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1

(for kernel-ml)
CONFIG_EROFS_FS=m
CONFIG_EROFS_FS_XATTR=y,
CONFIG_EROFS_FS_POSIX_ACL=y
CONFIG_EROFS_FS_SECURITY=y
CONFIG_EROFS_FS_ZIP=y
CONFIG_EROFS_FS_ZIP_LZMA=y

Those adjustments of the configuration files have now been queued for the next builds of the kernel-lt & kernel-ml package sets for el7, el8 and el9. (As appropriate.)

hsiangkao

2023-04-06 21:48

reporter   ~0009126

yeah, LGTM, thanks!

burakkucat

2023-04-22 11:52

administrator   ~0009148

The configuration adjustments shown in #9124 have now been made to both kernel-lt & kernel-ml package sets for el7, el8 and el9 (as appropriate).

Now closing as "resolved/fixed".

Issue History

Date Modified Username Field Change
2023-04-06 02:38 hsiangkao New Issue
2023-04-06 02:38 hsiangkao Status new => assigned
2023-04-06 02:38 hsiangkao Assigned To => toracat
2023-04-06 05:24 toracat Assigned To toracat => burakkucat
2023-04-06 05:24 toracat Status assigned => acknowledged
2023-04-06 16:44 burakkucat Note Added: 0009124
2023-04-06 16:45 burakkucat Reproducibility always => N/A
2023-04-06 16:45 burakkucat OS => el7, el8 and el9.
2023-04-06 16:45 burakkucat Platform => x86_64 and aarch64.
2023-04-06 21:48 hsiangkao Note Added: 0009126
2023-04-22 11:52 burakkucat Status acknowledged => resolved
2023-04-22 11:52 burakkucat Resolution open => fixed
2023-04-22 11:52 burakkucat Note Added: 0009148