From: Greg Kroah-Hartman Date: Sun, 27 Jan 2008 18:29:20 +0000 (-0800) Subject: Module: check to see if we have a built in module with the same name X-Git-Tag: v2.6.25-rc1~1137^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=123ca9575b1f5342c05a4b84d6af8ba7587c2981;p=pandora-kernel.git Module: check to see if we have a built in module with the same name When trying to load a module with the same name as a built-in one, a scary kobject backtrace comes up. Prevent that from checking for this condition and warning the user as to what exactly is going on. Cc: Rusty Russell Cc: Linus Torvalds Cc: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed