kpatch/kmod/patch
Jessica Yu 8464c25d95 kpatch-patch-hook: fix incorrect old_offsets for loadable modules
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.
2014-08-15 23:42:22 -07:00
..
Makefile build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch-macros.h macros: add KPATCH_PRINTK macro 2014-07-31 23:11:20 -05:00
kpatch-patch-hook.c kpatch-patch-hook: fix incorrect old_offsets for loadable modules 2014-08-15 23:42:22 -07:00
kpatch-patch.h fixup review comments 2014-07-01 12:22:16 -05:00
kpatch.h build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch.lds support forced patching 2014-07-02 14:06:33 -05:00