public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH -tip 0/4] kprobes updates
@ 2010-02-02 21:41 Masami Hiramatsu
  2010-02-02 21:41 ` [PATCH -tip 1/4] [RESEND] kprobes: Disable booster when CONFIG_PREEMPT=y Masami Hiramatsu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Masami Hiramatsu @ 2010-02-02 21:41 UTC (permalink / raw)
  To: Ingo Molnar, lkml
  Cc: Steven Rostedt, PrzemysławPawełczyk,
	Frederic Weisbecker, Ananth N Mavinakayanahalli, Jim Keniston,
	Mathieu Desnoyers, Jason Baron, systemtap, DLE

Hi,

Here are patches for updating kprobes. Actually, the first patch is
same as that previously I sent to LKML. 2nd-4th patches introduces text
reserve functions for avoiding conflictions between alternatives/
ftrace and kprobes. Since alternatives and ftrace can modify fixed
small pieces of kernel text, I think those should come before kprobes.

Thank you,

---

Masami Hiramatsu (4):
      ftrace: Remove record freezing
      kprobes: Check probe address is reserved
      ftrace/alternatives: Introducing *_text_reserved functions
      [RESEND] kprobes: Disable booster when CONFIG_PREEMPT=y


 arch/ia64/kernel/kprobes.c         |    2 +
 arch/x86/include/asm/alternative.h |    5 +++
 arch/x86/kernel/alternative.c      |   16 +++++++++++
 arch/x86/kernel/kprobes.c          |    5 +++
 include/linux/ftrace.h             |    7 ++++-
 kernel/kprobes.c                   |   33 +++-------------------
 kernel/trace/ftrace.c              |   54 ++++++++++--------------------------
 7 files changed, 52 insertions(+), 70 deletions(-)

-- 
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America), Inc.
Software Solutions Division
e-mail: mhiramat@redhat.com

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

end of thread, other threads:[~2010-02-04 20:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-02 21:41 [PATCH -tip 0/4] kprobes updates Masami Hiramatsu
2010-02-02 21:41 ` [PATCH -tip 1/4] [RESEND] kprobes: Disable booster when CONFIG_PREEMPT=y Masami Hiramatsu
2010-02-04  9:57   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-02-02 21:41 ` [PATCH -tip 2/4] ftrace/alternatives: Introducing *_text_reserved functions Masami Hiramatsu
2010-02-04  9:58   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-02-02 21:41 ` [PATCH -tip 3/4] kprobes: Check probe address is reserved Masami Hiramatsu
2010-02-04  9:57   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-02-02 21:41 ` [PATCH -tip 4/4] ftrace: Remove record freezing Masami Hiramatsu
2010-02-04  9:57   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-02-04 13:49   ` [PATCH -tip 4/4] " Steven Rostedt
2010-02-04  9:06 ` [PATCH -tip 0/4] kprobes updates Ingo Molnar
2010-02-04 20:37   ` Masami Hiramatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).