[PATCH] Modules race fix
Bob Miller points out that the try_module_get in use_module() can, of course, fail. Secondly, there is a race between setting the module live, and a simultaneous removal of it.
Showing
Please register or sign in to comment