Difference between revisions of "Download/criu/3.5"

From CRIU
Jump to navigation Jump to search
(created)
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
=== New features ===
 
=== New features ===
 +
* [[Userfaultfd|Lazy pages]] beta support (kernel still needs to be fixed)
  
 
=== Improvements ===
 
=== Improvements ===
 +
* More verbose [[libsoccr]]
 +
* [https://lists.openvz.org/pipermail/criu/2017-June/038159.html VDSO rework]
 +
** layout is saved in [[kerndat]] cache
 +
** PFN detection is relaxed
 +
** restore is faster if kernel provides necessary prctl
  
 
=== Bugfixes ===
 
=== Bugfixes ===
 +
* Task-size calculation could be wrong on s390
 +
* [[CRIT]] explore was broken since images format tune-up
 +
* VDSO page could be mis-detected

Latest revision as of 12:29, 27 September 2017

Tarball: criu-3.5.tar.gz
Version: 3.5 "Clay Jay"
Released: 27 Sep 2017
GIT tag: v3.5

New features[edit]

  • Lazy pages beta support (kernel still needs to be fixed)

Improvements[edit]

  • More verbose libsoccr
  • VDSO rework
    • layout is saved in kerndat cache
    • PFN detection is relaxed
    • restore is faster if kernel provides necessary prctl

Bugfixes[edit]

  • Task-size calculation could be wrong on s390
  • CRIT explore was broken since images format tune-up
  • VDSO page could be mis-detected