mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
ae84b11467
The patch makes the order of the alias/blacklist in modprobe.conf irrelevant (like module-utils' modprobe). In first patch the alias had to be defined before the blacklist which caused problems because the modprobe.conf file is read before /lib/modules/*/modules.alias. The attatched patch will mark the blacklisted module itself rather than trying to find the alias that points to the blacklisted module and test this flag later in the alias resolving stage. |
||
---|---|---|
.. | ||
Config.in | ||
insmod.c | ||
Kbuild | ||
lsmod.c | ||
modprobe.c | ||
rmmod.c |