From: Greg Kroah-Hartman Date: Sun, 27 Jan 2008 23:38:40 +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~1165^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6494a93d55fad586238cc1940e846c6d03e1aaf6;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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed