Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 800506

Summary: sys-kernel/genkernel: add support for ZSTD-compressed modules
Product: Gentoo Hosted Projects Reporter: thulle <th-gen>
Component: genkernelAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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!