summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2013-06-20 17:38:09 (GMT)
committerSteven Rostedt <rostedt@goodmis.org>2013-07-02 00:34:24 (GMT)
commit3fe3d6193e7cd7b4dd2bde10772f048bdefea4ee (patch)
treef7623a40ffb23ffab302a8cb9ed6c5716ec1d691 /usr
parent288e984e622336bab8bc3dfdf2f190816362d9a1 (diff)
downloadlinux-3fe3d6193e7cd7b4dd2bde10772f048bdefea4ee.tar.xz
tracing/kprobes: Kill probe_enable_lock
enable_trace_probe() and disable_trace_probe() should not worry about serialization, the caller (perf_trace_init or __ftrace_set_clr_event) holds event_mutex. They are also called by kprobe_trace_self_tests_init(), but this __init function can't race with itself or trace_events.c And note that this code depended on event_mutex even before 41a7dd420c which introduced probe_enable_lock. In fact it assumes that the caller kprobe_register() can never race with itself. Otherwise, say, tp->flags manipulations are racy. Link: http://lkml.kernel.org/r/20130620173809.GA13158@redhat.com Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions