kpatch/kmod/patch
Seth Jennings 21fc274448 dynrelas support, obsoleting link-vmlinux-syms
This adds dynamic linking support for the patch modules.  It is the
first step toward supporting patching module code and relocatable
kernels.

Rela entries that reference non-included local and non-exported global
symbols are converted to "dynrelas".  These dynrelas are relocations
that are done by the core module, not the kernel module linker.  This
allows the core module to apply offsets to the base addresses found
in the base vmlinux or module.

Signed-off-by: Seth Jennings <sjenning@redhat.com>

Conflicts:
	kpatch-build/kpatch-build
2014-05-20 12:44:31 -05:00
..
Makefile build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch-patch-hook.c dynrelas support, obsoleting link-vmlinux-syms 2014-05-20 12:44:31 -05:00
kpatch.h build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch.lds dynrelas support, obsoleting link-vmlinux-syms 2014-05-20 12:44:31 -05:00