Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754866AbdCTMdR (ORCPT ); Mon, 20 Mar 2017 08:33:17 -0400 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 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 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> 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 Content-Length: 952 Lines: 26 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