kpatch/kmod/core
Masami Hiramatsu 79ca5dbfa7 kmod/core: Handle registering error and unroll it
Handle registering error to unroll the ftrace filter.
This also introduces get_kpatch_func() and
kpatch_remove_funcs_from_filter() for holding up
redundant loops.

Changes from v2:
 - Rebased on the latest kpatch.

Changes from v1:
 - Rename get_kpatch_func to kpatch_get_func.
 - Fix function definition style issue.
 - Do not jump to a label in "if" block.
 - Rollback the ftrace user counter if we hit an error.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
2014-04-23 10:58:45 +09:00
..
core.c kmod/core: Handle registering error and unroll it 2014-04-23 10:58:45 +09:00
kpatch.h kmod/core: update API and use hash table 2014-03-18 13:34:15 -05:00
Makefile kmod/core: require fentry 2014-04-15 14:40:03 -05:00