mirror of
https://github.com/dynup/kpatch
synced 2025-02-21 04:16:54 +00:00
After patched, rela information for some sections could disappear. For example, a function like the following: " notrace noinline static int version_proc_show(struct seq_file *m, void *v) { return 0; } " Apart from common rela entries, trace and return thunk mechanism will generate rela information. Use `notrace` to remove the effect of trace. Make CONFIG_RETHUNK=n can remove the effect of return thunk. Discovered-by: Zongwu Li <lizongwu@huawei.com> Signed-off-by: Longjun Luo <luolongjuna@gmail.com> |
||
---|---|---|
.. | ||
gcc-plugins | ||
insn | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-cc | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-intermediate.h | ||
kpatch.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |