From: Zefan Li Date: Thu, 18 Sep 2014 09:28:46 +0000 (+0800) Subject: cgroup: fix unbalanced locking X-Git-Tag: fixes-for-v3.18-merge-window~85^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb4aec84d6bdf98d00cedb41c18000f7a31e648a;p=pandora-kernel.git cgroup: fix unbalanced locking cgroup_pidlist_start() holds cgrp->pidlist_mutex and then calls pidlist_array_load(), and cgroup_pidlist_stop() releases the mutex. It is wrong that we release the mutex in the failure path in pidlist_array_load(), because cgroup_pidlist_stop() will be called no matter if cgroup_pidlist_start() returns errno or not. Fixes: 4bac00d16a8760eae7205e41d2c246477d42a210 Cc: # 3.14+ Signed-off-by: Zefan Li Signed-off-by: Tejun Heo Acked-by: Cong Wang --- Reading git-diff-tree failed