From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Brauner Subject: Re: For review: documentation of clone3() system call Date: Thu, 14 Nov 2019 13:29:22 +0100 Message-ID: <20191114122921.37faj6e4blsclx6g@wittgenstein> References: <20191107151941.dw4gtul5lrtax4se@wittgenstein> <2eb2ab4c-b177-29aa-cdc4-420b24cfd7b3@gmail.com> <090860a8-e57f-d4ea-88d4-086ea32e37d9@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <090860a8-e57f-d4ea-88d4-086ea32e37d9@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: "Michael Kerrisk (man-pages)" Cc: Jann Horn , Florian Weimer , Christian Brauner , lkml , linux-man , Kees Cook , Oleg Nesterov , Arnd Bergmann , David Howells , Pavel Emelyanov , Andrew Morton , Adrian Reber , Andrei Vagin , Linux API , Ingo Molnar List-Id: linux-api@vger.kernel.org On Thu, Nov 14, 2019 at 01:15:58PM +0100, Michael Kerrisk (man-pages) wrote: > I've fixed the example code in the manual page to use > mmap(MAP_STACK), rather than malloc(), to allocate the stack. Thank you! Christian