From: Jason Baron <jbaron@redhat.com>
To: rostedt@goodmis.org, mingo@elte.hu
Cc: mathieu.desnoyers@polymtl.ca, hpa@zytor.com, tglx@linutronix.de,
andi@firstfloor.org, roland@redhat.com, rth@redhat.com,
masami.hiramatsu.pt@hitachi.com, fweisbec@gmail.com,
avi@redhat.com, davem@davemloft.net, vgoyal@redhat.com,
sam@ravnborg.org, tony@bakeyournoodle.com,
ddaney@caviumnetworks.com, linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] jump label: core updates
Date: Fri, 1 Oct 2010 17:23:37 -0400 [thread overview]
Message-ID: <cover.1285965957.git.jbaron@redhat.com> (raw)
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
next reply other threads:[~2010-10-01 21:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-01 21:23 Jason Baron [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1285965957.git.jbaron@redhat.com \
--to=jbaron@redhat.com \
--cc=andi@firstfloor.org \
--cc=avi@redhat.com \
--cc=davem@davemloft.net \
--cc=ddaney@caviumnetworks.com \
--cc=fweisbec@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=masami.hiramatsu.pt@hitachi.com \
--cc=mathieu.desnoyers@polymtl.ca \
--cc=mingo@elte.hu \
--cc=roland@redhat.com \
--cc=rostedt@goodmis.org \
--cc=rth@redhat.com \
--cc=sam@ravnborg.org \
--cc=tglx@linutronix.de \
--cc=tony@bakeyournoodle.com \
--cc=vgoyal@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox