All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: wire up statx syscall
@ 2017-03-17  9:42 ` Chris Packham
  0 siblings, 0 replies; 10+ messages in thread
From: Chris Packham @ 2017-03-17  9:42 UTC (permalink / raw)
  To: linux-arm-kernel, linux; +Cc: Chris Packham, linux-kernel

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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM: wire up statx syscall
@ 2017-03-17  9:42 ` Chris Packham
  0 siblings, 0 replies; 10+ messages in thread
From: Chris Packham @ 2017-03-17  9:42 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: wire up statx syscall
  2017-03-17  9:42 ` Chris Packham
@ 2017-03-17  9:59   ` Russell King - ARM Linux
  -1 siblings, 0 replies; 10+ messages in thread
From: Russell King - ARM Linux @ 2017-03-17  9:59 UTC (permalink / raw)
  To: Chris Packham; +Cc: linux-arm-kernel, linux-kernel

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: wire up statx syscall
@ 2017-03-17  9:59   ` Russell King - ARM Linux
  0 siblings, 0 replies; 10+ messages in thread
From: Russell King - ARM Linux @ 2017-03-17  9:59 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: wire up statx syscall
  2017-03-17  9:59   ` Russell King - ARM Linux
@ 2017-03-19 20:12     ` Chris Packham
  -1 siblings, 0 replies; 10+ messages in thread
From: Chris Packham @ 2017-03-19 20:12 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-kernel

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
>>
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: wire up statx syscall
@ 2017-03-19 20:12     ` Chris Packham
  0 siblings, 0 replies; 10+ messages in thread
From: Chris Packham @ 2017-03-19 20:12 UTC (permalink / raw)
  To: linux-arm-kernel

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
>>
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: wire up statx syscall
  2017-03-19 20:12     ` Chris Packham
@ 2017-03-19 20:46       ` Russell King - ARM Linux
  -1 siblings, 0 replies; 10+ messages in thread
From: Russell King - ARM Linux @ 2017-03-19 20:46 UTC (permalink / raw)
  To: Chris Packham; +Cc: linux-arm-kernel, linux-kernel

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: wire up statx syscall
@ 2017-03-19 20:46       ` Russell King - ARM Linux
  0 siblings, 0 replies; 10+ messages in thread
From: Russell King - ARM Linux @ 2017-03-19 20:46 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: wire up statx syscall
  2017-03-19 20:46       ` Russell King - ARM Linux
@ 2017-03-19 20:51         ` Chris Packham
  -1 siblings, 0 replies; 10+ messages in thread
From: Chris Packham @ 2017-03-19 20:51 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-kernel

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: wire up statx syscall
@ 2017-03-19 20:51         ` Chris Packham
  0 siblings, 0 replies; 10+ messages in thread
From: Chris Packham @ 2017-03-19 20:51 UTC (permalink / raw)
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-19 21:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-17  9:42 [PATCH] ARM: wire up statx syscall Chris Packham
2017-03-17  9:42 ` Chris Packham
2017-03-17  9:59 ` Russell King - ARM Linux
2017-03-17  9:59   ` Russell King - ARM Linux
2017-03-19 20:12   ` Chris Packham
2017-03-19 20:12     ` Chris Packham
2017-03-19 20:46     ` Russell King - ARM Linux
2017-03-19 20:46       ` Russell King - ARM Linux
2017-03-19 20:51       ` Chris Packham
2017-03-19 20:51         ` Chris Packham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.