mirror of
https://github.com/dynup/kpatch
synced 2025-03-11 05:07:53 +00:00
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. |
||
---|---|---|
.. | ||
core | ||
patch | ||
Makefile |