Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758959AbYFJWtp (ORCPT ); Tue, 10 Jun 2008 18:49:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754501AbYFJWtf (ORCPT ); Tue, 10 Jun 2008 18:49:35 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:54002 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753657AbYFJWtd (ORCPT ); Tue, 10 Jun 2008 18:49:33 -0400 Date: Tue, 10 Jun 2008 15:49:29 -0700 (PDT) Message-Id: <20080610.154929.168124808.davem@davemloft.net> To: mcmanus@ducksong.com Cc: mingo@elte.hu, ilpo.jarvinen@helsinki.fi, peterz@infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, rjw@sisk.pl, akpm@linux-foundation.org, johnpol@2ka.mipt.ru Subject: Re: [fixed] [patch] Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+ From: David Miller In-Reply-To: <1212782937.23706.46.camel@tng> References: <20080606183926.GB12651@elte.hu> <1212782937.23706.46.camel@tng> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 921 Lines: 20 From: Patrick McManus Date: Fri, 06 Jun 2008 16:08:57 -0400 > If we're sure of that conclusion we should just take Ilpo's DA patch as > that will narrow the field for finding Hakon's issue. While the conclusion might be accurate, Ilpo's patch adds a lock ordering problem that might introduce potential deadlocks (worst case) or at least some lockdep warnings. Both of which are unacceptable. I personally don't see any clear solution, and because this new DA code moves an operation into a code block where the locking order pretty much has to be inverted, I don't see any real short term solution other than a revert of this particular DA commit. -- 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/