mirror of
https://github.com/dynup/kpatch
synced 2024-12-14 09:24:33 +00:00
8b9de30581
For a local object or function symbol, we expect that the section offset, sym.st_value, be 0 because we used -ffunction-sections and -fdata-section during compile. If value != 0, it undermines assumptions we make and should return an error. Exceptions should be handled on a case by case basis, like __ksymtab_strings. Signed-off-by: Seth Jennings <sjenning@redhat.com> |
||
---|---|---|
.. | ||
add-patches-section.c | ||
create-diff-object.c | ||
kpatch-build | ||
link-vmlinux-syms.c | ||
Makefile |