kpatch/kmod/core
Josh Poimboeuf c61fb88a23 kmod/core: add ftrace helper functions
Move all the ftrace filtering and registering logic into a couple of new
helper functions.  Change kpatch_num_registered to kpatch_num_patched,
which now tracks the number of patched functions rather than the number
of patch modules.

This simplifies the code a bit and will also prevent a future loaded
module scenario where ftrace_ops can be registered with an empty filter,
resulting in _all_ kernel functions getting registered with ftrace.
2014-06-13 11:57:14 -05:00
..
core.c kmod/core: add ftrace helper functions 2014-06-13 11:57:14 -05:00
kpatch.h add module patching support to create-diff-object 2014-06-02 20:34:37 -05:00
Makefile kmod/core: check for needed kernel config options 2014-05-02 16:11:55 -05:00