kpatch/kmod/core
Josh Poimboeuf 8a008e8645 kmod/core: module old_addr fix
When patching a module, I ran into a "can't set ftrace filter at
address" error.  The root cause was due to the fact that
mod->module_core + old_offset is apparently not a reliable way to
determine the function's address.

Instead, just get the address from kallsyms like we do for module
dynrelas.
2014-07-18 10:09:52 -05:00
..
core.c kmod/core: module old_addr fix 2014-07-18 10:09:52 -05:00
kpatch.h support forced patching 2014-07-02 14:06:33 -05:00
Makefile kmod/core: check for needed kernel config options 2014-05-02 16:11:55 -05:00