kpatch/kmod
Josh Poimboeuf 4d01e89c3a fix object unlink error handling
Fix the object unlink error handling so that each function cleans up
after itself properly.

Also use find_symbol() instead of __symbol_get() to make cleanup easier.
When patching a module we don't need a reference to each symbol, since
we already have done a try_module_get() on the module.

Fixes #392.
2014-10-03 21:18:47 -05:00
..
core fix object unlink error handling 2014-10-03 21:18:47 -05:00
patch patch module function/variable renaming 2014-09-10 21:14:23 -05:00
Makefile kpatch: change core module path again 2014-07-28 20:30:20 -05:00