1. 21 Dec, 2016 27 commits
  2. 19 Dec, 2016 1 commit
  3. 12 Dec, 2016 11 commits
  4. 09 Dec, 2016 1 commit
    • Andrei Vagin's avatar
      shmem: skip zero pages · f4754023
      Andrei Vagin authored
      page_in_parent() returns true for all not dirty pages,
      probably it should not be executed for zero pages.
      
      ------------------------ grep Error ------------------------
      (00.115327) Error (criu/pagemap.c:191): Missing 8000 in parent pagemap, current iov: base=9000,len=32768
      (00.115329) Error (criu/page-xfer.c:237): Hole 0x8000/4096 not found in parent
      (00.160222) Error (criu/cr-dump.c:1636): Dumping FAILED.
      ------------------------ ERROR OVER ------------------------
      Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      f4754023