• Andrew Morton's avatar
    [PATCH] fix for kallsyms module symbol resolution problem · a8b9e8d7
    Andrew Morton authored
    From:  Rusty Russell <rusty@rustcorp.com.au>
    
    Fix a problem with kallsyms being unable to look up symbols which are in
    modules.
    
    add_kallsyms should be above module_finalize, which means you can just use
    the mod->symtab and mod->strtab members.
    a8b9e8d7
module.c 47.5 KB