commit | bb9d3d56e792d2619cc0903df4ac01d86ac1261d | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Jan 29 17:13:21 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jan 29 17:13:22 2008 +1100 |
tree | 25ff54c8402b6dedf45a3145b5d9904e14983bf4 | |
parent | efa5345e39d01deef349c120f55ac6b6eabe7457 [diff] |
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 <joern@lazybastard.org> Tested-by: Erez Zadok <ezk@cs.sunysb.edu> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>