[Devel] Re: [PATCH] Deny external checkpoint unless frozen

Dave Hansen dave at linux.vnet.ibm.com
Mon Feb 23 16:39:07 PST 2009


On Mon, 2009-02-23 at 17:04 -0600, Serge E. Hallyn wrote:
> Quoting Sukadev Bhattiprolu (sukadev at linux.vnet.ibm.com):
> > 
> > From: Sukadev Bhattiprolu <sukadev at linux.vnet.ibm.com>
> > Date: Sat, 21 Feb 2009 11:17:07 -0800
> > Subject: [PATCH] Deny external checkpoint unless task is frozen
> > 
> > Remove a 'FIXME' and ensure that the tasks we are checkpointing are
> > frozen unless its a self-checkpoint.
> > 
> > Signed-off-by: Sukadev Bhattiprolu <sukadev at linux.vnet.ibm.com>
> 
> Agreed.  I personally would like to just get rid of support
> for t==current, but don't expect to get anywhere with that
> argument :)

Along the lines of what Ingo has been asking for, do we need to expose
this logic in some way?  Do we need a /proc/$$/checkpointable file which
says, "I'm not checkpointable because I'm not frozen"?

Or, is this just a core part of the API: you have to freeze before
checkpointing?  As such, we'll never move to a place where we're not
frozen when checkpointing, so we might as well not even track or expose
it.  

-- Dave

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list