kpatch/kmod
Josh Poimboeuf 2dbae9ae42 kmod/core: fix ftrace unregister order
Currently, when removing a patch module, the ftrace buffer gets flooded
with traces.  This happens because we're clearing the ftrace ops filter
before unregistering the ops, which creates a small window where all
functions are being traced.

We should be doing the unregistering in the reverse order in which we
registered, meaning ops should be unregistered and _then_ the filter
should be cleared.
2014-07-01 08:52:59 -05:00
..
core kmod/core: fix ftrace unregister order 2014-07-01 08:52:59 -05:00
patch kmod: patch: cleanup error paths 2014-06-24 12:50:26 -05:00
Makefile kmod: fix uninstall path 2014-06-20 09:07:23 -05:00