diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-09 19:35:32 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-09 19:35:32 -0300 |
commit | abb910eb9db6b40900a64651a4d63a37edbcc739 (patch) | |
tree | 90ec03292a36c0f96c76f56bd95a6f9f86da2f7a /NEWS | |
parent | 8edd5bb292fb128148191648a3f266027d3b56d8 (diff) | |
download | kmod-abb910eb9db6b40900a64651a4d63a37edbcc739.tar.gz kmod-abb910eb9db6b40900a64651a4d63a37edbcc739.tar.bz2 kmod-abb910eb9db6b40900a64651a4d63a37edbcc739.zip |
kmod 13v13
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +kmod 13 +======= + +- Bug fixes: + - Add the long option --symbol-prefix option to depmod (it was absent) + and fix its behavior + - Don't abort if there's a bogus line in configuration file like "alias + psmouse off". Some distros are carrying this since the days of + modutils + +- New features: + - Add support for finit_module(2). If the module is load straight from + the disk and without compression we use finit_module() syscall when + available, falling back to init_module() otherwise + - kmod_module_get_info() also returns the signature if the module is + signed and modinfo uses it + - Use secure_getenv if available + - rmmod understands builtin modules, just like modprobe does + - Improve compatibility with musl-libc + - Test cases exit with success when receiving a signal if they are + xfail tests + kmod 12 ======= |