Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753230AbZKQCrF (ORCPT ); Mon, 16 Nov 2009 21:47:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752326AbZKQCrE (ORCPT ); Mon, 16 Nov 2009 21:47:04 -0500 Received: from THUNK.ORG ([69.25.196.29]:57666 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752093AbZKQCrD (ORCPT ); Mon, 16 Nov 2009 21:47:03 -0500 Date: Mon, 16 Nov 2009 21:43:18 -0500 From: Theodore Tso To: "Rafael J. Wysocki" Cc: Linux Kernel Mailing List , Kernel Testers List , =?iso-8859-1?Q?Rog=E9rio?= Brito Subject: Re: [Bug #14620] WARNING: at mm/page_alloc.c:1805 __alloc_pages_nodemask Message-ID: <20091117024318.GC23066@mit.edu> Mail-Followup-To: Theodore Tso , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , =?iso-8859-1?Q?Rog=E9rio?= Brito References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@mit.edu X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1288 Lines: 30 On Mon, Nov 16, 2009 at 11:37:47PM +0100, Rafael J. Wysocki wrote: > This message has been generated automatically as a part of a report > of recent regressions. > > The following bug entry is on the current list of known regressions > from 2.6.31. Please verify if it still should be listed and let me know > (either way). > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=14620 > Subject : WARNING: at mm/page_alloc.c:1805 __alloc_pages_nodemask > Submitter : Rog?rio Brito > Date : 2009-11-06 23:10 (11 days old) > References : http://marc.info/?l=linux-kernel&m=125754907413892&w=4 This isn't technically a regression, since the warning is simply complaining about something that apparently ext4 has been doing for a long time, which is that it allocates some very large order data buffers. So the change referenced simply printed a warning message that complained about the fact. The actual problem will be fixed in 2.6.32, as we no longer allocate the big data buffers at mount time. - Ted -- 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/