1. 29 Jan, 2014 7 commits
  2. 28 Jan, 2014 1 commit
  3. 24 Jan, 2014 6 commits
  4. 23 Jan, 2014 4 commits
  5. 20 Jan, 2014 4 commits
  6. 16 Jan, 2014 5 commits
  7. 15 Jan, 2014 1 commit
  8. 14 Jan, 2014 3 commits
  9. 13 Jan, 2014 1 commit
    • Pavel Emelyanov's avatar
      parasite: Always switch netns for transport socket · d9ec409b
      Pavel Emelyanov authored
      If we're doing the pre-dump command we don't have the tasks'
      IDs collected, so we have the current_ns_mask uninitilized.
      Thus we create parasite transport socket in criu's namespace
      always and pre-dump of task, sitting in foreing net namespace
      may hang.
      
      From the "performance" point of view, it's easier to always
      create transport socket in victim's namespace, rahter than
      getting the current_ns_mask.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      d9ec409b
  10. 11 Jan, 2014 8 commits