kpatch/kmod
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 kmod/core: add ftrace helper functions 2014-06-13 11:57:14 -05:00
patch change struct kpatch_patch s/old_addr/old_offset 2014-06-02 15:57:12 -05:00
Makefile kmod: install core module to "extra" subdir 2014-05-13 15:10:40 -05:00