mirror of
https://github.com/dynup/kpatch
synced 2025-02-20 03:36:52 +00:00
This patch adds support for livepatch hook based module creation for PPC64le. It introduces PPC64le architecture bits: - Add relocation type of R_PPC64_ADDR64 while parsing powerpc ELF. - Introduce .toc sections mainpulation. - Skip kpatch specific details for livepatch hook. Also remove the definition of rela_insn() for powerpc. The only call site is been guarded by #ifdef x86. Cc: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> |
||
---|---|---|
.. | ||
kpatch-macros.h | ||
kpatch-patch-hook.c | ||
kpatch-patch.h | ||
kpatch.h | ||
kpatch.lds.S | ||
livepatch-patch-hook.c | ||
Makefile | ||
patch-hook.c |