From: Rusty Russell Date: Tue, 29 Jan 2008 22:13:21 +0000 (-0500) Subject: module: better OOPS and lockdep coverage for loading modules X-Git-Tag: v2.6.25-rc1~1165^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb9d3d56e792d2619cc0903df4ac01d86ac1261d;p=pandora-kernel.git module: better OOPS and lockdep coverage for loading modules If we put the module in the linked list *before* calling into to, we get the module name and functions in the OOPS (is_module_address can find the module). It also helps lockdep in a similar way. Acked-and-tested-by: Joern Engel Tested-by: Erez Zadok Signed-off-by: Rusty Russell --- Reading git-diff-tree failed