From: Masami Hiramatsu Date: Fri, 5 Feb 2010 06:24:34 +0000 (-0500) Subject: kprobes: Add mcount to the kprobes blacklist X-Git-Tag: v2.6.34-rc1~197^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ecaafdbf44b1ba400b746c60c401d54c7ee0863;p=pandora-kernel.git 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 Cc: systemtap Cc: DLE Cc: Ananth N Mavinakayanahalli Cc: Steven Rostedt LKML-Reference: <20100205062433.3745.36726.stgit@dhcp-100-2-132.bos.redhat.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed