kpatch/kpatch-build
Josh Poimboeuf ecc5141676 insn: import insn disassembler code from kernel
We need a disassembler library to help with converting data section
relocation references to their corresponding symbols.  Unfortunately,
the only library I could find that's widely available in enterprise
Linux distros was libopcodes, which is part of binutils.  But its
interface is far too clunky for our needs.

The best alternative I can find is to just copy the kernel's
disassembler library code from arch/x86/lib.
2014-05-30 15:16:06 -05:00
..
insn insn: import insn disassembler code from kernel 2014-05-30 15:16:06 -05:00
create-diff-object.c create-diff-object: ensure no data sections are included 2014-05-30 08:12:47 -05:00
kpatch-build kpatch-build: better error message for struct def change 2014-05-28 13:48:55 -05:00
list.h fix list corruption in special section handlers 2014-05-15 15:27:53 -05:00
lookup.c fix review comments 2014-05-20 12:44:31 -05:00
lookup.h merge add-patches-section functionality into create-obj-diff 2014-05-20 12:44:30 -05:00
Makefile fix review comments 2014-05-20 12:44:31 -05:00