kpatch/kpatch-build
Josh Poimboeuf 317d957f2c create-diff-object: generic special section support
Abstract out the common functionality for dealing with special sections
into a new kpatch_process_special_sections() function.

The base sections are partitioned into "groups".  Only those groups
whose relas reference a changed function are kept.  The only difference
in the logic for handling each special section is determining the size
of a given group.  Each section has its own group_size() callback for
this.  It's a callback instead of an integer because one of the
soon-to-be-supported special sections requires that its group sizes be
dynamically determined.
2014-05-27 12:47:45 -05:00
..
create-diff-object.c create-diff-object: generic special section support 2014-05-27 12:47:45 -05:00
kpatch-build kpatch-build: put cache in ~/.kpatch/src 2014-05-22 09:17:57 -05:00
list.h fix list corruption in special section handlers 2014-05-15 15:27:53 -05:00
lookup.c fix review comments 2014-05-20 12:44:31 -05:00
lookup.h merge add-patches-section functionality into create-obj-diff 2014-05-20 12:44:30 -05:00
Makefile fix review comments 2014-05-20 12:44:31 -05:00