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>
Mon, 15 Feb 2010 04:45:49 +0000 (05:45 +0100)
commit8b833c506c05c498d4215e2c260be44225daf6de
treed9fe3e26919826ecfabad064be6aba83d15153c9
parenta9bb18f36c8056f0712fb28c52c0f85d98438dfb
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