• Rusty Russell's avatar
    [PATCH] Modules race fix · 69508a7c
    Rusty Russell authored
    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.
    69508a7c
module.c 42.4 KB