Re: [PATCH v2] Add kernel parameter to blacklist modules

2016-06-15 Thread Prarit Bhargava
On 06/14/2016 05:20 PM, Rusty Russell wrote: > Prarit Bhargava writes: >> Blacklisting a module in linux has long been a problem. The current >> procedure is to use rd.blacklist=module_name, however, that doesn't >> cover the case after the initramfs and before a boot prompt (where one >> is su

Re: [PATCH v2] Add kernel parameter to blacklist modules

2016-06-14 Thread Rusty Russell
Prarit Bhargava writes: > Blacklisting a module in linux has long been a problem. The current > procedure is to use rd.blacklist=module_name, however, that doesn't > cover the case after the initramfs and before a boot prompt (where one > is supposed to use /etc/modprobe.d/blacklist.conf to black

[PATCH v2] Add kernel parameter to blacklist modules

2016-06-14 Thread Prarit Bhargava
Blacklisting a module in linux has long been a problem. The current procedure is to use rd.blacklist=module_name, however, that doesn't cover the case after the initramfs and before a boot prompt (where one is supposed to use /etc/modprobe.d/blacklist.conf to blacklist runtime loading). Using rd.s