Hi,

The problem is, that kmod has switched to using the kernel decompressor when available, which is XZ Embedded. This version doesn't handle CRC64 and dictionaries larger than 1 MiB.

You can fix it by compressing the modules with `xz --check=crc32 
--lzma2=dict=1MiB module.ko`

This can easily be done by applying the following patch to your kernel git repository:

https://lore.kernel.org/all/3d34a965-ab9c-d549-0c63-c717ab5d2...@tweek.dk/

Afterwards `make modules_install` will compress and install the modules correctly.


Best regards,
Martin Nybo Andersen

Reply via email to