Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604081
| From | Chris Packham <Chris.Packham@alliedtelesis.co.nz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: wire up statx syscall |
| Date | 2017-03-19 21:20 +0100 |
| Message-ID | <tmPsZ-2pZ-3@gated-at.bofh.it> (permalink) |
| References | <tlWGe-4ka-5@gated-at.bofh.it> <tlX9f-4MK-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 17/03/17 23:00, Russell King - ARM Linux wrote: > You obviously have not looked in linux-next. No I haven't. But even now I see nothing in git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master I did do a search of the ARM mailing list. site:http://lists.infradead.org/pipermail/linux-arm-kernel/ statx shows neither my patch nor any other patch. Is there a better index I should be looking at? > Not applying _your_ patch. > > On Fri, Mar 17, 2017 at 10:42:04PM +1300, Chris Packham wrote: >> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> >> --- >> arch/arm/tools/syscall.tbl | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl >> index 3c2cb5d5adfa..0bb0e9c6376c 100644 >> --- a/arch/arm/tools/syscall.tbl >> +++ b/arch/arm/tools/syscall.tbl >> @@ -411,3 +411,4 @@ >> 394 common pkey_mprotect sys_pkey_mprotect >> 395 common pkey_alloc sys_pkey_alloc >> 396 common pkey_free sys_pkey_free >> +397 common statx sys_statx >> -- >> 2.11.0.24.ge6920cf >> >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ARM: wire up statx syscall Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-03-17 10:50 +0100
Re: [PATCH] ARM: wire up statx syscall Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-03-17 11:20 +0100
Re: [PATCH] ARM: wire up statx syscall Chris Packham <Chris.Packham@alliedtelesis.co.nz> - 2017-03-19 21:20 +0100
Re: [PATCH] ARM: wire up statx syscall Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-03-19 21:50 +0100
Re: [PATCH] ARM: wire up statx syscall Chris Packham <Chris.Packham@alliedtelesis.co.nz> - 2017-03-19 22:10 +0100
csiph-web