From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261709AbULBSAK (ORCPT ); Thu, 2 Dec 2004 13:00:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261706AbULBSAJ (ORCPT ); Thu, 2 Dec 2004 13:00:09 -0500 Received: from holomorphy.com ([207.189.100.168]:44209 "EHLO holomorphy.com") by vger.kernel.org with ESMTP id S261689AbULBR4p (ORCPT ); Thu, 2 Dec 2004 12:56:45 -0500 Date: Thu, 2 Dec 2004 09:56:36 -0800 From: William Lee Irwin III To: Stephan van Hienen Cc: linux-kernel@vger.kernel.org Subject: Re: swapper: page allocation failure (2.6.10-rc2) Message-ID: <20041202175636.GA2714@holomorphy.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: The Domain of Holomorphy User-Agent: Mutt/1.5.6+20040722i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 02, 2004 at 06:47:52PM +0100, Stephan van Hienen wrote: > Today got this error : > (system didn't crash it's still running) : > swapper: page allocation failure. order:0, mode:0x20 > [] __alloc_pages+0x1b9/0x356 > [] __get_free_pages+0x25/0x3f > [] kmem_getpages+0x21/0xcd > [] alloc_slabmgmt+0x55/0x60 > [] cache_grow+0xca/0x16f > [] cache_alloc_refill+0xe2/0x21b > [] __kmalloc+0x73/0x7a > [] alloc_skb+0x47/0xe0 This is unusual enough to report, but not a sign of a problem in isolation. If you get a large number of these (e.g. the console is flooded with these and the system is unresponsive) there may be something to worry about. -- wli