From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753468Ab2FKNj3 (ORCPT ); Mon, 11 Jun 2012 09:39:29 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:34384 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751371Ab2FKNj2 (ORCPT ); Mon, 11 Jun 2012 09:39:28 -0400 Date: Mon, 11 Jun 2012 22:39:16 +0900 From: Minchan Kim To: Bartlomiej Zolnierkiewicz Cc: Minchan Kim , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Hugh Dickins , KOSAKI Motohiro , Dave Jones , Cong Wang , Markus Trippelsdorf , Mel Gorman , Rik van Riel , Marek Szyprowski , Kyungmin Park , Andrew Morton , Linus Torvalds Subject: Re: [PATCH v10] mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks Message-ID: <20120611133916.GB2340@barrios> References: <201206081046.32382.b.zolnierkie@samsung.com> <4FD54959.6060500@kernel.org> <201206111243.14379.b.zolnierkie@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201206111243.14379.b.zolnierkie@samsung.com> 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 Mon, Jun 11, 2012 at 12:43:14PM +0200, Bartlomiej Zolnierkiewicz wrote: > On Monday 11 June 2012 03:26:49 Minchan Kim wrote: > > Hi Bartlomiej, > > > > On 06/08/2012 05:46 PM, Bartlomiej Zolnierkiewicz wrote: > > > > > > > > Hi, > > > > > > This version is much simpler as it just uses __count_immobile_pages() > > > instead of using its own open coded version and it integrates changes > > > > > > That's a good idea. I don't have noticed that function is there. > > When I look at the function, it has a problem, too. > > Please, look at this. > > > > https://lkml.org/lkml/2012/6/10/180 > > > > If reviewer is okay that patch, I would like to resend your patch based on that. > > Ok, I would later merge all changes into v11 and rebase on top of your patch. > > > > from Minchan Kim (without page_count change as it doesn't seem correct > > > > > > Why do you think so? > > If it isn't correct, how can you prevent racing with THP page freeing? > > After seeing the explanation for the previous fix it is all clear now. > > > > and __count_immobile_pages() does the check in the standard way; if it > > > still is a problem I think that removing 1st phase check altogether > > > would be better instead of adding more locking complexity). > > > > > > The patch also adds compact_rescued_unmovable_blocks vmevent to vmstats > > > to make it possible to easily check if the code is working in practice. > > > > > > I think that part should be another patch. > > > > 1. Adding new vmstat would be arguable so it might interrupt this patch merging. > > Why would it be arguable? It seems non-intrusive and obvious to me. Once you add new vmstat, someone can make another dependent code in userspace. It means your new vmstat would become a new ABI so we should be careful. > > > 2. New vmstat adding is just for this patch is effective or not in real practice > > so if we prove it in future, let's revert the vmstat. Separating it would make it > > easily. > > I would like to add this vmstat permanently, not only for the testing period.. "I would like to add this vmstat permanently" isn't logical at all. You should mention why we need such vmstat and how administrator can parse it/ handle it if he needs. If we have Documentation/vmstat.txt, you should have written it down. Sigh. > > Best regards, > -- > Bartlomiej Zolnierkiewicz > Samsung Poland R&D Center