kmod 16 is out: ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-16.tar.xz ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-16.tar.sign Most important change besides the bug fixes are: * we don't have an option in rmmod to wait module removal anymore. This is gone from kernel and now is gone from kmod too. The constant KMOD_REMOVE_NOWAIT in libkmod is still there for backward compatibility but it's always enforced, passing O_NONBLOCK to delete_module(2). * warn on wrong devname specification in depmod to help kernel developers catch the bug earlier. Shortlog is below. Lucas De Marchi --- Anders Olofsson (1): build: Allow disabling maintainer mode John Spencer (1): testsuite: fix usage of reserved names Lucas De Marchi (19): Fix usage of readdir_r() build: remove check for typeof util: Add ALIGN_POWER2 libkmod-hash: always align n_buckets to power of 2 libkmod: always pass O_NONBLOCK to kernel rmmod: remove --wait option NEWS: add entries build-sys: enable colored diagnostics if available testsuite: Move test-alias to test-util util: Add cleanup attribute config: Use _cleanup_free_ util: use _cleanup_free_ on path_make_absolute_cwd() testsuite: add basic test for getline_wrapped util: Be OOM-safe and use _cleanup_free_ array: avoid duplicate code to reallocate file: use _cleanup_free_ module: use _cleanup_free and remove useless call to free() Use C11's noreturn kmod 16 Saul Wold (2): Makefile.am: Add target to all cross-compilation of testsuite Makefile.am: add mkdir testsuite Thomas Petazzoni (1): Add configure check for _Static_assert() Tom Gundersen (1): depmod: warn on invalid devname specification -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html