All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] livepatch v5: more clean up for the v5 of the patchset
@ 2014-12-09 18:05 Petr Mladek
  2014-12-09 18:05 ` [PATCH 1/6] livepatch v5: avoid race when checking for state of the patch Petr Mladek
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Petr Mladek @ 2014-12-09 18:05 UTC (permalink / raw)
  To: Seth Jennings, Josh Poimboeuf, Jiri Kosina, Vojtech Pavlik,
	Steven Rostedt, Miroslav Benes, Masami Hiramatsu
  Cc: Christoph Hellwig, Greg KH, Andy Lutomirski, live-patching, x86,
	kpatch, linux-kernel, Petr Mladek

This patch set is against v5 of the livepatch patch set, see
https://lkml.org/lkml/2014/12/4/488

It handles my comments against the 2nd patch from the patch set.
The only exception is the description of the relocation stuff.
It is better understood by Seth and Josh.

If you agree with the changes, please merge them into the original
patchset.

Petr Mladek (6):
  livepatch v5: avoid race when checking for state of the patch
  livepatch v5: do not quietly ignore wrong usage
  livepatch v5: find and verify the old address in klp_*_init()
  livepatch v5: clean up ordering of functions
  livepatch v5: split init and free code that is done only for loaded
    modules
  livepatch v5: clean up usage of the old and new addresses

 include/linux/livepatch.h |  24 +--
 kernel/livepatch/core.c   | 403 +++++++++++++++++++++++++++-------------------
 2 files changed, 253 insertions(+), 174 deletions(-)

-- 
1.8.5.2


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-12-11 14:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 18:05 [PATCH 0/6] livepatch v5: more clean up for the v5 of the patchset Petr Mladek
2014-12-09 18:05 ` [PATCH 1/6] livepatch v5: avoid race when checking for state of the patch Petr Mladek
2014-12-09 18:32   ` Josh Poimboeuf
2014-12-10 10:11     ` Petr Mladek
2014-12-10 15:25       ` Josh Poimboeuf
2014-12-11 11:17         ` Petr Mladek
2014-12-11 14:23           ` Josh Poimboeuf
2014-12-09 18:05 ` [PATCH 2/6] livepatch v5: do not quietly ignore wrong usage Petr Mladek
2014-12-09 18:05 ` [PATCH 3/6] livepatch v5: find and verify the old address in klp_*_init() Petr Mladek
2014-12-09 18:05 ` [PATCH 4/6] livepatch v5: clean up ordering of functions Petr Mladek
2014-12-09 18:05 ` [PATCH 5/6] livepatch v5: split init and free code that is done only for loaded modules Petr Mladek
2014-12-09 18:51   ` Josh Poimboeuf
2014-12-10 10:30     ` Petr Mladek
2014-12-10 15:34       ` Josh Poimboeuf
2014-12-09 18:05 ` [PATCH 6/6] livepatch v5: clean up usage of the old and new addresses Petr Mladek
2014-12-09 19:20   ` Josh Poimboeuf
2014-12-10 13:50     ` Petr Mladek
2014-12-10 15:33       ` Josh Poimboeuf
2014-12-11 11:30         ` Petr Mladek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.