kpatch/kpatch-build
Zhou ChengMing 0f556245e2 bugfix: correlate the rela sections of bundled static variables
If a static variable is a pointer, it has rela section.

Example:
	static int *p = &a;
changed to:
	static int *p = &b;
so its rela section has changed.

Then this change of data should be found and report error.
But if we don't correlate its rela section, we won't
find this change.

Signed-off-by: Zhou ChengMing <zhouchengming1@outlook.com>
2015-09-25 08:14:59 -07:00
..
insn insn: get it to compile in create-diff-object 2014-05-30 15:19:57 -05:00
create-diff-object.c bugfix: correlate the rela sections of bundled static variables 2015-09-25 08:14:59 -07:00
kpatch-build Fix kpatch-build failure with srpm on centos 2015-05-31 02:47:52 +01:00
kpatch-gcc kpatch-gcc: for module patches, copy module to temp dir 2014-10-06 01:05:36 -07:00
list.h new .fixup group size algorithm 2014-09-15 14:54:57 -05:00
lookup.c exclude UNDEF global syms from lookup_global_symbol 2014-06-02 20:34:37 -05:00
lookup.h merge add-patches-section functionality into create-obj-diff 2014-05-20 12:44:30 -05:00
Makefile improve kpatch-build Makefile 2014-09-23 09:45:04 -05:00