This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] clone3: validate stack arguments
- From: Arnd Bergmann <arnd at arndb dot de>
- To: Christian Brauner <christian dot brauner at ubuntu dot com>
- Cc: "linux-kernel at vger dot kernel dot org" <linux-kernel at vger dot kernel dot org>, Florian Weimer <fweimer at redhat dot com>, GNU C Library <libc-alpha at sourceware dot org>, Kees Cook <keescook at chromium dot org>, Jann Horn <jannh at google dot com>, David Howells <dhowells at redhat dot com>, Ingo Molnar <mingo at redhat dot com>, Oleg Nesterov <oleg at redhat dot com>, Linus Torvalds <torvalds at linux-foundation dot org>, Peter Zijlstra <peterz at infradead dot org>, Linux API <linux-api at vger dot kernel dot org>, "# 3.4.x" <stable at vger dot kernel dot org>
- Date: Tue, 5 Nov 2019 15:23:19 +0100
- Subject: Re: [PATCH] clone3: validate stack arguments
- References: <20191031113608.20713-1-christian.brauner@ubuntu.com>
On Thu, Oct 31, 2019 at 12:36 PM Christian Brauner
<christian.brauner@ubuntu.com> wrote:
>
> Validate the stack arguments and setup the stack depening on whether or not
> it is growing down or up.
>
> Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>