]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Fix race with update_max_tr_single and changing tracers
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Tue, 26 Mar 2013 21:33:00 +0000 (17:33 -0400)
committerSteven Rostedt <rostedt@rostedt.homelinux.com>
Mon, 8 Apr 2013 16:24:22 +0000 (12:24 -0400)
commit83356e4dc2da79a3ecdf5996e746006f91888553
tree60dc173d8370ec69d48f04f074ca78fb152d0c1f
parent3e7259a7d89190a4b1f18a5714c332e30d6f4a19
tracing: Fix race with update_max_tr_single and changing tracers

The commit 79c528caa "tracing: Fix race with max_tr and changing tracers"
fixed the updating of the main buffers with the race of changing
tracers, but left out the fix to the updating of just a per cpu buffer.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c