kpatch/kmod/core
Seth Jennings 681a6e80b9 refactor core <-> patch interface
Make kpatch_funs truly internal by:
Defining it in core.c
Adding a struct kpatch_internal, declared in kpatch.h and defined in
 core.c, that contains per patch module internal data.
Adding an "internal" field to struct kpatch_modules.
Allocating internal and funcs data in core.c, not in the patch module,
 since the patch module has no knowledge of kpatch_func anymore.
Adding a "patch" field to kpatch_func that points directly to the
 kpatch_patch provided by the module (rather than a field-by-field copy)

Signed-off-by: Seth Jennings <sjenning@redhat.com>
2014-05-12 14:58:29 -05:00
..
Makefile kmod/core: check for needed kernel config options 2014-05-02 16:11:55 -05:00
core.c refactor core <-> patch interface 2014-05-12 14:58:29 -05:00
kpatch.h refactor core <-> patch interface 2014-05-12 14:58:29 -05:00