kpatch/kmod/patch
Josh Poimboeuf f5de932b8d allow patched modules to call external functions
When patching a kernel module, if we can't find a needed dynrela symbol,
we currently assume it's exported.  However, it's also possible that
it's provided by another .o in the patch module.  Add support for that.

Fixes #445.
2014-10-06 23:16:13 -05:00
..
Makefile build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch-macros.h macros: add KPATCH_PRINTK macro 2014-07-31 23:11:20 -05:00
kpatch-patch-hook.c allow patched modules to call external functions 2014-10-06 23:16:13 -05:00
kpatch-patch.h allow patched modules to call external functions 2014-10-06 23:16:13 -05:00
kpatch.h build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch.lds re-enable patch modules with checksum matching 2014-09-09 07:52:16 -04:00