All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/master  0/3] kprobes blacklist enhancement
@ 2015-07-16  7:10 Masami Hiramatsu
  2015-07-16  7:10 ` [PATCH tip/master 1/3] kprobes: Support blacklist functions in module Masami Hiramatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Masami Hiramatsu @ 2015-07-16  7:10 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Pratyush Anand, Thomas Gleixner, Ingo Molnar,
	Linux Kernel Mailing List, H. Peter Anvin

Hi,

Here is a series of patches of kprobe blacklist enhancement
which I sent 1 yrs ago (with some performance improvements).

I've decided to split these patches from performance improvement
patches because it is easy to review/merge.

These 3 patches add NOKPROBE_SYMBOL() support for modules and
show all the blacklisted symbols including arch-dependent
areas (which is previously aren't shown in debugfs/kprobes/blacklist).

Thank you,

---

Masami Hiramatsu (3):
      kprobes: Support blacklist functions in module
      kprobes: Use NOKPROBE_SYMBOL() in sample modules
      kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text


 Documentation/kprobes.txt           |    8 ++
 arch/x86/kernel/kprobes/core.c      |   11 +--
 include/linux/kprobes.h             |    1 
 include/linux/module.h              |    4 +
 kernel/kprobes.c                    |  122 ++++++++++++++++++++++++++++-------
 kernel/module.c                     |    6 ++
 samples/kprobes/jprobe_example.c    |    1 
 samples/kprobes/kprobe_example.c    |    3 +
 samples/kprobes/kretprobe_example.c |    2 +
 9 files changed, 123 insertions(+), 35 deletions(-)


-- 
Masami HIRAMATSU
Linux Technology Research Center, System Productivity Research Dept.
Center for Technology Innovation - Systems Engineering 
Hitachi, Ltd., Research & Development Group
E-mail: masami.hiramatsu.pt@hitachi.com

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

end of thread, other threads:[~2015-07-21 10:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16  7:10 [PATCH tip/master 0/3] kprobes blacklist enhancement Masami Hiramatsu
2015-07-16  7:10 ` [PATCH tip/master 1/3] kprobes: Support blacklist functions in module Masami Hiramatsu
2015-07-16 11:34   ` Rusty Russell
2015-07-17 12:10   ` Ingo Molnar
2015-07-19  3:15     ` Masami Hiramatsu
2015-07-21  7:48       ` Ingo Molnar
2015-07-21 10:19         ` Masami Hiramatsu
2015-07-16  7:10 ` [PATCH tip/master 2/3] kprobes: Use NOKPROBE_SYMBOL() in sample modules Masami Hiramatsu
2015-07-16  7:10 ` [PATCH tip/master 3/3] kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text Masami Hiramatsu

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.