]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/kprobes.c
kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Thu, 17 Apr 2014 08:18:21 +0000 (17:18 +0900)
committerIngo Molnar <mingo@kernel.org>
Thu, 24 Apr 2014 08:26:38 +0000 (10:26 +0200)
commit820aede0209a51549e8a014c8030e29229920e4e
treed0401dce67c9e70d10bd866427411b17531cd5b1
parent9326638cbee2d36b051ed2a69f3e4e107e5f86bd
kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes

Use NOKPROBE_SYMBOL macro to protect functions from
kprobes instead of __kprobes annotation.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Cc: David S. Miller <davem@davemloft.net>
Link: http://lkml.kernel.org/r/20140417081821.26341.40362.stgit@ltc230.yrl.intra.hitachi.co.jp
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/kprobes.c