]> xenbits.xensource.com Git - livepatch-build-tools.git/commit
create-diff-object: do not strip STN_UNDEF symbols from *.fixup
authorPawel Wieczorkiewicz <wipawel@amazon.de>
Tue, 5 Nov 2019 15:37:44 +0000 (15:37 +0000)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Tue, 26 Nov 2019 10:53:24 +0000 (10:53 +0000)
commitad79fdabd57f9b74828816920dd3765ed10d804f
treed1f8cfeb52a7e8ed58fa91c0ae759c8c69693b37
parent8ddcfae3b646784f56e68b1a1121e894576baf16
create-diff-object: do not strip STN_UNDEF symbols from *.fixup

The rela groups in the *.fixup sections vary in size. That makes it
more complex to handle in the livepatch_strip_undefined_elements().
It is also unnecessary as the .fixup sections are unlikely to have
any STN_UNDEF symbols anyway.

Signed-off-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
create-diff-object.c