From: Stafford Horne <shorne@gmail.com>
To: Will Deacon <will.deacon@arm.com>
Cc: linux-arch@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
Catalin Marinas <catalin.marinas@arm.com>,
linux-kernel@vger.kernel.org, David Howells <dhowells@redhat.com>,
Al Viro <viro@zeniv.linux.org.uk>,
Thomas Gleixner <tglx@linutronix.de>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2] generic syscalls: Wire up statx syscall
Date: Mon, 20 Mar 2017 23:11:35 +0900 [thread overview]
Message-ID: <20170320141135.GA2570@lianli.shorne-pla.net> (raw)
In-Reply-To: <20170320123320.GK17263@arm.com>
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 <tglx@linutronix.de>
> > Cc: Al Viro <viro@zeniv.linux.org.uk>
> > Cc: David Howells <dhowells@redhat.com>
> > Cc: Catalin Marinas <catalin.marinas@arm.com>
> > Cc: Will Deacon <will.deacon@arm.com>
> > Cc: linux-arm-kernel@lists.infradead.org
> > Signed-off-by: Stafford Horne <shorne@gmail.com>
> > ---
> > 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
WARNING: multiple messages have this Message-ID (diff)
From: Stafford Horne <shorne@gmail.com>
To: Will Deacon <will.deacon@arm.com>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Al Viro <viro@zeniv.linux.org.uk>,
David Howells <dhowells@redhat.com>,
Catalin Marinas <catalin.marinas@arm.com>,
linux-arm-kernel@lists.infradead.org,
Arnd Bergmann <arnd@arndb.de>,
linux-arch@vger.kernel.org
Subject: Re: [PATCH v2] generic syscalls: Wire up statx syscall
Date: Mon, 20 Mar 2017 23:11:35 +0900 [thread overview]
Message-ID: <20170320141135.GA2570@lianli.shorne-pla.net> (raw)
Message-ID: <20170320141135.ZcdDV0EHSH2LvaqqMBcc800gsfAnXhihs26OKEnrvgk@z> (raw)
In-Reply-To: <20170320123320.GK17263@arm.com>
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 <tglx@linutronix.de>
> > Cc: Al Viro <viro@zeniv.linux.org.uk>
> > Cc: David Howells <dhowells@redhat.com>
> > Cc: Catalin Marinas <catalin.marinas@arm.com>
> > Cc: Will Deacon <will.deacon@arm.com>
> > Cc: linux-arm-kernel@lists.infradead.org
> > Signed-off-by: Stafford Horne <shorne@gmail.com>
> > ---
> > 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
next prev parent reply other threads:[~2017-03-20 14:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 14:45 [PATCH v2] generic syscalls: Wire up statx syscall Stafford Horne
2017-03-13 14:45 ` Stafford Horne
2017-03-15 22:26 ` James Hogan
2017-03-15 22:26 ` James Hogan
2017-03-16 9:48 ` Arnd Bergmann
2017-03-16 9:48 ` Arnd Bergmann
2017-03-20 12:33 ` Will Deacon
2017-03-20 12:33 ` Will Deacon
2017-03-20 14:11 ` Stafford Horne [this message]
2017-03-20 14:11 ` Stafford Horne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170320141135.GA2570@lianli.shorne-pla.net \
--to=shorne@gmail.com \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=dhowells@redhat.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=viro@zeniv.linux.org.uk \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox