mirror of
https://github.com/dynup/kpatch
synced 2025-01-20 03:50:42 +00:00
09ef2457cd
Normal correlated symbols are marked the SAME initially but static local variables are correlated in a separate function. Also mark these the SAME. This fixes an issue where patching a function which called printk_once (which uses a static local variable) would fail to build because the static local variable was considered new and thus introduced a new data member into .data..read_mostly which is not allowed to change. Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com> |
||
---|---|---|
.. | ||
insn | ||
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 | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |