Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800506 - sys-kernel/genkernel: add support for ZSTD-compressed modules
Summary: sys-kernel/genkernel: add support for ZSTD-compressed modules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2021-07-04 14:02 UTC by thulle
Modified: 2021-07-06 23:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thulle 2021-07-04 14:02:20 UTC
When compiling kernel 5.13 with the new CONFIG_MODULE_COMPRESS_ZSTD set to y, genkernel doesn't seem to pick up the kernel modules any more.

At the step ">> Appending modules cpio data ..." it gave a warning about 0 modules found.

Switching to CONFIG_MODULE_COMPRESS_NONE=y it works as intended without warning.
Comment 1 Larry the Git Cow gentoo-dev 2021-07-06 00:25:13 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=228102522e6139470fe86df52a29bd68e583f935

commit 228102522e6139470fe86df52a29bd68e583f935
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-07-05 22:13:13 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-07-05 23:40:51 +0000

    gen_moddeps.sh: modules_kext(): Add ZSTD support for kernel modules
    
    Bug: https://bugs.gentoo.org/800506
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 gen_moddeps.sh | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2021-07-06 23:11:18 UTC
Fixed in >=sys-kernel/genkernel-4.2.2!