kprobes: Add mcount to the kprobes blacklist
authorMasami Hiramatsu <mhiramat@redhat.com>
Fri, 5 Feb 2010 06:24:34 +0000 (01:24 -0500)
committerIngo Molnar <mingo@elte.hu>
Fri, 5 Feb 2010 07:13:57 +0000 (08:13 +0100)
commit5ecaafdbf44b1ba400b746c60c401d54c7ee0863
treea781d78f30a618cbb734dc18dad8c5cb6271a832
parent2161db969313cb94ffd9377a525fb75c3fee9eeb
kprobes: Add mcount to the kprobes blacklist

Since mcount function can be called from everywhere,
it should be blacklisted. Moreover, the "mcount" symbol
is a special symbol name. So, it is better to put it in
the generic blacklist.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: systemtap <systemtap@sources.redhat.com>
Cc: DLE <dle-develop@lists.sourceforge.net>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <20100205062433.3745.36726.stgit@dhcp-100-2-132.bos.redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/kprobes.c