]> git.ipfire.org Git - thirdparty/kmod.git/commit
add Zstandard compression support
authorTorge Matthies <openglfreak@googlemail.com>
Tue, 8 Sep 2020 19:59:20 +0000 (21:59 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 11 Sep 2020 04:55:01 +0000 (21:55 -0700)
commit3821e1971ec53fabbbb9f2679ea988ee12db61c8
tree0af3bd902300467b35af96f38e8c135e6a7dd122
parentf5434cf5fc5b567359e1b9207bbab24c6782cfbd
add Zstandard compression support

I changed the style of the hackargs variable in autogen.sh to multiline
because said line was becoming a bit long with the new --with-zstd arg
added.

A previous version of this patch has been running on my two Arch Linux
installations (with an accompanying mkinitcpio patch) for several months
over many kernel updates without any issues.
Any additional testing and/or patch review would of course be appreciated.

Signed-off-by: Torge Matthies <openglfreak@googlemail.com>
.semaphore/semaphore.yml
.travis.yml
Makefile.am
autogen.sh
configure.ac
libkmod/libkmod-file.c
libkmod/libkmod.pc.in
shared/util.c
testsuite/mkosi/mkosi.fedora
testsuite/test-util.c