public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] livepatch: Followup changes for the atomic replace patchset
@ 2019-02-04 13:56 Petr Mladek
  2019-02-04 13:56 ` [PATCH v2 1/4] livepatch: Introduce klp_for_each_patch macro Petr Mladek
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Petr Mladek @ 2019-02-04 13:56 UTC (permalink / raw)
  To: Jiri Kosina, Josh Poimboeuf, Miroslav Benes
  Cc: Jason Baron, Joe Lawrence, Evgenii Shatokhin, live-patching,
	linux-kernel, Petr Mladek

This patchset implements ideas that were mentioned and postponed during
the review of the atomic replace patchset.

The patches apply on top of livepatching.git, branch
origin/for-5.1/atomic-replace.


Changes against v1:

  + Added Joe's patch that fixed ptr_id() error code [Joe]
  + Did proper error handling in the shadow variable sefttest [All]
  + Removed the controversial patch that was removing patch->enabled flag [All].
  + Fixed few typo's [Joe]
  + Added available Acks.


Joe Lawrence (1):
  livepatch: return -ENOMEM on ptr_id() allocation failure

Petr Mladek (3):
  livepatch: Introduce klp_for_each_patch macro
  livepatch: Proper error handling in the shadow variables selftest
  livepatch: Module coming and going callbacks can proceed with all
    listed patches

 kernel/livepatch/core.c              | 34 ++++++++++------------------------
 kernel/livepatch/core.h              |  6 ++++++
 kernel/livepatch/transition.c        |  2 +-
 lib/livepatch/test_klp_shadow_vars.c | 24 +++++++++++++++++++++++-
 4 files changed, 40 insertions(+), 26 deletions(-)

-- 
2.13.7


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

end of thread, other threads:[~2019-02-06 15:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-04 13:56 [PATCH v2 0/4] livepatch: Followup changes for the atomic replace patchset Petr Mladek
2019-02-04 13:56 ` [PATCH v2 1/4] livepatch: Introduce klp_for_each_patch macro Petr Mladek
2019-02-04 13:56 ` [PATCH v2 2/4] livepatch: return -ENOMEM on ptr_id() allocation failure Petr Mladek
2019-02-05 13:26   ` Miroslav Benes
2019-02-04 13:56 ` [PATCH v2 3/4] livepatch: Proper error handling in the shadow variables selftest Petr Mladek
2019-02-05 14:18   ` Miroslav Benes
2019-02-05 21:17   ` Joe Lawrence
2019-02-04 13:56 ` [PATCH v2 4/4] livepatch: Module coming and going callbacks can proceed with all listed patches Petr Mladek
2019-02-06 10:29 ` [PATCH v2 0/4] livepatch: Followup changes for the atomic replace patchset Petr Mladek
2019-02-06 15:22 ` Josh Poimboeuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox