Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 25 Feb 2001 03:04:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 25 Feb 2001 03:04:04 -0500 Received: from www.wen-online.de ([212.223.88.39]:43014 "EHLO wen-online.de") by vger.kernel.org with ESMTP id ; Sun, 25 Feb 2001 03:04:00 -0500 Date: Sun, 25 Feb 2001 09:03:54 +0100 (CET) From: Mike Galbraith X-X-Sender: To: Shawn Starr cc: lkm Subject: Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Patch failed In-Reply-To: <3A98A7C9.B7F512DD@sh0n.net> 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 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. -Mike - 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/