Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 26 Feb 2001 00:29:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 26 Feb 2001 00:29:13 -0500 Received: from perninha.conectiva.com.br ([200.250.58.156]:39177 "HELO postfix.conectiva.com.br") by vger.kernel.org with SMTP id ; Mon, 26 Feb 2001 00:28:56 -0500 Date: Mon, 26 Feb 2001 00:42:38 -0300 (BRT) From: Marcelo Tosatti To: Mike Galbraith , Linus Torvalds Cc: Shawn Starr , lkm Subject: Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed In-Reply-To: Message-ID: 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 On Sun, 25 Feb 2001, Mike Galbraith wrote: > The way sg_low_malloc() tries to allocate, failure messages are > pretty much garanteed. It tries high order allocations (which > are unreliable even when not stressed) and backs off until it > succeeds. > > In other words, the messages are a red herring. Yup. And they should not be printed. We can add an allocation flag (__GFP_NO_CRITICAL?) which can be used by sg_low_malloc() (and other non critical allocations) to fail previously and not print the message. Linus ? - 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/