]> git.ipfire.org Git - thirdparty/kmod.git/commit
modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 17 Aug 2012 12:42:47 +0000 (09:42 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 17 Aug 2012 12:42:47 +0000 (09:42 -0300)
commit36ddee65620f97c34d79815a24c65993e0c84754
tree8d89b487e7f79f31ed8ac10100f2eab726f3af30
parent6882017f809691d070e4df26414676d0219145d5
modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY

This fixes a change in behavior regarding kmod and module-init-tools:
when trying to load a module by alias, we should check if it's
blacklisted, regardless of the command line arguments passed.

This was reported by "Dmitry V. Levin <ldv@altlinux.org>".
tools/modprobe.c