From: Rusty Russell Date: Tue, 2 Jul 2013 06:05:12 +0000 (+0930) Subject: modules: don't fail to load on unknown parameters. X-Git-Tag: v3.11-rc1~44^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54041d8a73337411b485ff76957fb106cb5d40d0;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed