Skip to content
  • Tim Abbott's avatar
    module: Export symbols needed for Ksplice · c6b37801
    Tim Abbott authored
    
    
    Impact: Expose some module.c symbols
    
    Ksplice uses several functions from module.c in order to resolve
    symbols and implement dependency handling.  Calling these functions
    requires holding module_mutex, so it is exported.
    
    (This is just the module part of a bigger add-exports patch from Tim).
    
    Cc: Anders Kaseorg <andersk@mit.edu>
    Cc: Jeff Arnold <jbarnold@mit.edu>
    Signed-off-by: default avatarTim Abbott <tabbott@mit.edu>
    Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
    c6b37801