From: Josh Poimboeuf <jpoimboe@redhat.com>
To: Seth Jennings <sjenning@redhat.com>,
Jiri Kosina <jkosina@suse.cz>, Vojtech Pavlik <vojtech@suse.cz>
Cc: live-patching@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] support for stacked patches
Date: Tue, 20 Jan 2015 09:26:17 -0600 [thread overview]
Message-ID: <cover.1421767360.git.jpoimboe@redhat.com> (raw)
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
next reply other threads:[~2015-01-20 15:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-20 15:26 Josh Poimboeuf [this message]
2015-01-20 15:26 ` [PATCH v2 1/2] livepatch: enforce patch stacking semantics Josh Poimboeuf
2015-01-20 15:33 ` Jiri Slaby
2015-01-20 15:26 ` [PATCH v2 2/2] livepatch: support for repatching a function Josh Poimboeuf
2015-01-20 15:37 ` Jiri Slaby
2015-01-20 15:47 ` Josh Poimboeuf
2015-01-20 19:11 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1421767360.git.jpoimboe@redhat.com \
--to=jpoimboe@redhat.com \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=live-patching@vger.kernel.org \
--cc=sjenning@redhat.com \
--cc=vojtech@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome