All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] kprobes: split blacklist into common and arch
@ 2013-04-05 13:26 ` Oskar Andero
  0 siblings, 0 replies; 12+ messages in thread
From: Oskar Andero @ 2013-04-05 13:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-arch, Masami Hiramatsu, davem, anil.s.keshavamurthy, ananth,
	Joonsoo Kim, radovan.lekanovic, bjorn.davidsson, oskar.andero

Hi,

This is version 3 of the patch-set for splitting arch and common kprobe
blackpoints.

Changes since last version are:
- 1/4: Add write memory barrier at blacklist initialization.
- 1/4: Change kprobe_blacklist_initialized type to boolean.
- 2/4: Fix racing of kprobe_blacklist.
- 2/4: Define arch_kprobes_blacksyms.* as __weak symbols.

-Oskar

Björn Davidsson (1):
  kprobes: move x86-specific blacklist symbols to arch directory

Oskar Andero (2):
  kprobes: split blacklist into common and arch
  kprobes: replace printk with pr_-functions

Toby Collett (1):
  kprobes: delay blacklist symbol lookup until we actually need it

 arch/x86/kernel/kprobes/core.c |   7 ++
 kernel/kprobes.c               | 159 +++++++++++++++++++++++++++--------------
 2 files changed, 112 insertions(+), 54 deletions(-)

-- 
1.8.1.5

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

end of thread, other threads:[~2013-04-08 11:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 13:26 [PATCH v3 0/4] kprobes: split blacklist into common and arch Oskar Andero
2013-04-05 13:26 ` Oskar Andero
2013-04-05 13:26 ` [PATCH v3 1/4] kprobes: delay blacklist symbol lookup until we actually need it Oskar Andero
2013-04-05 13:26   ` Oskar Andero
2013-04-08 10:58   ` Masami Hiramatsu
2013-04-05 13:26 ` [PATCH v3 2/4] kprobes: split blacklist into common and arch Oskar Andero
2013-04-05 13:26   ` Oskar Andero
2013-04-08 11:02   ` Masami Hiramatsu
2013-04-05 13:26 ` [PATCH v3 3/4] kprobes: move x86-specific blacklist symbols to arch directory Oskar Andero
2013-04-05 13:26   ` Oskar Andero
2013-04-05 13:26 ` [PATCH v3 4/4] kprobes: replace printk with pr_-functions Oskar Andero
2013-04-05 13:26   ` Oskar Andero

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.