diff mbox

ARM: wire up statx syscall

Message ID 20170317094204.15630-1-chris.packham@alliedtelesis.co.nz (mailing list archive)
State New, archived
Headers show

Commit Message

Chris Packham March 17, 2017, 9:42 a.m. UTC
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 arch/arm/tools/syscall.tbl | 1 +
 1 file changed, 1 insertion(+)

Comments

Russell King (Oracle) March 17, 2017, 9:59 a.m. UTC | #1
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
>
Chris Packham March 19, 2017, 8:12 p.m. UTC | #2
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
>>
>
Russell King (Oracle) March 19, 2017, 8:46 p.m. UTC | #3
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
Chris Packham March 19, 2017, 8:51 p.m. UTC | #4
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.
diff mbox

Patch

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