kmod 34.2 is out: https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-34.2.tar.xz https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-34.2.tar.sign The tarballs generated for kmod-34 and kmod-34.1 were not very compatible for distros still on autotools. Hint: v35 will not have autotools and it'd be better to be prepared. Fix it and also bring a few fixes to weakdep parsing. Shortlog is below: Emil Velikov (1): NEWS: squash a couple of typos Jakub Ślepecki (1): libkmod: fix buffer-overflow in weakdep_to_char Lucas De Marchi (3): testsuite: Add modprobe -c test for weakdep autotools: Fix generated files in tarball kmod 34.2 Tobias Stoeckmann (2): libkmod: release memory on builtin error path libkmod: fix buffer-overflow in weakdep_to_char thanks Lucas De Marchi