Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756333AbXIEMOS (ORCPT ); Wed, 5 Sep 2007 08:14:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753984AbXIEMOJ (ORCPT ); Wed, 5 Sep 2007 08:14:09 -0400 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:40951 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753972AbXIEMOI (ORCPT ); Wed, 5 Sep 2007 08:14:08 -0400 Date: Wed, 5 Sep 2007 05:14:06 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Nick Piggin cc: Daniel Phillips , linux-mm@kvack.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dkegel@google.com, Peter Zijlstra , David Miller Subject: Re: [RFC 0/3] Recursive reclaim (on __PF_MEMALLOC) In-Reply-To: <20070905114242.GA19938@wotan.suse.de> Message-ID: References: <20070814142103.204771292@sgi.com> <200709050220.53801.phillips@phunq.net> <20070905114242.GA19938@wotan.suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1551 Lines: 31 On Wed, 5 Sep 2007, Nick Piggin wrote: > However I really have an aversion to the near enough is good enough way of > thinking. Especially when it comes to fundamental deadlocks in the VM. I > don't know whether Peter's patch is completely clean yet, but fixing the > fundamentally broken code has my full support. Uhh. There are already numerous other issues why the VM is failing that is independent of Peter's approach. > I hate it that there are theoretical bugs still left even if they would > be hit less frequently than hardware failure. And that people are really > happy to put even more of these things in :( Theoretical bugs? Depends on one's creativity to come up with them I guess. So far we do not even get around to address the known issues and this multi subsystem patch has the potential of creating more. > Anyway, as you know I like your patch and if that gives Peter a little > more breathing space then it's a good thing. But I really hope he doesn't > give up on it, and it should be merged one day. Using the VM to throttle networking is a pretty bad thing because it assumes single critical user of memory. There are other consumers of memory and if you have a load that depends on other things than networking then you should not kill the other things that want memory. - 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/