kpatch/kpatch-build
Seth Jennings 3753f06de4 use d_size instead of sh_size
The section header size is calculated at output time by libelf
and we use it as a read-only value from read files.

With the next patch we are changing the size of the .rela__bug_table
section.  Lets use d_size instead since it is the value that tells
libelf how to calculate sh_size at output time.

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-04-21 17:40:38 -05:00
..
add-patches-section.c add-patches-section: detect no patched functions 2014-03-19 17:46:53 -05:00
create-diff-object.c use d_size instead of sh_size 2014-04-21 17:40:38 -05:00
kpatch-build kpatch-build: don't delete logfile in debug mode 2014-04-21 16:26:23 -05:00
link-vmlinux-syms.c error on symbol ambiguity in link-vmlinux-syms 2014-03-19 16:26:43 -05:00
Makefile add uninstall target 2014-03-20 11:29:25 -05:00