• Andrew Morton's avatar
    [PATCH] module removal race fix · 52db2a96
    Andrew Morton authored
    From: Rusty Russell <rusty@au1.ibm.com>
    
    Vatsa spotted this: you can remove a module while it's being initialized,
    and that will be bad.  Hole was opened when I dropped the sem around the
    init routine (which can probe for other modules).
    52db2a96
module.c 49.1 KB