All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip  0/5] Kprobes updates
@ 2010-10-14  3:10 Masami Hiramatsu
  2010-10-14  3:10 ` [PATCH -tip 1/5] [RESEND] kprobes: Update document about irq disabled state in kprobe handler Masami Hiramatsu
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Masami Hiramatsu @ 2010-10-14  3:10 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Rusty Russell, Ananth N Mavinakayanahalli, linux-kernel,
	2nddept-manager

Hi,

This series of patches fixes some code/docs which are related to
kprobes (especially optprobe).
First 2 resend patches update document and selftest since
optprobe changes kprobes behavior.
Next 2 patches fix double get_cpu() by using __stop_machine().
And the last patch makes text_poke_smp() depending on
stop_machine() on smp, because without stop_machine(),
it can't ensure safety on smp.

Thank you,

---

Masami Hiramatsu (5):
      [BUGFIX] kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependency
      [BUGFIX] x86: Use __stop_machine() in text_poke_smp()
      Define __stop_machine when CONFIG_STOP_MACHINE=n
      [RESEND][BUGFIX] kprobes: Fix selftest to clear flags field for reusing probes
      [RESEND] kprobes: Update document about irq disabled state in kprobe handler


 Documentation/kprobes.txt     |    8 +++++---
 arch/x86/Kconfig              |    5 +++++
 arch/x86/kernel/alternative.c |    3 ++-
 include/linux/stop_machine.h  |   10 ++++++++--
 kernel/test_kprobes.c         |   12 +++++++++---
 5 files changed, 29 insertions(+), 9 deletions(-)

-- 
Masami HIRAMATSU
2nd Dept. Linux Technology Center
Hitachi, Ltd., Systems Development Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com


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

end of thread, other threads:[~2010-10-14  7:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14  3:10 [PATCH -tip 0/5] Kprobes updates Masami Hiramatsu
2010-10-14  3:10 ` [PATCH -tip 1/5] [RESEND] kprobes: Update document about irq disabled state in kprobe handler Masami Hiramatsu
2010-10-14  7:39   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-10-14  3:10 ` [PATCH -tip 2/5] [RESEND][BUGFIX] kprobes: Fix selftest to clear flags field for reusing probes Masami Hiramatsu
2010-10-14  7:40   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-10-14  3:10 ` [PATCH -tip 3/5] Define __stop_machine when CONFIG_STOP_MACHINE=n Masami Hiramatsu
2010-10-14  5:00   ` Tejun Heo
2010-10-14  7:40   ` [tip:perf/core] stopmachine: " tip-bot for Masami Hiramatsu
2010-10-14  3:10 ` [PATCH -tip 4/5] [BUGFIX] x86: Use __stop_machine() in text_poke_smp() Masami Hiramatsu
2010-10-14  7:41   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-10-14  3:10 ` [PATCH -tip 5/5] [BUGFIX] kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependency Masami Hiramatsu
2010-10-14  7:41   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2010-10-14  6:52 ` [PATCH -tip 0/5] Kprobes updates Ingo Molnar

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.