All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] jump label: core updates
@ 2010-10-01 21:23 Jason Baron
  2010-10-01 21:23 ` [PATCH 1/5] jump label: fix module __init section race Jason Baron
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Jason Baron @ 2010-10-01 21:23 UTC (permalink / raw)
  To: rostedt, mingo
  Cc: mathieu.desnoyers, hpa, tglx, andi, roland, rth,
	masami.hiramatsu.pt, fweisbec, avi, davem, vgoyal, sam, tony,
	ddaney, linux-kernel

Hi,

Here are some updates to the jump label code (against -tip tree) found during
testing and review.

After this series, I'm not aware of any outstanding issues.

thanks,

-Jason

Jason Baron (5):
  jump label: fix module __init section race
  jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex
  jump label: add register_jump_label_key/unregister_jump_label_key
  jump label: move jump table to r/w section
  jump label: add docs

 Documentation/jump-label.txt      |  142 +++++++++++++++++++++++
 include/asm-generic/vmlinux.lds.h |   14 +--
 include/linux/jump_label.h        |    9 ++
 kernel/jump_label.c               |  222 +++++++++++++++++++++++++++++++-----
 kernel/kprobes.c                  |    6 +
 kernel/tracepoint.c               |   34 ++++++
 lib/dynamic_debug.c               |   20 ++++
 7 files changed, 406 insertions(+), 41 deletions(-)
 create mode 100644 Documentation/jump-label.txt


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

end of thread, other threads:[~2010-10-30 10:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-01 21:23 [PATCH 0/5] jump label: core updates Jason Baron
2010-10-01 21:23 ` [PATCH 1/5] jump label: fix module __init section race Jason Baron
2010-10-02  8:58   ` Masami Hiramatsu
2010-10-06 13:00     ` Steven Rostedt
2010-10-06 15:41       ` Jason Baron
2010-10-06 15:46         ` Steven Rostedt
2010-10-07  1:56           ` Masami Hiramatsu
2010-10-30 10:39   ` [tip:perf/urgent] jump label: Fix " tip-bot for Jason Baron
2010-10-01 21:23 ` [PATCH 2/5] jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex Jason Baron
2010-10-02  9:00   ` Masami Hiramatsu
2010-10-30 10:40   ` [tip:perf/urgent] " tip-bot for Jason Baron
2010-10-01 21:23 ` [PATCH 3/5] jump label: add register_jump_label_key/unregister_jump_label_key Jason Baron
2010-10-01 21:23 ` [PATCH 4/5] jump label: move jump table to r/w section Jason Baron
2010-10-01 21:24 ` [PATCH 5/5] jump label: add docs Jason Baron

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.