Package: kmod / 9-3

Metadata

Package Version Patches format
kmod 9-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dot_kcmdline | (download)

libkmod/libkmod-config.c | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 correctly parse kcmdline parameters containing a dot
 Kernel command line parameters of modules were not parsed correctly if
 the value contained a dot.
bad_alias_assertion | (download)

tools/modprobe.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fix assertion on --show-depends with bogus config file
 Some common but invalid modprobe.d configuration directives caused 
 modprobe --show-depends (which is used by update-initramfs) to crash.
blacklist_aliased | (download)

libkmod/libkmod-module.c | 12 9 + 3 - 0 !
libkmod/libkmod.h | 1 1 + 0 - 0 !
tools/modprobe.c | 1 1 + 0 - 0 !
3 files changed, 11 insertions(+), 3 deletions(-)

 make blacklisting work like in module-init-tools
 Do not load a blacklisted module even if modprobe is invoked with one of
 its aliases.
verbose_missing_bin | (download)

libkmod/libkmod.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 report an error when some .bin files do not exist
check_builtin_kver | (download)

tools/depmod.c | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

---
aliases_conf | (download)

extra/aliases.conf | 165 165 + 0 - 0 !
1 file changed, 165 insertions(+)

---
debian_manpages | (download)

extra/modules.5 | 14 14 + 0 - 0 !
extra/modules.fr.5 | 19 19 + 0 - 0 !
2 files changed, 33 insertions(+)

---