Difference between revisions of "Download/criu/2.10"

From CRIU
Jump to navigation Jump to search
Line 10: Line 10:
 
=== Fixes ===
 
=== Fixes ===
 
* Py bindings fault on restore error delivery
 
* Py bindings fault on restore error delivery
* Fd leaked on error path
+
* Fd leaked on file restore error path
 
* [[Invisible files|Link remap]] restore could fail on kernels 4.8 and higher
 
* [[Invisible files|Link remap]] restore could fail on kernels 4.8 and higher
 
* Impossible to restore after restore error with [[Invisible files|link remap]] file in images
 
* Impossible to restore after restore error with [[Invisible files|link remap]] file in images
 +
* When going [[CLI/opt/--daemon|daemon]] a descriptor could be leaked

Revision as of 08:11, 16 January 2017

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

a48c533536e8ab61da743e074f7dfc3c5927f0ed

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

Fixes

  • Py bindings fault on restore error delivery
  • Fd leaked on file restore error path
  • 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