Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161018AbWI2OEg (ORCPT ); Fri, 29 Sep 2006 10:04:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964815AbWI2OEf (ORCPT ); Fri, 29 Sep 2006 10:04:35 -0400 Received: from amsfep17-int.chello.nl ([213.46.243.15]:43939 "EHLO amsfep20-int.chello.nl") by vger.kernel.org with ESMTP id S964812AbWI2OEe (ORCPT ); Fri, 29 Sep 2006 10:04:34 -0400 Subject: Re: md deadlock (was Re: 2.6.18-mm2) From: Peter Zijlstra To: Neil Brown Cc: Michal Piotrowski , Andrew Morton , Ingo Molnar , linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <17693.5913.393686.223172@cse.unsw.edu.au> References: <20060928014623.ccc9b885.akpm@osdl.org> <6bffcb0e0609280454n34d40c0la8786e1eba6dcdf3@mail.gmail.com> <1159531923.28131.80.camel@taijtu> <17693.5913.393686.223172@cse.unsw.edu.au> Content-Type: text/plain Date: Fri, 29 Sep 2006 16:03:17 +0200 Message-Id: <1159538597.28131.97.camel@taijtu> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 40 On Fri, 2006-09-29 at 22:52 +1000, Neil Brown wrote: > On Friday September 29, a.p.zijlstra@chello.nl wrote: > > On Thu, 2006-09-28 at 13:54 +0200, Michal Piotrowski wrote: > > > > Looks like a real deadlock here. It seems to me #2 is the easiest to > > break. > > I guess it could deadlock if you tried to add /dev/md0 as a component > of /dev/md0. I should probably check for that somewhere. > In other cases the array->member ordering ensures there is no > deadlock. > 1 2 open(/dev/md0) open(/dev/md0) - do_open() -> bdev->bd_mutex ioctl(/dev/md0, hotadd) - md_ioctl() -> mddev->reconfig_mutex -- hot_add_disk() --- bind_rdev_to_array() ---- bd_claim_by_disk() ----- bd_claim_by_kobject() -- md_open() --- mddev_lock() ---- mutex_lock(mddev->reconfig_mutex) ------ mutex_lock(bdev->bd_mutex) looks like an AB-BA deadlock to me - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/