kpatch/kpatch-build
Evgenii Shatokhin 7b9629fc0a kpatch-build: do not use -ffunction-sections for a patch module itself
-ffunction-sections and -fdata-sections are needed when building the
original and the patched kernels.

It is not necessary, however, to use these options when building a
patch module itself, its functions and data are OK in the sections they
are.

Let us remove these options from KCGLAGS after the kernels have been
built.
2015-10-21 21:13:23 +03:00
..
insn insn: get it to compile in create-diff-object 2014-05-30 15:19:57 -05:00
Makefile improve kpatch-build Makefile 2014-09-23 09:45:04 -05:00
create-diff-object.c Merge pull request #504 from libin2015/section-change-fix 2015-10-15 17:05:07 -05:00
kpatch-build kpatch-build: do not use -ffunction-sections for a patch module itself 2015-10-21 21:13:23 +03:00
kpatch-gcc kpatch-build: support adding new files in patch 2015-10-16 17:26:24 +08:00
list.h new .fixup group size algorithm 2014-09-15 14:54:57 -05:00
lookup.c kpatch-build: support patching weak function 2015-10-16 13:21:00 +08:00
lookup.h merge add-patches-section functionality into create-obj-diff 2014-05-20 12:44:30 -05:00