mirror of
https://github.com/dynup/kpatch
synced 2025-04-01 22:48:08 +00:00
Fix incorrect old_offsets for loadable modules during sysfs initialization in patch_init. sysfs will be initialized on patch module init regardless of whether or not the module is loaded. func_old_addr_show() will read from func->old_addr, which is initially set to 0; it'll be eventually filled in by the core module. |
||
---|---|---|
.. | ||
kpatch-macros.h | ||
kpatch-patch-hook.c | ||
kpatch-patch.h | ||
kpatch.h | ||
kpatch.lds | ||
Makefile |