Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1360014 > unrolled thread

[GIT PULL] livepatching for 4.6

Started byJiri Kosina <jikos@kernel.org>
First post2016-03-17 17:40 +0100
Last post2016-03-17 17:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] livepatching for 4.6 Jiri Kosina <jikos@kernel.org> - 2016-03-17 17:40 +0100

#1360014 — [GIT PULL] livepatching for 4.6

FromJiri Kosina <jikos@kernel.org>
Date2016-03-17 17:40 +0100
Subject[GIT PULL] livepatching for 4.6
Message-ID<rdJ7P-1lp-1@gated-at.bofh.it>
Linus,

please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git for-linus

to receive livepatching updates for 4.6 merge window:

==========
- cleanup of module notifiers; this depends on module.c cleanup which has 
  been acked by Rusty; from Jessica Yu

- small assorted fixes and MAINTAINERS update
==========

----------------------------------------------------------------
Jessica Yu (2):
      modules: split part of complete_formation() into prepare_coming_module()
      livepatch/module: remove livepatch module notifier

Jiri Kosina (1):
      klp: remove CONFIG_LIVEPATCH dependency from klp headers

Josh Poimboeuf (1):
      livepatch: Update maintainers

Miroslav Benes (1):
      klp: remove superfluous errors in asm/livepatch.h

Petr Mladek (1):
      livepatch: Fix the error message about unresolvable ambiguity

 MAINTAINERS                       |   5 +-
 arch/s390/include/asm/livepatch.h |   4 -
 arch/x86/include/asm/livepatch.h  |   4 -
 include/linux/livepatch.h         |   9 +++
 kernel/livepatch/core.c           | 151 ++++++++++++++++++--------------------
 kernel/module.c                   |  36 +++++++--
 6 files changed, 113 insertions(+), 96 deletions(-)

-- 
Jiri Kosina
SUSE Labs

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web