From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753723Ab2JPNMf (ORCPT ); Tue, 16 Oct 2012 09:12:35 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:65028 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753076Ab2JPNMd (ORCPT ); Tue, 16 Oct 2012 09:12:33 -0400 Date: Tue, 16 Oct 2012 22:12:28 +0900 From: Minchan Kim To: Mel Gorman Cc: Andrew Morton , Richard Davies , Shaohua Li , Rik van Riel , Avi Kivity , Arnd Bergmann , QEMU-devel , KVM , Linux-MM , LKML , Arm Kernel Mailing List Subject: Re: [PATCH] mm: compaction: Correct the nr_strict_isolated check for CMA Message-ID: <20121016131228.GB5603@barrios> References: <20121016083927.GG29125@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121016083927.GG29125@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 16, 2012 at 09:39:27AM +0100, Mel Gorman wrote: > Thierry reported that the "iron out" patch for isolate_freepages_block() > had problems due to the strict check being too strict with "mm: compaction: > Iron out isolate_freepages_block() and isolate_freepages_range() -fix1". > It's possible that more pages than necessary are isolated but the check > still fails and I missed that this fix was not picked up before RC1. This > same problem has been identified in 3.7-RC1 by Tony Prisk and should be > addressed by the following patch. > > Signed-off-by: Mel Gorman > Tested-by: Tony Prisk Acked-by: Minchan Kim -- Kind Regards, Minchan Kim