Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271763 > unrolled thread
| Started by | Lucas De Marchi <lucas.de.marchi@gmail.com> |
|---|---|
| First post | 2015-11-18 01:30 +0100 |
| Last post | 2015-11-18 01:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[ANNOUNCE] kmod 22 Lucas De Marchi <lucas.de.marchi@gmail.com> - 2015-11-18 01:30 +0100
| From | Lucas De Marchi <lucas.de.marchi@gmail.com> |
|---|---|
| Date | 2015-11-18 01:30 +0100 |
| Subject | [ANNOUNCE] kmod 22 |
| Message-ID | <qvYNk-3Of-5@gated-at.bofh.it> |
kmod 22 is out:
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-22.tar.xz
ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-22.tar.sign
Tiny release:
- Tools:
- Change defaul log level for tools to WARNING rather than
ERROR and update
some log levels for current messages
- depmod doesn't fallback to uname if a bad version is passed
in the command
line anymore. We just exit with an error.
- insmod was taught the -f flag, just like in modprobe. It was
previously
silently ignoring it.
- libkmod
- New kmod_get_dirname() API to get the module directory set in the
context
- Bug fixes:
- Fix return code in error path of kmod_module_insert_module(). We were
previously returning ENOSYS rather than ENOENT.
Shortlog:
Laura Abbott (5):
README: Indicate cython requirements
modprobe: Update error message when path is missing
Change default log level
depmod: Remove unprinted debug messages
depmod: Don't fall back to uname on bad version
Lucas De Marchi (4):
Add README.md file with build details
libkmod-module: fix return code in error path
libkmod: export new kmod_get_dirname() function
kmod 22
Natanael Copa (1):
build: let sed use posix ERE instead of GNU extension
Philippe De Swert (1):
insmod: do support -f
Lucas De Marchi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web