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

Signed-off-by: Serge Hallyn <serge.hallyn-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
---
 clone_x86_64.c             |    2 +-
 include/linux/checkpoint.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/clone_x86_64.c b/clone_x86_64.c
index 5a22093..6750786 100644
--- a/clone_x86_64.c
+++ b/clone_x86_64.c
@@ -26,7 +26,7 @@
 #include "eclone.h"
 
 #ifndef __NR_eclone
-#define __NR_eclone 300
+#define __NR_eclone 303
 #endif
 
 int eclone(int (*fn)(void *), void *fn_arg, int clone_flags_low,
diff --git a/include/linux/checkpoint.h b/include/linux/checkpoint.h
index b6ac12d..3688ae1 100644
--- a/include/linux/checkpoint.h
+++ b/include/linux/checkpoint.h
@@ -54,11 +54,11 @@
 #elif __x86_64__
 
 #	ifndef __NR_checkpoint
-#		define __NR_checkpoint 301
+#		define __NR_checkpoint 304
 #	endif
 
 #	ifndef __NR_restart
-#		define __NR_restart 302
+#		define __NR_restart 305
 #	endif
 
 #else
-- 
1.7.2.3

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

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


Hmm... this is because:

1) Need to s/clone_with_pids/eclone/ in scripts/extract-headers.sh, and
2) Properly run scripts/extracr-headers.sh before pushing user-cr.

Will do for v23-rc2.

Oren.

On 02/14/2011 11:44 AM, Serge E. Hallyn wrote:
> Signed-off-by: Serge Hallyn <serge.hallyn-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
> ---
>  clone_x86_64.c             |    2 +-
>  include/linux/checkpoint.h |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/clone_x86_64.c b/clone_x86_64.c
> index 5a22093..6750786 100644
> --- a/clone_x86_64.c
> +++ b/clone_x86_64.c
> @@ -26,7 +26,7 @@
>  #include "eclone.h"
>  
>  #ifndef __NR_eclone
> -#define __NR_eclone 300
> +#define __NR_eclone 303
>  #endif
>  
>  int eclone(int (*fn)(void *), void *fn_arg, int clone_flags_low,
> diff --git a/include/linux/checkpoint.h b/include/linux/checkpoint.h
> index b6ac12d..3688ae1 100644
> --- a/include/linux/checkpoint.h
> +++ b/include/linux/checkpoint.h
> @@ -54,11 +54,11 @@
>  #elif __x86_64__
>  
>  #	ifndef __NR_checkpoint
> -#		define __NR_checkpoint 301
> +#		define __NR_checkpoint 304
>  #	endif
>  
>  #	ifndef __NR_restart
> -#		define __NR_restart 302
> +#		define __NR_restart 305
>  #	endif
>  
>  #else

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

end of thread, other threads:[~2011-03-26  2:08 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:44 [user-cr PATCH 1/1] Fix x86-64 syscall numbers Serge E. Hallyn
2011-03-26  2:08 ` 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.