Linux Container Development
 help / color / mirror / Atom feed
From: Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
To: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org,
	Sukadev Bhattiprolu
	<sukadev-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Subject: Re: [PATCH 0/9] user-cr: update to eclone API; add nsexeccwp
Date: Wed, 25 Nov 2009 13:41:42 -0500	[thread overview]
Message-ID: <4B0D7A66.1050509@cs.columbia.edu> (raw)
In-Reply-To: <1258505746-31182-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>


Thanks for the port to eclone - this is queued for v19-rc2.

Oren.


Nathan Lynch wrote:
> The following series adds support for eclone to the arch code,
> introduces the nsexeccwp utility which allows for isolated testing of
> eclone's pid-choosing capability, switches the restart utility to
> eclone, and finally phases out the clone_with_pids support code.
> 
> I've verified that nsexeccwp works correctly on x86 and powerpc with a
> mainline kernel with eclone support (but not checkpoint/restart); s390
> needs to be built and tested (Serge?).
> 
> Based on ckpt-v19-rc1.
> 
> Nathan Lynch (8):
>   user-cr: add eclone/clone_args header
>   user-cr: x86_32 eclone wrapper
>   user-cr: s390 eclone wrapper
>   user-cr: ppc32 eclone wrapper
>   user-cr: use eclone API for restart
>   user-cr: remove x86_32 clone_with_pids
>   user-cr: remove s390 clone_with_pids
>   user-cr: remove powerpc clone_with_pids
> 
> Serge E. Hallyn (1):
>   user-cr: add nsexeccwp to test eclone
> 
>  Makefile       |    5 +-
>  clone.h        |   54 +++++++++
>  clone_ppc.c    |   58 ++++++-----
>  clone_ppc_.S   |   52 +++++-----
>  clone_s390x.c  |   97 ++++++++++-------
>  clone_x86_32.c |   87 ++++++++-------
>  eclone.h       |   25 +++++
>  nsexeccwp.c    |  329 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  restart.c      |   46 +++------
>  9 files changed, 588 insertions(+), 165 deletions(-)
>  create mode 100644 clone.h
>  create mode 100644 eclone.h
>  create mode 100644 nsexeccwp.c
> 
> 

      parent reply	other threads:[~2009-11-25 18:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-18  0:55 [PATCH 0/9] user-cr: update to eclone API; add nsexeccwp Nathan Lynch
     [not found] ` <1258505746-31182-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-11-18  0:55   ` [PATCH 1/9] user-cr: add eclone/clone_args header Nathan Lynch
2009-11-18  0:55   ` [PATCH 2/9] user-cr: x86_32 eclone wrapper Nathan Lynch
2009-11-18  0:55   ` [PATCH 3/9] user-cr: s390 " Nathan Lynch
     [not found]     ` <1258505746-31182-4-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-11-18  3:23       ` Serge E. Hallyn
     [not found]         ` <20091118032333.GA18641-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-11-18  5:09           ` Nathan Lynch
     [not found]             ` <1258520988.4031.1254.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2009-11-18 15:24               ` Serge E. Hallyn
     [not found]                 ` <20091118152450.GB23694-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-11-25 18:40                   ` Oren Laadan
2009-11-18  0:55   ` [PATCH 4/9] user-cr: ppc32 " Nathan Lynch
     [not found]     ` <1258505746-31182-5-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-11-19 16:18       ` Nathan Lynch
2009-11-18  0:55   ` [PATCH 5/9] user-cr: add nsexeccwp to test eclone Nathan Lynch
2009-11-18  0:55   ` [PATCH 6/9] user-cr: use eclone API for restart Nathan Lynch
2009-11-18  0:55   ` [PATCH 7/9] user-cr: remove x86_32 clone_with_pids Nathan Lynch
2009-11-18  0:55   ` [PATCH 8/9] user-cr: remove s390 clone_with_pids Nathan Lynch
2009-11-18  0:55   ` [PATCH 9/9] user-cr: remove powerpc clone_with_pids Nathan Lynch
2009-11-25 18:41   ` Oren Laadan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B0D7A66.1050509@cs.columbia.edu \
    --to=orenl-eqauephvms7envbuuze7ea@public.gmane.org \
    --cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
    --cc=ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org \
    --cc=sukadev-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox