[PATCH] fix for kallsyms module symbol resolution problem
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.
Showing
Please register or sign in to comment