Forum | Documentation | Website | Blog

Skip to content
  • Herbert Xu's avatar
    [INET]: Fix inet_diag dead-lock regression · d523a328
    Herbert Xu authored
    
    
    The inet_diag register fix broke inet_diag module loading because the
    loaded module had to take the same mutex that's already held by the
    loader in order to register the new handler.
    
    This patch fixes it by introducing a separate mutex to protect the
    handling of handlers.
    
    Signed-off-by: default avatarHerbert Xu <[email protected]>
    d523a328
Loading