From: Masami Hiramatsu Date: Thu, 17 Apr 2014 08:18:28 +0000 (+0900) Subject: kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace X-Git-Tag: omap-for-v3.16/fixes-against-rc1~34^2~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da0f18007e5b87b573cf6ae8c445d59e757d274;p=pandora-kernel.git kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace Use NOKPROBE_SYMBOL macro to protect functions from kprobes instead of __kprobes annotation in ftrace. This applies nokprobe_inline annotation for some cases, because NOKPROBE_SYMBOL() will inhibit inlining by referring the symbol address. Signed-off-by: Masami Hiramatsu Cc: Frederic Weisbecker Cc: Steven Rostedt Link: http://lkml.kernel.org/r/20140417081828.26341.55152.stgit@ltc230.yrl.intra.hitachi.co.jp Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed