All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-cr PATCH 1/1] update x86-64 eclone and cr syscall numbers
@ 2011-02-14 16:46 Serge E. Hallyn
  2011-03-26  2:06 ` Oren Laadan
  0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2011-02-14 16:46 UTC (permalink / raw)
  To: Oren Laadan, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

(for ckpt-v23-rc1-pids branch)

Signed-off-by: Serge E. Hallyn <serge.hallyn-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
---
 arch/x86/include/asm/unistd_64.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h
index 706d90a..f5d1b9e 100644
--- a/arch/x86/include/asm/unistd_64.h
+++ b/arch/x86/include/asm/unistd_64.h
@@ -671,9 +671,9 @@ __SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)
 __SYSCALL(__NR_prlimit64, sys_prlimit64)
 #define __NR_eclone				303
 __SYSCALL(__NR_eclone, stub_eclone)
-#define __NR_checkpoint				301
+#define __NR_checkpoint				304
 __SYSCALL(__NR_checkpoint, stub_checkpoint)
-#define __NR_restart				302
+#define __NR_restart				305
 __SYSCALL(__NR_restart, stub_restart)
 
 #ifndef __NO_STUBS
-- 
1.7.0.4

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

* Re: [linux-cr PATCH 1/1] update x86-64 eclone and cr syscall numbers
  2011-02-14 16:46 [linux-cr PATCH 1/1] update x86-64 eclone and cr syscall numbers Serge E. Hallyn
@ 2011-03-26  2:06 ` Oren Laadan
  0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2011-03-26  2:06 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

Pulled for v23-rc2... thanks.

Oren.

On 02/14/2011 11:46 AM, Serge E. Hallyn wrote:
> (for ckpt-v23-rc1-pids branch)
> 
> Signed-off-by: Serge E. Hallyn <serge.hallyn-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
> ---
>  arch/x86/include/asm/unistd_64.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h
> index 706d90a..f5d1b9e 100644
> --- a/arch/x86/include/asm/unistd_64.h
> +++ b/arch/x86/include/asm/unistd_64.h
> @@ -671,9 +671,9 @@ __SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)
>  __SYSCALL(__NR_prlimit64, sys_prlimit64)
>  #define __NR_eclone				303
>  __SYSCALL(__NR_eclone, stub_eclone)
> -#define __NR_checkpoint				301
> +#define __NR_checkpoint				304
>  __SYSCALL(__NR_checkpoint, stub_checkpoint)
> -#define __NR_restart				302
> +#define __NR_restart				305
>  __SYSCALL(__NR_restart, stub_restart)
>  
>  #ifndef __NO_STUBS

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

end of thread, other threads:[~2011-03-26  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 16:46 [linux-cr PATCH 1/1] update x86-64 eclone and cr syscall numbers Serge E. Hallyn
2011-03-26  2:06 ` Oren Laadan

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.