Add support for properly stacking patches. This includes enforcing patch stack semantics and allowing functions to be repatched. v2 changes: - add "enforce stacking semantics" patch - add documentation comments for new klp_ops struct Josh Poimboeuf (2): livepatch: enforce patch stacking semantics livepatch: support for repatching a function include/linux/livepatch.h | 4 +- kernel/livepatch/core.c | 180 +++++++++++++++++++++++++++++++++------------- 2 files changed, 131 insertions(+), 53 deletions(-) -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe live-patching" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html