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.
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(+)
Fixed in >=sys-kernel/genkernel-4.2.2!