Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751904AbbG0Gbt (ORCPT ); Mon, 27 Jul 2015 02:31:49 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:35518 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbbG0Gbs (ORCPT ); Mon, 27 Jul 2015 02:31:48 -0400 Date: Mon, 27 Jul 2015 09:31:43 +0300 From: "Kirill A. Shutemov" To: Eric B Munson Cc: Andrew Morton , Michal Hocko , Vlastimil Babka , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V5 1/7] mm: mlock: Refactor mlock, munlock, and munlockall code Message-ID: <20150727063143.GA11657@node.dhcp.inet.fi> References: <1437773325-8623-1-git-send-email-emunson@akamai.com> <1437773325-8623-2-git-send-email-emunson@akamai.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437773325-8623-2-git-send-email-emunson@akamai.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1069 Lines: 24 On Fri, Jul 24, 2015 at 05:28:39PM -0400, Eric B Munson wrote: > Extending the mlock system call is very difficult because it currently > does not take a flags argument. A later patch in this set will extend > mlock to support a middle ground between pages that are locked and > faulted in immediately and unlocked pages. To pave the way for the new > system call, the code needs some reorganization so that all the actual > entry point handles is checking input and translating to VMA flags. > > Signed-off-by: Eric B Munson > Cc: Michal Hocko > Cc: Vlastimil Babka > Cc: "Kirill A. Shutemov" > Cc: linux-mm@kvack.org > Cc: linux-kernel@vger.kernel.org Acked-by: Kirill A. Shutemov -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/