Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753294AbZK3BRp (ORCPT ); Sun, 29 Nov 2009 20:17:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753174AbZK3BRo (ORCPT ); Sun, 29 Nov 2009 20:17:44 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:53818 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751622AbZK3BRn (ORCPT ); Sun, 29 Nov 2009 20:17:43 -0500 Date: Sun, 29 Nov 2009 17:17:49 -0800 (PST) Message-Id: <20091129.171749.113308677.davem@davemloft.net> To: roger.oksanen@cs.helsinki.fi Cc: jeffrey.t.kirsher@intel.com, jesse.brandeburg@intel.com, bruce.w.allan@intel.com, peter.p.waskiewicz.jr@intel.com, john.ronciak@intel.com, akpm@linux-foundation.org, e1000-devel@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, karol.k.lewandowski@gmail.com Subject: Re: [PATCH] e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure From: David Miller In-Reply-To: <200911261649.54785.roger.oksanen@cs.helsinki.fi> References: <200911261649.54785.roger.oksanen@cs.helsinki.fi> X-Mailer: Mew version 6.2 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) 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: 780 Lines: 20 From: Roger Oksanen Date: Thu, 26 Nov 2009 16:49:54 +0200 > e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure. > > pci_alloc_consistent uses GFP_ATOMIC allocation that may fail on some systems > with limited memory (Bug #14265). pci_pool_alloc allows waiting with > GFP_KERNEL. > > Tested-by: Karol Lewandowski > Signed-off-by: Roger Oksanen Looks good, thanks. Applied to net-2.6 and queued up for -stable -- 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/