OpenCloudOS-Kernel/kernel/livepatch
Jiri Kosina cb65dc7b89 Merge branch 'for-4.15/shadow-variables' into for-linus
Shadow variables allow callers to associate new shadow fields to existing data
structures.  This is intended to be used by livepatch modules seeking to
emulate additions to data structure definitions.
2017-11-15 10:49:14 +01:00
..
Kconfig livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS 2017-05-27 00:27:37 +02:00
Makefile livepatch: introduce shadow variable API 2017-09-14 23:06:12 +02:00
core.c livepatch: unpatch all klp_objects if klp_module_coming fails 2017-10-11 15:38:46 +02:00
core.h livepatch: make klp_mutex proper part of API 2017-03-08 14:40:53 +01:00
patch.c livepatch: Fix stacking of patches with respect to RCU 2017-06-20 10:42:19 +02:00
patch.h livepatch: change to a per-task consistency model 2017-03-08 09:36:21 +01:00
shadow.c livepatch: __klp_shadow_get_or_alloc() is local to shadow.c 2017-09-15 19:17:13 +02:00
transition.c livepatch: Fix stacking of patches with respect to RCU 2017-06-20 10:42:19 +02:00
transition.h livepatch: change to a per-task consistency model 2017-03-08 09:36:21 +01:00