From: Masami Hiramatsu Date: Tue, 9 Jul 2013 09:35:26 +0000 (+0900) Subject: tracing/kprobe: Wait for disabling all running kprobe handlers X-Git-Tag: v3.11-rc3~29^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a232e270dcb55a70ad3241bc6fc160fd9b5c9e6c;p=pandora-kernel.git tracing/kprobe: Wait for disabling all running kprobe handlers Wait for disabling all running kprobe handlers when a kprobe event is disabled, since the caller, trace_remove_event_call() supposes that a removing event is disabled completely by disabling the event. With this change, ftrace can ensure that there is no running event handlers after disabling it. Link: http://lkml.kernel.org/r/20130709093526.20138.93100.stgit@mhiramat-M0-7522 Signed-off-by: Masami Hiramatsu Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed