From: Rusty Russell Date: Sat, 12 Jan 2013 01:08:44 +0000 (+1030) Subject: module: add new state MODULE_STATE_UNFORMED. X-Git-Tag: v3.8-rc5~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d21b0e3477395e7ff2acc269f15df6e6a8d356d;p=pandora-kernel.git module: add new state MODULE_STATE_UNFORMED. You should never look at such a module, so it's excised from all paths which traverse the modules list. We add the state at the end, to avoid gratuitous ABI break (ksplice). Signed-off-by: Rusty Russell --- Reading git-diff-tree failed