From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by kanga.kvack.org (Postfix) with ESMTP id 984AE6B0032 for ; Thu, 30 Apr 2015 07:58:42 -0400 (EDT) Received: by wgyo15 with SMTP id o15so59584751wgy.2 for ; Thu, 30 Apr 2015 04:58:42 -0700 (PDT) Received: from jenni2.inet.fi (mta-out1.inet.fi. [62.71.2.227]) by mx.google.com with ESMTP id eq3si2544067wjd.142.2015.04.30.04.58.40 for ; Thu, 30 Apr 2015 04:58:41 -0700 (PDT) Date: Thu, 30 Apr 2015 14:58:28 +0300 From: "Kirill A. Shutemov" Subject: Re: [PATCHv5 16/28] mm, thp: remove compound_lock Message-ID: <20150430115828.GB15874@node.dhcp.inet.fi> References: <1429823043-157133-1-git-send-email-kirill.shutemov@linux.intel.com> <1429823043-157133-17-git-send-email-kirill.shutemov@linux.intel.com> <5541029C.60207@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5541029C.60207@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Jerome Marchand Cc: "Kirill A. Shutemov" , Andrew Morton , Andrea Arcangeli , Hugh Dickins , Dave Hansen , Mel Gorman , Rik van Riel , Vlastimil Babka , Christoph Lameter , Naoya Horiguchi , Steve Capper , "Aneesh Kumar K.V" , Johannes Weiner , Michal Hocko , Sasha Levin , linux-kernel@vger.kernel.org, linux-mm@kvack.org On Wed, Apr 29, 2015 at 06:11:08PM +0200, Jerome Marchand wrote: > On 04/23/2015 11:03 PM, Kirill A. Shutemov wrote: > > We are going to use migration entries to stabilize page counts. It means > > By "stabilize" do you mean "protect" from concurrent access? I've seen > that you use the same term in seemingly the same sense several times (at > least in patches 15, 16, 23, 24 and 28). Here it's protect from concurrent change of page's ->_count or ->_mapcount. In some context I could you "stabilize" as "protect from concurrent split". -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org