Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754527AbdCTOMl (ORCPT ); Mon, 20 Mar 2017 10:12:41 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:35601 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753348AbdCTOM2 (ORCPT ); Mon, 20 Mar 2017 10:12:28 -0400 Date: Mon, 20 Mar 2017 23:11:35 +0900 From: Stafford Horne To: Will Deacon 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: <20170320141135.GA2570@lianli.shorne-pla.net> References: <20170313144521.28127-1-shorne@gmail.com> <20170320123320.GK17263@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170320123320.GK17263@arm.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 32 On Mon, Mar 20, 2017 at 12:33:20PM +0000, Will Deacon wrote: > 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, I talked to Masami as well, and he told me that might be the case. -Stafford > Thanks, > > Will