From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0D4FD1A1A11 for ; Thu, 9 Jul 2015 02:59:44 +1000 (AEST) Date: Wed, 8 Jul 2015 10:00:08 -0700 From: Andrew Morton To: Eric B Munson Cc: Shuah Khan , Michal Hocko , Michael Kerrisk , Vlastimil Babka , linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-mm@kvack.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCH V3 0/5] Allow user to request memory to be locked on page fault Message-Id: <20150708100008.e8a000ec.akpm@linux-foundation.org> In-Reply-To: <20150708132302.GB4669@akamai.com> References: <1436288623-13007-1-git-send-email-emunson@akamai.com> <20150707141613.f945c98279dcb71c9743d5f2@linux-foundation.org> <20150708132302.GB4669@akamai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 8 Jul 2015 09:23:02 -0400 Eric B Munson wrote: > > I don't know whether these syscalls should be documented via new > > manpages, or if we should instead add them to the existing > > mlock/munlock/mlockall manpages. Michael, could you please advise? > > > > Thanks for adding the series. I owe you several updates (getting the > new syscall right for all architectures and a set of tests for the new > syscalls). Would you prefer a new pair of patches or I update this set? It doesn't matter much. I guess a full update will be more convenient at your end.