From: Linus Torvalds Date: Wed, 15 Nov 2017 18:21:58 +0000 (-0800) Subject: Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos... X-Git-Tag: v4.19~2196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ef76878cfcf4d6b64972b283021f576a95d9216;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'for-linus' of ssh://gitolite./linux/kernel/git/jikos/livepatching Pull livepatching updates from Jiri Kosina: - shadow variables support, allowing livepatches to associate new "shadow" fields to existing data structures, from Joe Lawrence - pre/post patch callbacks API, allowing livepatch writers to register callbacks to be called before and after patch application, from Joe Lawrence * 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching: livepatch: __klp_disable_patch() should never be called for disabled patches livepatch: Correctly call klp_post_unpatch_callback() in error paths livepatch: add transition notices livepatch: move transition "complete" notice into klp_complete_transition() livepatch: add (un)patch callbacks livepatch: Small shadow variable documentation fixes livepatch: __klp_shadow_get_or_alloc() is local to shadow.c livepatch: introduce shadow variable API --- 0ef76878cfcf4d6b64972b283021f576a95d9216