* [GIT PULL] tracing fixes for v2.6.34
@ 2010-02-27 13:57 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2010-02-27 13:57 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, Steven Rostedt,
=?unknown-8bit?B?RnLDqWTDqXJpYw==?= Weisbecker, Andrew Morton
Linus,
Please pull the latest tracing-fixes-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing-fixes-for-linus
This is the leftover tracing/urgent queue from after -rc8.
Thanks,
Ingo
------------------>
Masami Hiramatsu (1):
kprobes: Add mcount to the kprobes blacklist
kernel/kprobes.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index b7df302..c4b4343 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -93,6 +93,7 @@ static struct kprobe_blackpoint kprobe_blacklist[] = {
{"native_get_debugreg",},
{"irq_entries_start",},
{"common_interrupt",},
+ {"mcount",}, /* mcount can be called from everywhere */
{NULL} /* Terminator */
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-27 13:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-27 13:57 [GIT PULL] tracing fixes for v2.6.34 Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome