Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp4130448ybg; Fri, 25 Oct 2019 13:48:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqzPv7+XwjECArV2+Ahnp9dBGmlNUkfmx+XB6degMp/V4sT1QxZAtbsxkUVH9bHyh5fCJwgh X-Received: by 2002:a50:ac2c:: with SMTP id v41mr6063765edc.11.1572036535336; Fri, 25 Oct 2019 13:48:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572036535; cv=none; d=google.com; s=arc-20160816; b=bGB5y4sZYNX31I/P/mffdSa74VoDcKP1Cp3XOlx8XK0z9jCmpaGcRZVxKLc5JsNC6z RU7JjhCQqzPxDPs4tubJNrNUAwmnppx+SVM9auwk5m6P6l++hBe+CZMbVVxP2jAxzr9+ DuADLikfflX2mYVrpOPRsMymC3bJsWKapn/8flcMQR3P3e1DE+pK43+QomHpDyjPDccO Jn2yp1YBqv2YvEEuGE1TUeqLu+BH8Hv2fkESheFz1ma+MXNyygMQLdUT9pqXha1A534G T86WIoXn3J8Vm2Pj1j/IuqY9/uxqEWLISZ/ZUO4pAoYahiURJfe5KcK0x7J2uz/Eqlys 3T7A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=cTsfrhPvzu9UsweLlFEG/c3wH7ng1VzJomlxmpbBkJ4=; b=aryI/XQ2zOEzsiHdeBUPhkd3eYm/Cuxt0LozkhCKCmYewKNcq7CNQPOF8qRqBcSqdd 26ZFrC4rF3gBd3div1yNmw22WxG9qaRhMeLF/GsARbjVx0aW8amJT2vPG32tP/D2jmIC tckEoiHLrnTffyaBqM6bkWNn1G5UtCd6m9BDuXytAgEvMHWvNdO+nJzxvwUE2u/UJXuc 84gmcmGM1b4TdF0EVgVuwGnq9KD4/C1rzq308CIbTL/8AQT7Q287Hupxgce7nKBXVD0A EByeMxXYEJC1PrV9ST09DHXzRboLGtio0Zf64CEQtuXGkRkrnA1o4IhgsWPQt60J0S50 vlEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a8si1987195edm.240.2019.10.25.13.48.31; Fri, 25 Oct 2019 13:48:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2505803AbfJYRJB (ORCPT + 99 others); Fri, 25 Oct 2019 13:09:01 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:51551 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2505797AbfJYRHa (ORCPT ); Fri, 25 Oct 2019 13:07:30 -0400 Received: from [213.220.153.21] (helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iO33g-0000qH-Bv; Fri, 25 Oct 2019 17:07:28 +0000 Date: Fri, 25 Oct 2019 19:07:27 +0200 From: Christian Brauner To: "Michael Kerrisk (man-pages)" Cc: Christian Brauner , lkml , linux-man , Kees Cook , Florian Weimer , Oleg Nesterov , Arnd Bergmann , David Howells , Pavel Emelyanov , Andrew Morton , Adrian Reber , Andrei Vagin , Linux API , Jann Horn Subject: Re: For review: documentation of clone3() system call Message-ID: <20191025170726.rqsquw4v4cuhduek@wittgenstein> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 25, 2019 at 06:59:31PM +0200, Michael Kerrisk (man-pages) wrote: > Hello Christian and all, > > I've made a first shot at adding documentation for clone3(). You can > see the diff here: > https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=faa0e55ae9e490d71c826546bbdef954a1800969 > > In the end, I decided that the most straightforward approach was to > add the documentation as part of the existing clone(2) page. This has > the advantage of avoiding duplication of information across two pages, > and perhaps also makes it easier to see the commonality of the two > APIs. > > Because the new text is integrated into the existing page, I think it > makes most sense to just show that page text for review purposes. I > welcome input on the below. > > The notable changes are: > * In the first part of the page, up to and including the paragraph > with the subheading "The flags bit mask" > * Minor changes in the description of CLONE_CHILD_CLEARTID, > CLONE_CHILD_SETTID, CLONE_PARENT_SETTID, and CLONE_PIDFD, to reflect > the argument differences between clone() and clone2() > > Most of the resy of page is unchanged. > > I welcome fixes, suggestions for improvements, etc. Thank you Michael, for doing this. I will hopefully get around to reviewing this soon but it might take a few days (latest after next week :( because of OSS/LSS). Christian