From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by kanga.kvack.org (Postfix) with ESMTP id D90FC6B0253 for ; Fri, 7 Aug 2015 10:50:59 -0400 (EDT) Received: by wibxm9 with SMTP id xm9so69073187wib.1 for ; Fri, 07 Aug 2015 07:50:59 -0700 (PDT) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com. [209.85.212.171]) by mx.google.com with ESMTPS id ed5si11445027wib.67.2015.08.07.07.50.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2015 07:50:58 -0700 (PDT) Received: by wibhh20 with SMTP id hh20so69128176wib.0 for ; Fri, 07 Aug 2015 07:50:58 -0700 (PDT) Date: Fri, 7 Aug 2015 17:50:56 +0300 From: "Kirill A. Shutemov" Subject: Re: page-flags behavior on compound pages: a worry Message-ID: <20150807145056.GB12177@node.dhcp.inet.fi> References: <1426784902-125149-1-git-send-email-kirill.shutemov@linux.intel.com> <1426784902-125149-5-git-send-email-kirill.shutemov@linux.intel.com> <20150806153259.GA2834@node.dhcp.inet.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Christoph Lameter Cc: Hugh Dickins , "Kirill A. Shutemov" , Andrew Morton , Andrea Arcangeli , David Rientjes , Dave Hansen , Mel Gorman , Rik van Riel , Vlastimil Babka , Naoya Horiguchi , Steve Capper , "Aneesh Kumar K.V" , Johannes Weiner , Michal Hocko , Jerome Marchand , linux-kernel@vger.kernel.org, linux-mm@kvack.org On Thu, Aug 06, 2015 at 03:45:31PM -0500, Christoph Lameter wrote: > On Thu, 6 Aug 2015, Hugh Dickins wrote: > > > > I know a patchset which solves this! ;) > > > > Oh, and I know a patchset which avoids these problems completely, > > by not using compound pages at all ;) > > Another dumb idea: Stop the insanity of splitting pages on the fly? > Splitting pages should work like page migration: Lock everything down and > ensure no one is using the page and then do it. That way the compound pages > and its metadata are as stable as a regular page. That's what I do in refcounting patchset. -- 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