Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756903AbcCCXtP (ORCPT ); Thu, 3 Mar 2016 18:49:15 -0500 Received: from www.sr71.net ([198.145.64.142]:33443 "EHLO blackbird.sr71.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752730AbcCCXtN (ORCPT ); Thu, 3 Mar 2016 18:49:13 -0500 Subject: Re: [RFC][PATCH 0/7] System Calls for Memory Protection Keys To: mtk.manpages@gmail.com References: <20160223011107.FB9B8215@viggo.jf.intel.com> Cc: lkml , Linux API , "linux-mm@kvack.org" , "x86@kernel.org" , Linus Torvalds , Andrew Morton From: Dave Hansen Message-ID: <56D8CD77.1090603@sr71.net> Date: Thu, 3 Mar 2016 15:49:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 14 On 03/03/2016 12:05 AM, Michael Kerrisk (man-pages) wrote: >> > I have manpages written for some of these syscalls, and I will >> > submit a full set of manpages once we've reached some consensus >> > on what the interfaces should be. > Please don't do things in this order. Providing man pages up front > make it easier for people to understand, review, and critique the API. > Submitting man pages should be a foundational part of submitting a new > set of interfaces and discussing their design. Michael, thanks for taking a look, plus the very detailed previous review you did of the first batch of man-pages that I posted. I've posted a newer version including all of the new system calls, and I've attempted to address all the earlier review comments you made.