[CRIU] Re: [PATCH] cr: reuse zero_page_entry in fixup_pages_data

Cyrill Gorcunov gorcunov at openvz.org
Mon Jan 30 13:47:33 EST 2012


On Mon, Jan 30, 2012 at 10:41:06PM +0400, Cyrill Gorcunov wrote:
> 
> This will screw the image, virtual address is expected
> first and then page data, so
> 
> 	va = 0;
> 	write(fd, &va, sizeof(va));
> 
> is still needed.
> 

Oh, crap, I somehow missed that it's zero_page_entry here.
Thanks Konstantin!

	Cyrill


More information about the CRIU mailing list