From: Rusty Russell Date: Tue, 31 Mar 2009 19:05:33 +0000 (-0600) Subject: module: clarify the force-loading taint message. X-Git-Tag: v2.6.30-rc1~206^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e665c8f0c18ab3686117905765b5139efd6ebd;p=pandora-kernel.git module: clarify the force-loading taint message. Impact: Message cleanup Two of three callers of try_to_force_load() are not because of a missing version, so change the messages: Old: : no version for "magic" found: kernel tainted. New: : bad vermagic: kernel tainted. Old: : no version for "nocrc" found: kernel tainted. New: : no versions for exported symbols: kernel tainted. Old: : no version for "" found: kernel tainted. New: : : kernel tainted. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed