[CRIU] [PATCH 8/9] vdso: Escape double dumping of rt-vdso if proxy present

Cyrill Gorcunov gorcunov at openvz.org
Fri May 24 05:47:41 EDT 2013


On Fri, May 24, 2013 at 01:32:22PM +0400, Pavel Emelyanov wrote:
> > +
> > +		if (parasite_execute(PARASITE_CMD_CHECK_VDSO_MARK, ctl)) {
> 
> I'm not very happy with going to parasite for every (even pre-checked) vma.
> Make it in one go to parasite with an array of vmas.

You mean to walk over all vmas _inside_parasite itsef?
> > +
> > +		pfn = PME_PFRAME(pfn);
> > +		BUG_ON(!pfn);
> 
> You don't need this value for args->is_marked case.

Yeah, i'll update

	Cyrill


More information about the CRIU mailing list