From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753586AbZIAKUs (ORCPT ); Tue, 1 Sep 2009 06:20:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752854AbZIAKUr (ORCPT ); Tue, 1 Sep 2009 06:20:47 -0400 Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:51551 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbZIAKUr (ORCPT ); Tue, 1 Sep 2009 06:20:47 -0400 Date: Tue, 1 Sep 2009 19:20:43 +0900 From: Paul Mundt To: Mel Gorman Cc: Christoph Lameter , KOSAKI Motohiro , Pekka Enberg , Peter Zijlstra , Nick Piggin , Dave Hansen , Lee Schermerhorn , Andrew Morton , Linus Torvalds , David Howells , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: page allocator regression on nommu Message-ID: <20090901102042.GA15680@linux-sh.org> Mail-Followup-To: Paul Mundt , Mel Gorman , Christoph Lameter , KOSAKI Motohiro , Pekka Enberg , Peter Zijlstra , Nick Piggin , Dave Hansen , Lee Schermerhorn , Andrew Morton , Linus Torvalds , David Howells , linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20090831074842.GA28091@linux-sh.org> <20090831103056.GA29627@csn.ul.ie> <20090831104315.GB30264@linux-sh.org> <20090831105952.GC29627@csn.ul.ie> <20090901004627.GA531@linux-sh.org> <20090901100356.GA27393@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090901100356.GA27393@csn.ul.ie> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 01, 2009 at 11:03:56AM +0100, Mel Gorman wrote: > On Tue, Sep 01, 2009 at 09:46:27AM +0900, Paul Mundt wrote: > > > What is the output of the following debug patch? > > > > > > > ... > > Inode-cache hash table entries: 1024 (order: 0, 4096 bytes) > > ------------[ cut here ]------------ > > Badness at mm/page_alloc.c:1046 > > > > Ok, it looks like ownership was not being taken properly and the first > patch was incomplete. Please try > That did the trick, everything looks back to normal now. :-) Tested-by: Paul Mundt