perf_counter: Sanitize context locking
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Sat, 23 May 2009 16:28:57 +0000 (18:28 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 23 May 2009 17:37:46 +0000 (19:37 +0200)
commit682076ae1de0aba9c2da509f7b19dc03e30a6e1f
tree63e48b23f8ef4e16b79c9b767def13e7795eb440
parentfccc714b3148ab9741fafc1e90c3876d50df6093
perf_counter: Sanitize context locking

Ensure we're consistent with the context locks.

 context->mutex
   context->lock
     list_{add,del}_counter();

so that either lock is sufficient to stabilize the context.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: John Kacur <jkacur@redhat.com>
LKML-Reference: <20090523163012.618790733@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_counter.c
This page took 0.02406 seconds and 5 git commands to generate.