Difference between revisions of "Download/criu/2.10"

From CRIU
Jump to navigation Jump to search
(comment out the git tag)
(no need to explicitly specify the codename now)
Line 1: Line 1:
{{Release|2.10|16 Jan 2016|Brass Waxwing}} <!-- a97be820a4e33b67e379387cb63746c2b6393c9d -->
+
{{Release|2.10|16 Jan 2016}} <!-- a97be820a4e33b67e379387cb63746c2b6393c9d -->
  
 
=== New features ===
 
=== New features ===

Revision as of 08:20, 26 January 2017

Tarball: criu-2.10.tar.bz2
Version: 2.10 "Brass Waxwing"
Released: 16 Jan 2017
GIT tag: v2.10

New features

Optimizations/improvements

  • Logs cleaned up (removed bunch of useless, fixed '\n' in perrors)
  • Action scripts errors are printed in logs
  • Removed several iovec-s copying over the pagemap code
  • Restore degraded linearly on Xen guests. Breakpoints disabled until solution

Fixes

  • Py bindings fault on restore error delivery
  • Fd leaked on file restore error path
  • Fd leaked when restoring invisible files (gets closed with criu exit though)
  • Link remap restore could fail on kernels 4.8 and higher
  • Impossible to restore after restore error with link remap file in images
  • When going daemon a descriptor could be leaked
  • Custom setting of mmap_min_addr could make restore to fail
  • Sending pages over UNIX socket could race and fail with EAGAIN
  • Error getting ID of /proc/pid/ns/foo link not propagated and could result in bogus NS ID generated