perf: Fix unclone_ctx() vs. locking
authorPeter Zijlstra <[email protected]>
Tue, 30 Sep 2014 17:23:08 +0000 (19:23 +0200)
committerIngo Molnar <[email protected]>
Fri, 3 Oct 2014 03:41:06 +0000 (05:41 +0200)
commit211de6eba8960521e2be450a7d07db85fba4604c
tree8906de527a99e671d03f6f9fc0b4a11eac892a62
parentfe82dcec644244676d55a1384c958d5f67979adb
perf: Fix unclone_ctx() vs. locking

The idiot who did 4a1c0f262f88 ("perf: Fix lockdep warning on process exit")
forgot to pay attention and fix all similar cases. Do so now.

In particular, unclone_ctx() must be called while holding ctx->lock,
therefore all such sites are broken for the same reason. Pull the
put_ctx() call out from under ctx->lock.

Reported-by: Sasha Levin <[email protected]>
Probably-also-reported-by: Vince Weaver <[email protected]>
Fixes: 4a1c0f262f88 ("perf: Fix lockdep warning on process exit")
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Sasha Levin <[email protected]>
Cc: Cong Wang <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/events/core.c