From: Jason Baron <jbaron@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: mingo@elte.hu, mathieu.desnoyers@polymtl.ca, hpa@zytor.com,
tglx@linutronix.de, rostedt@goodmis.org, andi@firstfloor.org,
roland@redhat.com, rth@redhat.com, mhiramat@redhat.com,
fweisbec@gmail.com
Subject: [PATCH 0/5] jump label v5
Date: Mon, 22 Mar 2010 12:07:14 -0400 [thread overview]
Message-ID: <cover.1269272444.git.jbaron@redhat.com> (raw)
Hi,
Refresh of jump labeling patches aginst latest -tip tree. For bacground see:
see previous posting: http://marc.info/?l=linux-kernel&m=125858436505941&w=2
The biggest change is dropping Masami's 'text_poke_smp()' since its now
in the -tip tree.
thanks,
-Jason
Jason Baron (4):
jump label: base patch
jump label: x86 support
jump label: tracepoint support
jump label: add module support
Mathieu Desnoyers (1):
jump label: notifier atomic call chain notrace
arch/x86/include/asm/jump_label.h | 31 ++++
arch/x86/kernel/Makefile | 2 +-
arch/x86/kernel/jump_label.c | 53 +++++++
arch/x86/kernel/ptrace.c | 1 +
include/asm-generic/vmlinux.lds.h | 10 +-
include/linux/jump_label.h | 58 +++++++
include/linux/module.h | 5 +-
include/linux/tracepoint.h | 34 +++--
kernel/Makefile | 2 +-
kernel/jump_label.c | 301 +++++++++++++++++++++++++++++++++++++
kernel/module.c | 7 +
kernel/notifier.c | 6 +-
kernel/tracepoint.c | 8 +
13 files changed, 496 insertions(+), 22 deletions(-)
create mode 100644 arch/x86/include/asm/jump_label.h
create mode 100644 arch/x86/kernel/jump_label.c
create mode 100644 include/linux/jump_label.h
create mode 100644 kernel/jump_label.c
next reply other threads:[~2010-03-22 16:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-22 16:07 Jason Baron [this message]
2010-03-22 16:07 ` [PATCH 1/5] jump label: notifier atomic call chain notrace Jason Baron
2010-03-22 17:55 ` Masami Hiramatsu
2010-03-22 16:07 ` [PATCH 2/5] jump label: base patch Jason Baron
2010-03-22 20:04 ` Steven Rostedt
2010-03-22 21:01 ` Avi Kivity
2010-03-26 21:30 ` Masami Hiramatsu
2010-03-22 16:07 ` [PATCH 3/5] jump label: x86 support Jason Baron
2010-03-22 16:40 ` Steven Rostedt
2010-03-22 20:40 ` Jason Baron
2010-03-22 16:07 ` [PATCH 4/5] jump label: tracepoint support Jason Baron
2010-03-22 16:43 ` Steven Rostedt
2010-03-22 20:44 ` Jason Baron
2010-03-22 16:07 ` [PATCH 5/5] jump label: add module support 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.1269272444.git.jbaron@redhat.com \
--to=jbaron@redhat.com \
--cc=andi@firstfloor.org \
--cc=fweisbec@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@polymtl.ca \
--cc=mhiramat@redhat.com \
--cc=mingo@elte.hu \
--cc=roland@redhat.com \
--cc=rostedt@goodmis.org \
--cc=rth@redhat.com \
--cc=tglx@linutronix.de \
/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