mirror of https://github.com/dynup/kpatch
c1caee1468
Some theoretically unchanged functions can have undesired changes if the compiler decides to perform inlining in a different way (e.g. because of newly added references). In such a case, it can be useful to discard changes to functions that don't actually need modification. Sadly, this currently doesn't work for functions missing the ftrace hook (e.g. notrace code) as presence of the hook is checked before identifying elements to ignore. Look for functions/sections to ignore earlier. Signed-off-by: Julien Thierry <jthierry@redhat.com> |
||
---|---|---|
.. | ||
gcc-plugins | ||
insn | ||
Makefile | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-gcc | ||
kpatch-intermediate.h | ||
kpatch.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h |