[CRIU] [PATCH 1/8] protobuf: Add thread_sas_entry

Cyrill Gorcunov gorcunov at gmail.com
Tue Jul 2 07:33:45 EDT 2013


On Tue, Jul 02, 2013 at 03:21:16PM +0400, Pavel Emelyanov wrote:
> On 06/18/2013 10:06 AM, Cyrill Gorcunov wrote:
> > 
> > Need it to store thread alternated signal stack.
> > 
> > Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> > ---
> >  protobuf/core.proto | 7 +++++++
> >  1 file changed, 7 insertions(+)
> > 
> 
> 
> > @@ -48,4 +54,5 @@ message core_entry {
> >  	optional task_core_entry	tc		= 3;
> >  	optional task_kobj_ids_entry	ids		= 4;
> >  	optional thread_core_entry	thread_core	= 5;
> > +	optional thread_sas_entry	sas		= 7;
> >  }
> 
> Shouldn't this one be in thread_core_entry?

Hmm, maybe indeed this will look better (and same time eliminate
a need for zombie sas). Letme try to move it there and remake
the whole series.


More information about the CRIU mailing list