[CRIU] [PATCH 4/5] vdso: parasite -- Prepare new vdso mark structure.

Cyrill Gorcunov gorcunov at gmail.com
Mon Jun 16 23:38:24 PDT 2014


On Tue, Jun 17, 2014 at 10:32:56AM +0400, Pavel Emelyanov wrote:
> > -	m->signature = VDSO_MARK_SIGNATURE;
> > -	m->proxy_addr = proxy_addr;
> > +	if (m->signature == VDSO_MARK_SIGNATURE_V2) {
> > +		/*
> > +		 * New format
> > +		 */
> > +		return m->version == 2;
> 
> If the signature is v2 one, then version _must_ be 2 here, otherwise
> we should abort the dump. Objections?

I think so. Mind if I prepare patch on top of the series? The check
better should be done on a caller side thus patch will not be oneliner.


More information about the CRIU mailing list