From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753512Ab2JHGt1 (ORCPT ); Mon, 8 Oct 2012 02:49:27 -0400 Received: from LGEMRELSE1Q.lge.com ([156.147.1.111]:59430 "EHLO LGEMRELSE1Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751773Ab2JHGtZ (ORCPT ); Mon, 8 Oct 2012 02:49:25 -0400 X-AuditID: 9c93016f-b7b1eae000000815-2b-507277733851 Date: Mon, 8 Oct 2012 15:53:30 +0900 From: Minchan Kim To: Mel Gorman Cc: Andrew Morton , Thierry Reding , Marek Szyprowski , Michal Nazarewicz , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Bartlomiej Zolnierkiewicz , Kyungmin Park , Mark Brown , Peter Ujfalusi Subject: Re: [PATCH] mm: compaction: Iron out isolate_freepages_block() and isolate_freepages_range() -fix1 Message-ID: <20121008065330.GC13817@bbox> References: <20120927112911.GA25959@avionic-0098.mockup.avionic-design.de> <20120927151159.4427fc8f.akpm@linux-foundation.org> <20120928054330.GA27594@bbox> <20121004140017.GW29125@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121004140017.GW29125@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 04, 2012 at 03:00:17PM +0100, Mel Gorman wrote: > The following patch is still missing from linux-next/akpm so am > resending in case it got lost in the mess. > > > CMA is reported to be broken in next-20120926. Minchan Kim pointed out > that this was due to nr_scanned != total_isolated in the case of CMA > because PageBuddy pages are one scan but many isolations in CMA. This > patch should address the problem. > > This patch is a fix for > mm-compaction-acquire-the-zone-lock-as-late-as-possible-fix-2.patch > > Signed-off-by: Mel Gorman Andrew, please fold this into [1] and pick. Mel, Thanks for seeing this problem while I enjoy holiday. [1] mm: compaction: Iron out isolate_freepages_block() and isolate_freepages_range() -fix2 -- Kind regards, Minchan Kim