From: Joe Lawrence <joe.lawrence@redhat.com>
To: live-patching@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Josh Poimboeuf <jpoimboe@redhat.com>,
Jessica Yu <jeyu@redhat.com>, Jiri Kosina <jikos@kernel.org>,
Miroslav Benes <mbenes@suse.cz>, Petr Mladek <pmladek@suse.com>
Subject: [PATCH v5] shadow variables
Date: Mon, 21 Aug 2017 10:42:12 -0400 [thread overview]
Message-ID: <1503326533-32160-1-git-send-email-joe.lawrence@redhat.com> (raw)
v5:
- Adopt Petr's suggested combined __klp_shadow_get_or_attach() routine
- API
- s/klp_shadow_attach/klp_shadow_alloc/g
- s/klp_shadow_get_or_attach/klp_shadow_get_or_alloc/g
- s/klp_shadow_detach/klp_shadow_free/g
- remove klp_shadow_update_or_attach()
- Code comments
- Add Petr's description for klp_shadow_get_or_alloc()
- Swap paragraphs in klp_shadow_alloc() description
- Add short description of klp_shadow_lock
- Remove incorrect klp_shadow_lock comment in klp_shadow_match() and
klp_shadow_set()
- Add a use-after-free disclaimer to klp_shadow_free() and
klp_shadow_free_all()
- Samples: Fix use-after-free in memory leak fix modules
- Doc: Simplify code in sta_info_free() use-case
Joe Lawrence (1):
livepatch: introduce shadow variable API
Documentation/livepatch/shadow-vars.txt | 191 +++++++++++++++++++
include/linux/livepatch.h | 8 +
kernel/livepatch/Makefile | 2 +-
kernel/livepatch/shadow.c | 296 ++++++++++++++++++++++++++++++
samples/Kconfig | 5 +-
samples/livepatch/Makefile | 3 +
samples/livepatch/livepatch-shadow-fix1.c | 173 +++++++++++++++++
samples/livepatch/livepatch-shadow-fix2.c | 168 +++++++++++++++++
samples/livepatch/livepatch-shadow-mod.c | 224 ++++++++++++++++++++++
9 files changed, 1066 insertions(+), 4 deletions(-)
create mode 100644 Documentation/livepatch/shadow-vars.txt
create mode 100644 kernel/livepatch/shadow.c
create mode 100644 samples/livepatch/livepatch-shadow-fix1.c
create mode 100644 samples/livepatch/livepatch-shadow-fix2.c
create mode 100644 samples/livepatch/livepatch-shadow-mod.c
--
1.8.3.1
next reply other threads:[~2017-08-21 14:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-21 14:42 Joe Lawrence [this message]
2017-08-21 14:42 ` [PATCH v5] livepatch: introduce shadow variable API Joe Lawrence
2017-08-22 18:34 ` Josh Poimboeuf
2017-08-31 14:54 ` Miroslav Benes
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=1503326533-32160-1-git-send-email-joe.lawrence@redhat.com \
--to=joe.lawrence@redhat.com \
--cc=jeyu@redhat.com \
--cc=jikos@kernel.org \
--cc=jpoimboe@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=live-patching@vger.kernel.org \
--cc=mbenes@suse.cz \
--cc=pmladek@suse.com \
/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
all inboxes | Powered by JetHome®