kpatch/kmod
Josh Poimboeuf 052806fe43 kmod/core: fix replace race condition
In the replace case, stop calling module_put on a patch module before
we're potentially done with it.

This will also be needed for future module patching if we want to
properly replace a patch module which only patches a future loaded
module (that's a mouthful).

Fixes #165.
2014-06-13 12:49:43 -05:00
..
core kmod/core: fix replace race condition 2014-06-13 12:49:43 -05:00
patch change struct kpatch_patch s/old_addr/old_offset 2014-06-02 15:57:12 -05:00
Makefile kmod: install core module to "extra" subdir 2014-05-13 15:10:40 -05:00