From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o9491Ae2054614 for ; Mon, 4 Oct 2010 04:01:10 -0500 Message-ID: <4CA997DF.5030008@kernel.org> Date: Mon, 04 Oct 2010 11:01:19 +0200 From: Tejun Heo MIME-Version: 1.0 Subject: Re: -mm: xfs lockdep warning References: <201009161546.16909.ruirui.r.yang@tieto.com> <20100917005227.GJ24409@dastard> <20100920191355.GA28443@infradead.org> In-Reply-To: List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Torsten Kaiser Cc: Yang Ruirui , linux-kernel@vger.kernel.org, xfs@oss.sgi.com, Christoph Hellwig , Alex Elder , Andrew Morton Hello, On 09/25/2010 03:08 PM, Torsten Kaiser wrote: > [adding Tejun Heo, because I'm partly blaming his workqueues] :-) Sorry about the delay. I was away the last week. > After that I enabled lockdep and retried the same update: This time no > hang, only the same lockdep report that Yang Ruirui had. > > So I'm currently at a loss how I should continue from here. The XFS > false positive drowns any other lockdep problems, but XFS had some > hang problems with the new workqueues. (Personally I had no other hang > with earlier 2.6.36-rcs) If workqueue lockdep annotations are triggering spuriously, just nuke all lockdep annotations in workqueue.c. Currently the annotations are the same as before and trigger even when an actual deadlock won't happen anymore around flushes (but then again all the current users should be operating under the same constraints as before). I'm looking into how to improve the lockdep annotations but in the end it might be best to leave it as it is. I'll try to analyze the warnings. Thanks. -- tejun _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs