kpatch/kmod
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 kmod/core: module old_addr fix 2014-07-18 10:09:52 -05:00
patch add KPATCH_WARN_*_LINE macros 2014-07-09 10:39:07 -05:00
Makefile kmod: fix uninstall path 2014-06-20 09:07:23 -05:00