kpatch/kmod/core
Jessica Yu 6a69f5f91a consolidate variables func->old_offset and func->old_addr to just old_addr
To reduce redundancy, remove/change the old_offset fields in the
kpatch_func and kpatch_patch_func structs to just old_addr. Since
old_offset is being used as a placeholder for old_addr, might as well
consolidate it to just one variable.
2014-08-15 23:42:26 -07:00
..
core.c consolidate variables func->old_offset and func->old_addr to just old_addr 2014-08-15 23:42:26 -07:00
kpatch.h consolidate variables func->old_offset and func->old_addr to just old_addr 2014-08-15 23:42:26 -07:00
Makefile kmod/core/Makefile: update the Makefile for Debian Like 2014-07-28 10:50:03 -04:00