kpatch/kmod/core
Jan Stancek 6e67e57a42 wait for outstanding shadow variables free requests in kpatch_exit
Unload of kpatch module (and kpatch_shadow_hash table) before
all shadow variables free requests are processed can lead to
kernel crash.

Add rcu_barrier() to kpatch_exit() to wait for all outstanding
RCU callbacks to complete.

Signed-off-by: Jan Stancek <jstancek@redhat.com>
2014-11-21 17:19:51 +01:00
..
Makefile add support for shadow variables 2014-09-08 13:36:37 -05:00
core.c wait for outstanding shadow variables free requests in kpatch_exit 2014-11-21 17:19:51 +01:00
kpatch.h allow patched modules to call external functions 2014-10-06 23:16:13 -05:00
shadow.c Store small shadow fields in-place 2014-09-08 16:00:20 -05:00