Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1603137 > unrolled thread

[PATCH] ARM: wire up statx syscall

Started byChris Packham <chris.packham@alliedtelesis.co.nz>
First post2017-03-17 10:50 +0100
Last post2017-03-19 22:10 +0100
Articles 5 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1603137 — [PATCH] ARM: wire up statx syscall

FromChris Packham <chris.packham@alliedtelesis.co.nz>
Date2017-03-17 10:50 +0100
Subject[PATCH] ARM: wire up statx syscall
Message-ID<tlWGe-4ka-5@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1603170

FromRussell King - ARM Linux <linux@armlinux.org.uk>
Date2017-03-17 11:20 +0100
Message-ID<tlX9f-4MK-1@gated-at.bofh.it>
In reply to#1603137
You obviously have not looked in linux-next.

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
> 

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.

[toc] | [prev] | [next] | [standalone]


#1604081

FromChris Packham <Chris.Packham@alliedtelesis.co.nz>
Date2017-03-19 21:20 +0100
Message-ID<tmPsZ-2pZ-3@gated-at.bofh.it>
In reply to#1603170
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
>>
>

[toc] | [prev] | [next] | [standalone]


#1604083

FromRussell King - ARM Linux <linux@armlinux.org.uk>
Date2017-03-19 21:50 +0100
Message-ID<tmPW1-2E6-5@gated-at.bofh.it>
In reply to#1604081
On Sun, Mar 19, 2017 at 08:12:48PM +0000, Chris Packham wrote:
> 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

Hmm, looks like our regular linux-next updates stop at 10th March,
which is rather unfortunate.  If it was being updated, it would have
been in there.

If not, in order to see what I currently have merged for linux-next:

  http://git.armlinux.org.uk/cgit/linux-arm.git/log/?h=for-next

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.

[toc] | [prev] | [next] | [standalone]


#1604089

FromChris Packham <Chris.Packham@alliedtelesis.co.nz>
Date2017-03-19 22:10 +0100
Message-ID<tmQfo-30L-35@gated-at.bofh.it>
In reply to#1604083
On 20/03/17 09:47, Russell King - ARM Linux wrote:
> On Sun, Mar 19, 2017 at 08:12:48PM +0000, Chris Packham wrote:
>> 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
>
> Hmm, looks like our regular linux-next updates stop at 10th March,
> which is rather unfortunate.  If it was being updated, it would have
> been in there.
>
> If not, in order to see what I currently have merged for linux-next:
>
>   http://git.armlinux.org.uk/cgit/linux-arm.git/log/?h=for-next
>

OK I see it now. By the way the table based syscall stuff is great.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web