[CRIU] [PATCH 27/32] tools: cpt2 -- Add "write" routines for virtual memory areas
Cyrill Gorcunov
gorcunov at openvz.org
Mon Apr 1 07:12:28 EDT 2013
On Mon, Apr 01, 2013 at 03:03:12PM +0400, Pavel Emelyanov wrote:
> On 04/01/2013 02:51 PM, Cyrill Gorcunov wrote:
> > On Mon, Apr 01, 2013 at 02:25:40PM +0400, Pavel Emelyanov wrote:
> >>> + list_for_each_entry(vma, &mm->vma_list, list) {
> >>> +
> >>> + if (!vma_is(vma, VMA_AREA_REGULAR))
> >>> + continue;
> >>> +
> >>> + if (vma_is(vma, VMA_AREA_SYSVIPC))
> >>> + continue;
> >>
> >> Why?
> >
> > sysvipc was not addressed neither it was yet tested
> > (while crtools is ready to restore this zone i desided
> > to not include it until anything else tested).
>
> Then fail convert.
ok
> >> WTF???
> >
> > not covered yet, but to not fail I zapped it.
>
> You must fail in this case, not ignore.
Sure.
More information about the CRIU
mailing list