Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-03-02 Thread Lennox Wu
 Acked-by: Lennox Wu

2014-02-03 23:33 GMT+08:00 James Hogan :
> Add the sched_setattr and sched_getattr syscalls to the generic syscall
> list, which is used by the following architectures: arc, arm64, c6x,
> hexagon, metag, openrisc, score, tile, unicore32.
>
> Signed-off-by: James Hogan 
> Cc: Arnd Bergmann 
> Cc: linux-a...@vger.kernel.org
> Cc: Vineet Gupta 
> Cc: Catalin Marinas 
> Cc: Will Deacon 
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: Mark Salter 
> Cc: Aurelien Jacquiot 
> Cc: linux-c6x-...@linux-c6x.org
> Cc: Richard Kuo 
> Cc: linux-hexa...@vger.kernel.org
> Cc: linux-me...@vger.kernel.org
> Cc: Jonas Bonn 
> Cc: li...@lists.openrisc.net
> Cc: Chen Liqin 
> Cc: Lennox Wu 
> Cc: Chris Metcalf 
> Cc: Guan Xuetao 
> ---
>  include/uapi/asm-generic/unistd.h | 6 +->  1 file changed, 5 
> insertions(+), 1 deletion(-)
>
> diff --git a/include/uapi/asm-generic/unistd.h 
> b/include/uapi/asm-generic/unistd.h
> index a20a9b4d3871..dde8041f40d2 100644
> --- a/include/uapi/asm-generic/unistd.h
> +++ b/include/uapi/asm-generic/unistd.h
> @@ -692,9 +692,13 @@ __SC_COMP(__NR_process_vm_writev, sys_process_vm_writev, 
> \
>  __SYSCALL(__NR_kcmp, sys_kcmp)
>  #define __NR_finit_module 273
>  __SYSCALL(__NR_finit_module, sys_finit_module)
> +#define __NR_sched_setattr 274
> +__SYSCALL(__NR_sched_setattr, sys_sched_setattr)
> +#define __NR_sched_getattr 275
> +__SYSCALL(__NR_sched_getattr, sys_sched_getattr)
>
>  #undef __NR_syscalls
> -#define __NR_syscalls 274
> +#define __NR_syscalls 276
>
>  /*
>   * All syscalls below here should go away really,
> --
> 1.8.1.2
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-02-24 Thread James Hogan
On 17/02/14 18:44, Catalin Marinas wrote:
> On Mon, Feb 03, 2014 at 03:33:37PM +, James Hogan wrote:
>> Add the sched_setattr and sched_getattr syscalls to the generic syscall
>> list, which is used by the following architectures: arc, arm64, c6x,
>> hexagon, metag, openrisc, score, tile, unicore32.
>>
>> Signed-off-by: James Hogan 
>> Cc: Arnd Bergmann 
>> Cc: linux-a...@vger.kernel.org
>> Cc: Vineet Gupta 
>> Cc: Catalin Marinas 
>> Cc: Will Deacon 
>> Cc: linux-arm-ker...@lists.infradead.org
>> Cc: Mark Salter 
>> Cc: Aurelien Jacquiot 
>> Cc: linux-c6x-...@linux-c6x.org
>> Cc: Richard Kuo 
>> Cc: linux-hexa...@vger.kernel.org
>> Cc: linux-me...@vger.kernel.org
>> Cc: Jonas Bonn 
>> Cc: li...@lists.openrisc.net
>> Cc: Chen Liqin 
>> Cc: Lennox Wu 
>> Cc: Chris Metcalf 
>> Cc: Guan Xuetao 
> 
> Acked-by: Catalin Marinas 

Thanks,

FYI I've applied to my fixes branch which is included in linux-next,
I'll send Linus the pull request in a few days.

Cheers
James



signature.asc
Description: OpenPGP digital signature


Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls

2014-02-17 Thread Catalin Marinas
On Mon, Feb 03, 2014 at 03:33:37PM +, James Hogan wrote:
> Add the sched_setattr and sched_getattr syscalls to the generic syscall
> list, which is used by the following architectures: arc, arm64, c6x,
> hexagon, metag, openrisc, score, tile, unicore32.
> 
> Signed-off-by: James Hogan 
> Cc: Arnd Bergmann 
> Cc: linux-a...@vger.kernel.org
> Cc: Vineet Gupta 
> Cc: Catalin Marinas 
> Cc: Will Deacon 
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: Mark Salter 
> Cc: Aurelien Jacquiot 
> Cc: linux-c6x-...@linux-c6x.org
> Cc: Richard Kuo 
> Cc: linux-hexa...@vger.kernel.org
> Cc: linux-me...@vger.kernel.org
> Cc: Jonas Bonn 
> Cc: li...@lists.openrisc.net
> Cc: Chen Liqin 
> Cc: Lennox Wu 
> Cc: Chris Metcalf 
> Cc: Guan Xuetao 

Acked-by: Catalin Marinas 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/