Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751392Ab1FRRFF (ORCPT ); Sat, 18 Jun 2011 13:05:05 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:34326 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750972Ab1FRRFC convert rfc822-to-8bit (ORCPT ); Sat, 18 Jun 2011 13:05:02 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-type:message-id :content-transfer-encoding:cc:x-mailer:from:subject:date:to; b=ETNFiMGDGOrYDtI/CPHyHFR3bI/o0GlgWRDx0T4LlvRC9fKoec9ZBoLdqNHt9v04TI urk24jxmG5YIlAQaxqnjMej7mpbCKgMWVXr+NHhs8wOCsyO6q64eUDIblk8q13rPSgzk K/2pUpaPdxhXs8/Bd3Hs8DO83jeYWTNARKIyU= References: <4DFCD004.5090400@teksavvy.com> In-Reply-To: <4DFCD004.5090400@teksavvy.com> Mime-Version: 1.0 (iPhone Mail 8J2) Content-Type: text/plain; charset=us-ascii Message-Id: Content-Transfer-Encoding: 8BIT Cc: Justin Piszcz , "linux-kernel@vger.kernel.org" , "linux-net@vger.kernel.org" , "e1000-devel@lists.sourceforge.net" , "linux-ext4@vger.kernel.org" X-Mailer: iPhone Mail (8J2) From: Andreas Dilger Subject: Re: 2.6.39.1: Intel I340-T4: irq/64-eth3-TxR: page allocation failure. order:1, mode:0x20 Date: Sat, 18 Jun 2011 11:05:16 -0600 To: Mark Lord Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1990 Lines: 36 On 2011-06-18, at 10:19 AM, Mark Lord wrote: > On 11-06-17 09:16 PM, Justin Piszcz wrote: >> >> Kernel 2.6.39.1, x86_64. >> Has anyone seen a page allocation failure on a NIC before? > .. >> [60295.925691] irq/64-eth3-TxR: page allocation failure. order:1, mode:0x20 >> [60295.945328] Pid: 2299, comm: irq/64-eth3-TxR Not tainted 2.6.39.1 #1 >> [60295.945329] Call Trace: >> [60295.945330] [] ? __alloc_pages_nodemask+0x606/0x890 >> [60295.945341] [] ? cache_alloc_refill+0x2c5/0x530 >> [60295.945343] [] ? kmem_cache_alloc+0x7b/0xa0 >> [60295.945347] [] ? sk_prot_alloc.clone.35+0x3c/0x120 >> [60295.945349] [] ? sk_clone+0x10/0x2b0 >> [60295.945352] [] > > Not on a NIC, but also with 2.6.39: > > [35850.612899] sd 4:0:0:0: [sdc] Attached SCSI disk > [35943.085264] mount: page allocation failure. order:5, mode:0xc0d0 > [35943.085277] Pid: 14228, comm: mount Not tainted 2.6.39 #10 > [35943.085284] Call Trace: > [35943.085306] [] ? __alloc_pages_nodemask+0x710/0x74d > [35943.085322] [] ? __get_free_pages+0x12/0x50 > [35943.085335] [] ? ext4_fill_super+0xe4f/0x20ff > [35943.085347] [] ? ext4_remount+0x40e/0x40e There are a few places in the ext4 mount that are doing large allocations. In some places they fall back to vmalloc, so they should really be done with GFP_NOWARN. A few places don't yet fall back to vmalloc(), which is a problem with fragmented memory or very large filesystems. We were trying to test a 192TB ext4 filesystem, but were unable to mount it without patching the kernel. Cheers, Andreas-- 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/