From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) by kanga.kvack.org (Postfix) with ESMTP id 7B5E26B00A0 for ; Tue, 25 Feb 2014 18:03:45 -0500 (EST) Received: by mail-ea0-f169.google.com with SMTP id d10so432466eaj.14 for ; Tue, 25 Feb 2014 15:03:44 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id i43si16373506eev.49.2014.02.25.15.03.43 for ; Tue, 25 Feb 2014 15:03:44 -0800 (PST) Message-ID: <530D212E.3020307@redhat.com> Date: Tue, 25 Feb 2014 18:03:10 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 2/3] mm, thp: Add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE References: <890608e8ec2968cf6b115411a62f76503ee10331.1392009760.git.athorlton@sgi.com> In-Reply-To: <890608e8ec2968cf6b115411a62f76503ee10331.1392009760.git.athorlton@sgi.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Alex Thorlton , linux-kernel@vger.kernel.org Cc: Gerald Schaefer , Martin Schwidefsky , Heiko Carstens , Christian Borntraeger , Andrew Morton , Paolo Bonzini , "Kirill A. Shutemov" , Mel Gorman , Ingo Molnar , Peter Zijlstra , Andrea Arcangeli , Oleg Nesterov , "Eric W. Biederman" , Alexander Viro , linux390@de.ibm.com, linux-s390@vger.kernel.org, linux-mm@kvack.org, linux-api@vger.kernel.org On 02/25/2014 03:54 PM, Alex Thorlton wrote: > This patch adds a VM_INIT_DEF_MASK, to allow us to set the default flags > for VMs. It also adds a prctl control which alllows us to set the THP > disable bit in mm->def_flags so that VMs will pick up the setting as > they are created. > > Signed-off-by: Alex Thorlton > Suggested-by: Oleg Nesterov Acked-by: Rik van Riel -- All rights reversed -- 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