linux-stable-rt/kernel/trace
Li Zefan ed146b2594 ftrace: Fix unmatched locking in ftrace_regex_write()
When a command is passed to the set_ftrace_filter, then
the ftrace_regex_lock is still held going back to user space.

 # echo 'do_open : foo' > set_ftrace_filter
 (still holding ftrace_regex_lock when returning to user space!)

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <4AEF7F8A.3080300@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2009-11-04 01:42:10 -05:00
..
Kconfig trivial: Fix duplicated word "options" in comment 2009-09-21 15:14:58 +02:00
Makefile
blktrace.c Add a tracepoint for block request remapping 2009-10-01 21:19:34 +02:00
ftrace.c ftrace: Fix unmatched locking in ftrace_regex_write() 2009-11-04 01:42:10 -05:00
kmemtrace.c kmemtrace: Fix up tracer registration 2009-10-01 11:53:44 +02:00
power-traces.c
ring_buffer.c ring-buffer: Synchronize resizing buffer with reader lock 2009-11-04 00:04:20 -05:00
ring_buffer_benchmark.c
trace.c tracing: Update *ppos instead of filp->f_pos 2009-10-24 11:07:49 +02:00
trace.h
trace_boot.c
trace_branch.c tracing: user local buffer variable for trace branch tracer 2009-10-07 21:53:41 -04:00
trace_clock.c
trace_entries.h
trace_event_profile.c tracing: Use free_percpu instead of kfree 2009-10-05 10:57:56 +02:00
trace_events.c tracing: Check the return value of trace_get_user() 2009-09-22 10:28:55 +02:00
trace_events_filter.c tracing/filters: Fix memory leak when setting a filter 2009-10-13 08:05:17 +02:00
trace_export.c
trace_functions.c
trace_functions_graph.c
trace_hw_branches.c tracing: fix warning on kernel/trace/trace_branch.c andtrace_hw_branches.c 2009-10-07 21:52:03 -04:00
trace_irqsoff.c
trace_mmiotrace.c
trace_nop.c
trace_output.c tracing: Fix trace_seq_printf() return value 2009-10-24 11:07:50 +02:00
trace_output.h
trace_printk.c
trace_sched_switch.c
trace_sched_wakeup.c
trace_selftest.c
trace_selftest_dynamic.c
trace_stack.c sysctl: remove "struct file *" argument of ->proc_handler 2009-09-24 07:21:04 -07:00
trace_stat.c
trace_stat.h
trace_syscalls.c tracing/syscalls: Use long for syscall ret format and field definitions 2009-10-06 12:02:34 +02:00
trace_sysprof.c
trace_workqueue.c