commit | fc41efc1843009ebcdb4850b21f1c371ad203f4e | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Wed Nov 15 10:53:24 2017 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Nov 15 10:54:27 2017 +0100 |
tree | 71878da67ed83e19ba6d5e30ebee72e6d3612760 | |
parent | cb65dc7b89043a66d4459a6a811645d43185b5f0 [diff] | |
parent | 89a9a1c1c89cea5f70975c338c011b9f7024dee5 [diff] |
Merge branch 'for-4.15/callbacks' into for-linus This pulls in an infrastructure/API that allows livepatch writers to register pre-patch and post-patch callbacks that allow for running a glue code necessary for finalizing the patching if necessary. Conflicts: kernel/livepatch/core.c - trivial conflict by adding a callback call into module going notifier vs. moving that code block to klp_cleanup_module_patches_limited() Signed-off-by: Jiri Kosina <jkosina@suse.cz>