kpatch/kpatch-build
Seth Jennings 2be6178d6a error on symbol ambiguity in link-vmlinux-syms
Like in add-patches-section, we should continue to
search the vmlinux symbol table to see if there
is a duplicate global symbol.  This normally would
not be possible, however, because create-diff-object
modifies unchanged local functions to be global
as a hack so they can be linked, there is a chance
that these symbols could collide with an existing
global symbol.  We should detect this case and error
out.

Hopefully we can figure out a way to avoid this
situation altogether.  But for now, this is a
protection against improper linking.

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-03-19 16:26:43 -05:00
..
add-patches-section.c kmod/core: update API and use hash table 2014-03-18 13:34:15 -05:00
create-diff-object.c kmod/core: update API and use hash table 2014-03-18 13:34:15 -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 error on symbol ambiguity in link-vmlinux-syms 2014-03-19 16:26:43 -05:00
Makefile kmod/core: update API and use hash table 2014-03-18 13:34:15 -05:00