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/[email protected]/
Afterwards `make modules_install` will compress and install the modules
correctly.
Best regards,
Martin Nybo Andersen