From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Brauner Date: Mon, 20 May 2019 14:48:23 +0000 Subject: Re: [PATCH v2 1/2] pid: add pidfd_open() Message-Id: <20190520144822.xfaifawi65jus6ng@brauner.io> List-Id: References: <20190520134605.29116-1-christian@brauner.io> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arnd Bergmann Cc: Jann Horn , Oleg Nesterov , Al Viro , Linus Torvalds , Linux Kernel Mailing List , Andrew Morton , cyphar@cyphar.com, David Howells , "Eric W . Biederman" , "Reshetova, Elena" , Kees Cook , Andy Lutomirski , Andy Lutomirski , Thomas Gleixner , alpha , Linux ARM , linux-ia64@vger.kernel.org, linux-m68k , linux-mips@vger.kernel.org, Parisc List On Mon, May 20, 2019 at 04:37:03PM +0200, Arnd Bergmann wrote: > On Mon, May 20, 2019 at 3:46 PM Christian Brauner wrote: > > > > In line with Arnd's recent changes to consolidate syscall numbers across > > architectures, I have added the pidfd_open() syscall to all architectures > > at the same time. > > Thanks! I've checked that the ones you have added are all > done correctly. However, double-checking that you got all of them, > I noticed that you missed mips-o32 and mips-n64. With those added: > > Acked-by: Arnd Bergmann Perfect, will plumb mips-o32 and mips-n64 and resend once more with your ack added. Sidenote: You plan on merging the common syscall tables or will there be a script to do this work per-arch in the future?