commit | 54041d8a73337411b485ff76957fb106cb5d40d0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 02 15:35:12 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 02 15:38:21 2013 +0930 |
tree | d80e16306e28cc2821794be56b37c5e64b091fa5 | |
parent | 86f120031a21fe4e7333a84f55d9e243c781e6e9 [diff] |
modules: don't fail to load on unknown parameters. Although parameters are supposed to be part of the kernel API, experimental parameters are often removed. In addition, downgrading a kernel might cause previously-working modules to fail to load. On balance, it's probably better to warn, and load the module anyway. This may let through a typo, but at least the logs will show it. Reported-by: Andy Lutomirski <luto@amacapital.net> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>