From: Danny Feng <dfeng@redhat.com>
To: Li Zefan <lizf@cn.fujitsu.com>
Cc: balbir@linux.vnet.ibm.com, Zefan Li <lizf.kernel@gmail.com>,
menage@google.com, containers@lists.linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] cgroup: fix reverse unlock sequence in cgroup_get_sb
Date: Wed, 22 Jul 2009 09:42:41 +0800 [thread overview]
Message-ID: <4A666E91.4090405@redhat.com> (raw)
In-Reply-To: <4A66630C.3030303@cn.fujitsu.com>
On 07/22/2009 08:53 AM, Li Zefan wrote:
>>>> Seems reasonable to me. You might also want to mention that elsewhere
>>>> the sequence is unlock cgroup_mutex followed by inode->i_mutex.
>>>>
>>>> Acked-by: Balbir Singh balbir@linux.vnet.ibm.com
>>>>
>>> No, the unlock order is irrelevant. It's the lock order that matters. So
>>> this patch
>>> fixes nothing.
>>>
>>> Xiaotian, you didn't run into deadlock, did you?
>>>
>>>
>> Li, Consider the following
>>
>>
>> lock(A)
>> lock(B)
>> unlock(A)
>> unlock(B)
>>
>> Tomorrow if a unsuspecting programmer does this
>>
>> lock(A)
>> lock(B)
>> unlock(A)
>>
>> code block
>>
>> unlock(B)
>>
>>
>> What protects code block? lock B? Is that the intention?
>>
>>
>
> I won't worry about that. If unlock order is a concern,
> we should have taught lockdep to detect it.
>
> Here's a reply from Linus on this issue:
>
> http://lkml.org/lkml/2008/10/8/150
>
OK, this patch is trivial. Just for consistency with previous unlock
sequence:-)
next prev parent reply other threads:[~2009-07-22 1:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 10:25 [PATCH] cgroup: fix reverse unlock sequence in cgroup_get_sb Xiaotian Feng
2009-07-21 11:10 ` Balbir Singh
2009-07-21 11:12 ` Danny Feng
[not found] ` <20090721111019.GV24157-SINUvgVNF2CyUtPGxGje5AC/G2K4zDHf@public.gmane.org>
2009-07-21 11:12 ` Danny Feng
2009-07-21 11:38 ` Zefan Li
[not found] ` <8522a3d30907210438u6fce081fi835bf964d0c01e8a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-21 12:01 ` Balbir Singh
2009-07-21 12:01 ` Balbir Singh
2009-07-21 15:34 ` Paul Menage
[not found] ` <6599ad830907210834y30e7d57aj978898a300a447d0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-21 15:47 ` Balbir Singh
2009-07-21 15:47 ` Balbir Singh
2009-07-22 0:53 ` Li Zefan
2009-07-22 1:42 ` Danny Feng [this message]
[not found] ` <4A66630C.3030303-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-07-22 1:42 ` Danny Feng
[not found] ` <20090721120106.GW24157-SINUvgVNF2CyUtPGxGje5AC/G2K4zDHf@public.gmane.org>
2009-07-21 15:34 ` Paul Menage
2009-07-22 0:53 ` Li Zefan
[not found] ` <1248171926-20232-1-git-send-email-dfeng-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-21 11:10 ` Balbir Singh
2009-07-21 16:03 ` Paul Menage
2009-07-21 16:03 ` Paul Menage
[not found] ` <6599ad830907210903q7206cac2l83a9139d19c5e1a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-07-22 1:57 ` Danny Feng
2009-07-22 1:57 ` Danny Feng
2009-07-22 2:18 ` Li Zefan
[not found] ` <4A6676F4.7070201-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2009-07-22 2:32 ` Danny Feng
2009-07-22 2:32 ` Danny Feng
[not found] ` <4A667218.7040105-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-22 2:18 ` Li Zefan
-- strict thread matches above, loose matches on Subject: below --
2009-07-21 10:25 Xiaotian Feng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A666E91.4090405@redhat.com \
--to=dfeng@redhat.com \
--cc=balbir@linux.vnet.ibm.com \
--cc=containers@lists.linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lizf.kernel@gmail.com \
--cc=lizf@cn.fujitsu.com \
--cc=menage@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.