[CRIU] [PATCH cr 07/11] restorer: remap private vmas to correct places

Cyrill Gorcunov gorcunov at openvz.org
Mon Oct 15 11:48:18 EDT 2012


On Mon, Oct 15, 2012 at 07:32:20PM +0400, Andrey Vagin wrote:
> +		if (va != vma_entry->start) {
> +			pr_err("Unable to remap %lx -> %lx mapping with %lx\n",
> +				vma_entry->shmid, vma_entry->start, va);
> +			while(1);

			Huh ?

> +			goto core_restore_end;
> +		}
> +	}
> +


More information about the CRIU mailing list