kpatch/kmod/patch
Josh Poimboeuf ff44a0af26 core/kmod: use kmalloc instead of kzalloc
There's no need to zero out the kpatch funcs array.  The addr fields are
initialized by the patch module, the mod field is intialized by the core
module, and the node struct doesn't need to be initialized because its
fields are overwritten by hash_add.
2014-03-18 16:57:51 -05:00
..
Makefile build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch-patch-hook.c core/kmod: use kmalloc instead of kzalloc 2014-03-18 16:57:51 -05:00
kpatch-patch.h kmod/core: update API and use hash table 2014-03-18 13:34:15 -05:00
kpatch.h build and install core module with make 2014-02-18 07:44:33 -06:00
kpatch.lds functional reorganization 2014-02-13 11:00:06 -06:00