kpatch/kmod
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
..
core kmod/core: update API and use hash table 2014-03-18 13:34:15 -05:00
patch core/kmod: use kmalloc instead of kzalloc 2014-03-18 16:57:51 -05:00
Makefile install uname fix 2014-02-18 09:23:17 -06:00