From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758260AbYERN2I (ORCPT ); Sun, 18 May 2008 09:28:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753354AbYERN1y (ORCPT ); Sun, 18 May 2008 09:27:54 -0400 Received: from hu-out-0506.google.com ([72.14.214.231]:12101 "EHLO hu-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752398AbYERN1x (ORCPT ); Sun, 18 May 2008 09:27:53 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=g7ovBge/wHaRVO7MvoYumenZZr6dysKwTqRqfvDmXZ413xtxuS63gqOQPpROhyWXMfdzUCrQHSYUNmcvoUnh/8FzqEhUAdHQ8+u0p4qVGTfE+ChAQNFmJUg9UVik7Iy4Y/wVoYoPoGqaYr7HRbOTEpm9uNAOxM9rsNrFsY6rsIM= Date: Sun, 18 May 2008 17:27:41 +0400 From: Cyrill Gorcunov To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Michael Halcrow , Eric Sandeen , Peter Zijlstra Subject: Re: [v2.6.26-rc1] possible circular locking in ecryptfs Message-ID: <20080518132741.GL6948@cvg> References: <20080507200228.GA17810@elte.hu> <20080509094422.GA19090@elte.hu> <20080510084759.GB6872@cvg> <20080518114020.GA14889@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080518114020.GA14889@elte.hu> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Ingo Molnar - Sun, May 18, 2008 at 01:40:20PM +0200] | | * Cyrill Gorcunov wrote: | | > [Ingo Molnar - Fri, May 09, 2008 at 11:44:23AM +0200] | > | | > | * Ingo Molnar wrote: | > | | > | > x86.git testing found the following "possible circular locking" | > | > lockdep warning, generated by the ecryptfs code: | > | | > | the correct URL for the config is: | > | | > | http://redhat.com/~mingo/misc/config-Wed_May__7_16_17_31_CEST_2008.bad | > | | > | this is reproducible, it happened a second time since i originally | > | reported it. | > | | > | Ingo | > | > Hi Ingo, I've just sent patch, could you test it, please? | > | > http://lkml.org/lkml/2008/5/10/20 | | well, i've found one missed unlock and a few a bit wrong lock pathes, will fix them soon (seems one of that pathes is my fault) - Cyrill -