kpatch/kpatch-build
Seth Jennings 75ceca4f33 add file hint to add-patches-section
Currently, add-patches-section just blindly looks in vmlinux
for a function symbol matching the name of the patched function
in the input object file.  However, for local symbols, they may
appear multiple times in the vmlinux symbol table since the symbol
name may be reused locally in different files.

This commit add support for "file hinting".  It tracks what
file the symbol is in and searches for local symbols within
that file in vmlinux first.  If it doesn't find one, it then
searches globally like it always has.

Fixes issue #53

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-03-18 11:38:55 -05:00
..
add-patches-section.c add file hint to add-patches-section 2014-03-18 11:38:55 -05:00
create-diff-object.c make the changed function output more readable 2014-03-13 12:22:01 -05:00
kpatch-build Merge pull request #61 from jpoimboe/patch-compile-fail-log 2014-03-14 17:14:33 -05:00
link-vmlinux-syms.c remove dead code 2014-03-05 11:26:02 -06:00
Makefile compile tools with -g for debug symbols 2014-03-13 12:28:35 -05:00