kpatch/kmod
Seth Jennings 5f00b0b05f add module patching support to core module
This commit adds support for patching modules.  If a patch or dynrela is
determined to be for a kernel module, the old_offset/src is not used and
the symbol location is looked up using kallsyms.  The module being
patched is also references to keep if from disappearing from underneath
us.

This commit introduces early and limited support.  The kernel module to
be patched must already be loaded or the patch module will not apply.

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-06-02 20:34:37 -05:00
..
core add module patching support to core module 2014-06-02 20:34:37 -05:00
patch change struct kpatch_patch s/old_addr/old_offset 2014-06-02 15:57:12 -05:00
Makefile kmod: install core module to "extra" subdir 2014-05-13 15:10:40 -05:00