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


Groups > linux.kernel > #1337267 > unrolled thread

[GIT PULL] livepatching regression fix

Started byJiri Kosina <jikos@kernel.org>
First post2016-02-18 12:00 +0100
Last post2016-02-18 12:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] livepatching regression fix Jiri Kosina <jikos@kernel.org> - 2016-02-18 12:00 +0100

#1337267 — [GIT PULL] livepatching regression fix

FromJiri Kosina <jikos@kernel.org>
Date2016-02-18 12:00 +0100
Subject[GIT PULL] livepatching regression fix
Message-ID<r3utt-4hK-19@gated-at.bofh.it>
Linus,

please pull from

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

to receive

==========
- regression (from 4.4) fix for ordering issue, introduced by an earlier 
  ftrace change, that broke live patching of modules. The fix replaces 
  the ftrace module notifier by direct call in order to make the ordering 
  guaranteed and well-defined. The patch, from Jessica Yu, has been acked 
  both by Steven and Rusty

- error message fix from Miroslav Benes
==========

Thanks.

----------------------------------------------------------------
Jessica Yu (1):
      ftrace/module: remove ftrace module notifier

Miroslav Benes (1):
      livepatch: change the error message in asm/livepatch.h header files

 arch/s390/include/asm/livepatch.h |  2 +-
 arch/x86/include/asm/livepatch.h  |  2 +-
 include/linux/ftrace.h            |  6 ++++--
 kernel/module.c                   |  4 ++++
 kernel/trace/ftrace.c             | 36 +-----------------------------------
 5 files changed, 11 insertions(+), 39 deletions(-)

-- 
Jiri Kosina
SUSE Labs

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web