Skip to content
Commit fbf5892d authored by Martin Nybo Andersen's avatar Martin Nybo Andersen Committed by Masahiro Yamada
Browse files

kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules

Kmod is now (since kmod commit 09c9f8c5df04 ("libkmod: Use kernel
decompression when available")) using the kernel decompressor, when
loading compressed modules.

However, the kernel XZ decompressor is XZ Embedded, which doesn't
handle CRC64 and dictionaries larger than 1MiB.

Use CRC32 and 1MiB dictionary when XZ compressing and installing
kernel modules.

Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050582


Signed-off-by: default avatarMartin Nybo Andersen <tweek@tweek.dk>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 6465e260
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment