* [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
@ 2014-02-03 15:33 James Hogan
2014-02-03 15:33 ` James Hogan
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: James Hogan @ 2014-02-03 15:33 UTC (permalink / raw)
To: linux-arch, Arnd Bergmann
Cc: Chen Liqin, James Hogan, linux-c6x-dev, Aurelien Jacquiot,
Vineet Gupta, Mark Salter, Will Deacon, linux-kernel,
Chris Metcalf, Richard Kuo, linux, Lennox Wu, Catalin Marinas,
linux-hexagon, Guan Xuetao, linux-metag, linux-arm-kernel
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 <james.hogan@imgtec.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arch@vger.kernel.org
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Mark Salter <msalter@redhat.com>
Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
Cc: linux-c6x-dev@linux-c6x.org
Cc: Richard Kuo <rkuo@codeaurora.org>
Cc: linux-hexagon@vger.kernel.org
Cc: linux-metag@vger.kernel.org
Cc: Jonas Bonn <jonas@southpole.se>
Cc: linux@lists.openrisc.net
Cc: Chen Liqin <liqin.linux@gmail.com>
Cc: Lennox Wu <lennox.wu@gmail.com>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
---
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
2014-02-03 15:33 [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls James Hogan
@ 2014-02-03 15:33 ` James Hogan
2014-02-17 18:44 ` Catalin Marinas
2014-03-03 6:16 ` Lennox Wu
2 siblings, 0 replies; 7+ messages in thread
From: James Hogan @ 2014-02-03 15:33 UTC (permalink / raw)
To: linux-arch, Arnd Bergmann
Cc: linux-kernel, James Hogan, Vineet Gupta, Catalin Marinas,
Will Deacon, linux-arm-kernel, Mark Salter, Aurelien Jacquiot,
linux-c6x-dev, Richard Kuo, linux-hexagon, linux-metag,
Jonas Bonn, linux, Chen Liqin, Lennox Wu, Chris Metcalf,
Guan Xuetao
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 <james.hogan@imgtec.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arch@vger.kernel.org
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Mark Salter <msalter@redhat.com>
Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
Cc: linux-c6x-dev@linux-c6x.org
Cc: Richard Kuo <rkuo@codeaurora.org>
Cc: linux-hexagon@vger.kernel.org
Cc: linux-metag@vger.kernel.org
Cc: Jonas Bonn <jonas@southpole.se>
Cc: linux@lists.openrisc.net
Cc: Chen Liqin <liqin.linux@gmail.com>
Cc: Lennox Wu <lennox.wu@gmail.com>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
---
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
2014-02-03 15:33 [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls James Hogan
2014-02-03 15:33 ` James Hogan
@ 2014-02-17 18:44 ` Catalin Marinas
2014-02-17 18:44 ` Catalin Marinas
2014-02-24 13:52 ` James Hogan
2014-03-03 6:16 ` Lennox Wu
2 siblings, 2 replies; 7+ messages in thread
From: Catalin Marinas @ 2014-02-17 18:44 UTC (permalink / raw)
To: James Hogan
Cc: linux-arch@vger.kernel.org, linux-c6x-dev@linux-c6x.org,
Arnd Bergmann, Aurelien Jacquiot, Vineet Gupta,
linux@openrisc.net, Will Deacon, linux-kernel@vger.kernel.org,
Chris Metcalf, Richard Kuo, Lennox Wu, msalter@redhat.com,
linux-hexagon@vger.kernel.org, Guan Xuetao, Chen Liqin,
linux-metag@vger.kernel.org, linux-arm-kernel@lists.infradead.org
On Mon, Feb 03, 2014 at 03:33:37PM +0000, 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 <james.hogan@imgtec.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: linux-arch@vger.kernel.org
> Cc: Vineet Gupta <vgupta@synopsys.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
> Cc: linux-c6x-dev@linux-c6x.org
> Cc: Richard Kuo <rkuo@codeaurora.org>
> Cc: linux-hexagon@vger.kernel.org
> Cc: linux-metag@vger.kernel.org
> Cc: Jonas Bonn <jonas@southpole.se>
> Cc: linux@lists.openrisc.net
> Cc: Chen Liqin <liqin.linux@gmail.com>
> Cc: Lennox Wu <lennox.wu@gmail.com>
> Cc: Chris Metcalf <cmetcalf@tilera.com>
> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
2014-02-17 18:44 ` Catalin Marinas
@ 2014-02-17 18:44 ` Catalin Marinas
2014-02-24 13:52 ` James Hogan
1 sibling, 0 replies; 7+ messages in thread
From: Catalin Marinas @ 2014-02-17 18:44 UTC (permalink / raw)
To: James Hogan
Cc: linux-arch@vger.kernel.org, Arnd Bergmann,
linux-kernel@vger.kernel.org, Vineet Gupta, Will Deacon,
linux-arm-kernel@lists.infradead.org, msalter@redhat.com,
Aurelien Jacquiot, linux-c6x-dev@linux-c6x.org, Richard Kuo,
linux-hexagon@vger.kernel.org, linux-metag@vger.kernel.org,
Jonas Bonn, linux@openrisc.net, Chen Liqin, Lennox Wu,
Chris Metcalf, Guan Xuetao
On Mon, Feb 03, 2014 at 03:33:37PM +0000, 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 <james.hogan@imgtec.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: linux-arch@vger.kernel.org
> Cc: Vineet Gupta <vgupta@synopsys.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
> Cc: linux-c6x-dev@linux-c6x.org
> Cc: Richard Kuo <rkuo@codeaurora.org>
> Cc: linux-hexagon@vger.kernel.org
> Cc: linux-metag@vger.kernel.org
> Cc: Jonas Bonn <jonas@southpole.se>
> Cc: linux@lists.openrisc.net
> Cc: Chen Liqin <liqin.linux@gmail.com>
> Cc: Lennox Wu <lennox.wu@gmail.com>
> Cc: Chris Metcalf <cmetcalf@tilera.com>
> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
2014-02-17 18:44 ` Catalin Marinas
2014-02-17 18:44 ` Catalin Marinas
@ 2014-02-24 13:52 ` James Hogan
2014-02-24 13:52 ` James Hogan
1 sibling, 1 reply; 7+ messages in thread
From: James Hogan @ 2014-02-24 13:52 UTC (permalink / raw)
To: Catalin Marinas
Cc: linux-arch@vger.kernel.org, Arnd Bergmann,
linux-kernel@vger.kernel.org, Vineet Gupta, Will Deacon,
linux-arm-kernel@lists.infradead.org, msalter@redhat.com,
Aurelien Jacquiot, linux-c6x-dev@linux-c6x.org, Richard Kuo,
linux-hexagon@vger.kernel.org, linux-metag@vger.kernel.org,
Jonas Bonn, linux@openrisc.net, Chen Liqin, Lennox Wu,
Chris Metcalf, Guan Xuetao
[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]
On 17/02/14 18:44, Catalin Marinas wrote:
> On Mon, Feb 03, 2014 at 03:33:37PM +0000, 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 <james.hogan@imgtec.com>
>> Cc: Arnd Bergmann <arnd@arndb.de>
>> Cc: linux-arch@vger.kernel.org
>> Cc: Vineet Gupta <vgupta@synopsys.com>
>> Cc: Catalin Marinas <catalin.marinas@arm.com>
>> Cc: Will Deacon <will.deacon@arm.com>
>> Cc: linux-arm-kernel@lists.infradead.org
>> Cc: Mark Salter <msalter@redhat.com>
>> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
>> Cc: linux-c6x-dev@linux-c6x.org
>> Cc: Richard Kuo <rkuo@codeaurora.org>
>> Cc: linux-hexagon@vger.kernel.org
>> Cc: linux-metag@vger.kernel.org
>> Cc: Jonas Bonn <jonas@southpole.se>
>> Cc: linux@lists.openrisc.net
>> Cc: Chen Liqin <liqin.linux@gmail.com>
>> Cc: Lennox Wu <lennox.wu@gmail.com>
>> Cc: Chris Metcalf <cmetcalf@tilera.com>
>> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
>
> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
2014-02-24 13:52 ` James Hogan
@ 2014-02-24 13:52 ` James Hogan
0 siblings, 0 replies; 7+ messages in thread
From: James Hogan @ 2014-02-24 13:52 UTC (permalink / raw)
To: Catalin Marinas
Cc: linux-arch@vger.kernel.org, Arnd Bergmann,
linux-kernel@vger.kernel.org, Vineet Gupta, Will Deacon,
linux-arm-kernel@lists.infradead.org, msalter@redhat.com,
Aurelien Jacquiot, linux-c6x-dev@linux-c6x.org, Richard Kuo,
linux-hexagon@vger.kernel.org, linux-metag@vger.kernel.org,
Jonas Bonn, linux@openrisc.net, Chen Liqin, Lennox Wu,
Chris Metcalf, Guan Xuetao
[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]
On 17/02/14 18:44, Catalin Marinas wrote:
> On Mon, Feb 03, 2014 at 03:33:37PM +0000, 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 <james.hogan@imgtec.com>
>> Cc: Arnd Bergmann <arnd@arndb.de>
>> Cc: linux-arch@vger.kernel.org
>> Cc: Vineet Gupta <vgupta@synopsys.com>
>> Cc: Catalin Marinas <catalin.marinas@arm.com>
>> Cc: Will Deacon <will.deacon@arm.com>
>> Cc: linux-arm-kernel@lists.infradead.org
>> Cc: Mark Salter <msalter@redhat.com>
>> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
>> Cc: linux-c6x-dev@linux-c6x.org
>> Cc: Richard Kuo <rkuo@codeaurora.org>
>> Cc: linux-hexagon@vger.kernel.org
>> Cc: linux-metag@vger.kernel.org
>> Cc: Jonas Bonn <jonas@southpole.se>
>> Cc: linux@lists.openrisc.net
>> Cc: Chen Liqin <liqin.linux@gmail.com>
>> Cc: Lennox Wu <lennox.wu@gmail.com>
>> Cc: Chris Metcalf <cmetcalf@tilera.com>
>> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
>
> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls
2014-02-03 15:33 [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls James Hogan
2014-02-03 15:33 ` James Hogan
2014-02-17 18:44 ` Catalin Marinas
@ 2014-03-03 6:16 ` Lennox Wu
2 siblings, 0 replies; 7+ messages in thread
From: Lennox Wu @ 2014-03-03 6:16 UTC (permalink / raw)
To: James Hogan, linux-arch, open list
Acked-by: Lennox Wu<lennox.wu@gmail.com>
2014-02-03 23:33 GMT+08:00 James Hogan <james.hogan@imgtec.com>:
> 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 <james.hogan@imgtec.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: linux-arch@vger.kernel.org
> Cc: Vineet Gupta <vgupta@synopsys.com>
> Cc: Catalin Marinas <catalin.marinas@arm.com>
> Cc: Will Deacon <will.deacon@arm.com>
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: Mark Salter <msalter@redhat.com>
> Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
> Cc: linux-c6x-dev@linux-c6x.org
> Cc: Richard Kuo <rkuo@codeaurora.org>
> Cc: linux-hexagon@vger.kernel.org
> Cc: linux-metag@vger.kernel.org
> Cc: Jonas Bonn <jonas@southpole.se>
> Cc: linux@lists.openrisc.net
> Cc: Chen Liqin <liqin.linux@gmail.com>
> Cc: Lennox Wu <lennox.wu@gmail.com>
> Cc: Chris Metcalf <cmetcalf@tilera.com>
> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
> ---
> 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
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-03-03 6:16 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03 15:33 [PATCH] asm-generic: add sched_setattr/sched_getattr syscalls James Hogan
2014-02-03 15:33 ` James Hogan
2014-02-17 18:44 ` Catalin Marinas
2014-02-17 18:44 ` Catalin Marinas
2014-02-24 13:52 ` James Hogan
2014-02-24 13:52 ` James Hogan
2014-03-03 6:16 ` Lennox Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).