From: Rusty Russell Date: Fri, 9 May 2008 06:23:17 +0000 (+1000) Subject: module: put modversions in vermagic X-Git-Tag: v2.6.26-rc2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2545eefffc452e52302c96c955d9aa26353aa9;p=pandora-kernel.git module: put modversions in vermagic Don't allow a module built without versions altogether to be inserted into a kernel which expects modversions. modprobe --force will strip vermagic as well as modversions, so it won't be effected, but this will make sure that a non-CONFIG_MODVERSIONS module won't be accidentally inserted into a CONFIG_MODVERSIONS kernel. Signed-off-by: Rusty Russell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed