From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752134AbaHLK21 (ORCPT ); Tue, 12 Aug 2014 06:28:27 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:47625 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752070AbaHLK20 (ORCPT ); Tue, 12 Aug 2014 06:28:26 -0400 Date: Tue, 12 Aug 2014 11:28:07 +0100 From: Will Deacon To: Arnd Bergmann Cc: David Herrmann , "linux-arm-kernel@lists.infradead.org" , linux-kernel Subject: Re: [PATCH 2/2] asm-generic: add memfd_create system call to unistd.h Message-ID: <20140812102807.GH29013@arm.com> References: <1407764228-7904-1-git-send-email-will.deacon@arm.com> <20140811171511.GF8828@arm.com> <201408112057.01177.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201408112057.01177.arnd@arndb.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 11, 2014 at 07:57:00PM +0100, Arnd Bergmann wrote: > On Monday 11 August 2014, Will Deacon wrote: > > On Mon, Aug 11, 2014 at 05:54:08PM +0100, David Herrmann wrote: > > > On Mon, Aug 11, 2014 at 3:37 PM, Will Deacon wrote: > > > > Commit 9183df25fe7b ("shm: add memfd_create() syscall") added a new > > > > system call (memfd_create) but didn't update the asm-generic unistd > > > > header. > > > > > > > > This patch adds the new system call to the asm-generic version of > > > > unistd.h so that it can be used by architectures such as arm64. > > > > > > > > Cc: Arnd Bergmann > > > > Cc: David Herrmann > > > > Signed-off-by: Will Deacon > > > > > > Reviewed-by: David Herrmann > > > > Thanks, David. > > > > Arnd: shall I take this via the arm64 tree, or do you already have some > > asm-generic patches queued? > > Please take it for arm64, I don't have any other patches queued at the moment > and am currently on vacation. Thanks, Arnd. I'll include it with the arm64 pull req at -rc1. Have a good holiday, Will