kpatch/kmod/core
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.c fix object unlink error handling 2014-10-03 21:18:47 -05:00
kpatch.h add support for shadow variables 2014-09-08 13:36:37 -05:00
Makefile add support for shadow variables 2014-09-08 13:36:37 -05:00
shadow.c Store small shadow fields in-place 2014-09-08 16:00:20 -05:00