• Rusty Russell's avatar
    [PATCH] Fix for module initialization failure · a8f97595
    Rusty Russell authored
    Bug reported by Paul Mackerras: if a module parameter fails, we didn't
    call module_arch_cleanup().
    
    On x86 this was harmless (module_arch_cleanup() is a no-op), but on
    other architectures like PPC this causes inconsistent data structures
    and subsequent oopses.
    a8f97595
module.c 48.9 KB