From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v2] generic syscalls: Wire up statx syscall Date: Mon, 20 Mar 2017 12:33:20 +0000 Message-ID: <20170320123320.GK17263@arm.com> References: <20170313144521.28127-1-shorne@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170313144521.28127-1-shorne@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Stafford Horne Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Al Viro , David Howells , Catalin Marinas , linux-arm-kernel@lists.infradead.org, Arnd Bergmann , linux-arch@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Mon, Mar 13, 2017 at 11:45:21PM +0900, Stafford Horne wrote: > The new syscall statx is implemented as generic code, so enable it > for architectures like openrisc which use the generic syscall table. > > Fixes: a528d35e8bfcc ("statx: Add a system call to make enhanced file info available") > Cc: Thomas Gleixner > Cc: Al Viro > Cc: David Howells > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Stafford Horne > --- > Change in v2: > - Add a few more Cc's to get attention of the right people > - Add a fixes tag for better audit > > include/uapi/asm-generic/unistd.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) As suggested by Arnd, I'll pick this up via arm64 for 4.11. I was on holiday last week, so sorry for the delay. Thanks, Will From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com ([217.140.101.70]:37648 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753437AbdCTMdO (ORCPT ); Mon, 20 Mar 2017 08:33:14 -0400 Date: Mon, 20 Mar 2017 12:33:20 +0000 From: Will Deacon Subject: Re: [PATCH v2] generic syscalls: Wire up statx syscall Message-ID: <20170320123320.GK17263@arm.com> References: <20170313144521.28127-1-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170313144521.28127-1-shorne@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Stafford Horne Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Al Viro , David Howells , Catalin Marinas , linux-arm-kernel@lists.infradead.org, Arnd Bergmann , linux-arch@vger.kernel.org Message-ID: <20170320123320.imMO_aMuWQiVmH4eCsFsgjd4GKcxuddiV6OYsmhg5uU@z> On Mon, Mar 13, 2017 at 11:45:21PM +0900, Stafford Horne wrote: > The new syscall statx is implemented as generic code, so enable it > for architectures like openrisc which use the generic syscall table. > > Fixes: a528d35e8bfcc ("statx: Add a system call to make enhanced file info available") > Cc: Thomas Gleixner > Cc: Al Viro > Cc: David Howells > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Stafford Horne > --- > Change in v2: > - Add a few more Cc's to get attention of the right people > - Add a fixes tag for better audit > > include/uapi/asm-generic/unistd.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) As suggested by Arnd, I'll pick this up via arm64 for 4.11. I was on holiday last week, so sorry for the delay. Thanks, Will