kmod 28 is out: https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-28.tar.xz https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-28.tar.sign - Improvements - Add Zstandard to the supported compression formats using libzstd (pass --with-zstd to configure) - Bug fixes - Ignore ill-formed kernel command line, e.g. with "ivrs_acpihid[00:14.5]=AMD0020:0" option in it - Fix some memory leaks - Fix 0-length builtin.alias.bin: it needs at least the index header Shortlog is below: Lucas De Marchi (17): gitignore: ignore release files gitignore: ignore .cache.mk when building modules libkmod: ignore kcmdline option if we fail to parse modname testsuite: check for ill-formed kcmdline depmod: do not output .bin to stdout libkmod: simplify lookup when builtin.modinfo.bin file is missing libkmod: fix return error when opening index libkmod: allow modules.alias.builtin to be optional testsuite: add check for kmod_load_resources ci: update travis distro ci: remove semaphoreci depmod: unconditionally write builtin.alias.bin shared: fix UNIQ definition testsuite: add test for empty modules.builtin.aliases.bin build: fix distcheck due to missing zstd build: add comment with rules for libtool version update kmod 28 Samanta Navarro (1): man: fix typo Shuo Wang (1): NEWS: fix typo Torge Matthies (2): add Zstandard compression support testsuite: add test for zstd-compressed module Yauheni Kaliuta (3): libkmod: kmod_builtin_get_modinfo: free modinfo on error depmod: output_builtin_alias_bin: free idx on error path libkmod: kmod_log_null: qualify ctx argument as const Thank you all for the contributions. Lucas De Marchi