From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com [209.85.192.54]) by kanga.kvack.org (Postfix) with ESMTP id DE84D6B00AE for ; Tue, 27 May 2014 12:43:48 -0400 (EDT) Received: by mail-qg0-f54.google.com with SMTP id q108so14284048qgd.27 for ; Tue, 27 May 2014 09:43:48 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id q10si18182669qak.116.2014.05.27.09.43.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 May 2014 09:43:48 -0700 (PDT) Date: Tue, 27 May 2014 18:43:41 +0200 From: Peter Zijlstra Subject: Re: [RFC][PATCH 0/5] VM_PINNED Message-ID: <20140527164341.GD11074@laptop.programming.kicks-ass.net> References: <20140526145605.016140154@infradead.org> <20140526203232.GC5444@laptop.programming.kicks-ass.net> <20140527102909.GO30445@twins.programming.kicks-ass.net> <20140527144655.GC19143@laptop.programming.kicks-ass.net> <20140527153143.GD19143@laptop.programming.kicks-ass.net> 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: Konstantin Khlebnikov , "linux-mm@kvack.org" , Linux Kernel Mailing List , Thomas Gleixner , Andrew Morton , Hugh Dickins , Mel Gorman , Roland Dreier , Sean Hefty , Hal Rosenstock , Mike Marciniszyn On Tue, May 27, 2014 at 11:31:21AM -0500, Christoph Lameter wrote: > On Tue, 27 May 2014, Peter Zijlstra wrote: > > > On Tue, May 27, 2014 at 10:14:10AM -0500, Christoph Lameter wrote: > > > On Tue, 27 May 2014, Peter Zijlstra wrote: > > > > > > > Well, like with IB, they start out as normal userspace pages, and will > > > > be from ZONE_MOVABLE. > > > > > > Well we could change that now I think. If the VMA has VM_PINNED set > > > pages then do not allocate from ZONE_MOVABLE. > > > > But most allocations sites don't have the vma. We allocate page-cache > > pages based on its address_space/mapping, not on whatever vma they're > > mapped into. > > Most allocations by the application for an address range also must > consider a memory allocation policy which is also bound to a vma and we > have code for that in mm/mempolicy.c > > Code could be easily added to alloc_pages_vma() to consider the pinned > status on allocation. Remove GFP_MOVABLE if the vma is pinned. Yes, but alloc_pages_vma() isn't used for shared pages (with exception of shmem and hugetlbfs). So whichever way around we have to do the mm_populate() + eviction hook + migration code, and since that equally covers the anon case, why bother? -- 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