Difference between revisions of "Download/criu/3.15"

m (cgroup2 -> cgroups v2)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
       Use {{Bug|123}} to link to a github issue
 
       Use {{Bug|123}} to link to a github issue
 
-->
 
-->
 +
[[Image:3.15.jpg|400px|right]]
 
{{Release|3.15}}
 
{{Release|3.15}}
  
Line 11: Line 12:
 
* Added additional file validation mechanisms (buildid in addition to filesize).
 
* Added additional file validation mechanisms (buildid in addition to filesize).
 
* Added support to checkpoint and restore BPF hash maps (BPF_MAP_TYPE_HASH) and array maps (BPF_MAP_TYPE_ARRAY).
 
* Added support to checkpoint and restore BPF hash maps (BPF_MAP_TYPE_HASH) and array maps (BPF_MAP_TYPE_ARRAY).
* Added binary logging infrastructure (flog).
+
* Initial cgroups v2 support
  
 
=== Bugfixes ===
 
=== Bugfixes ===
Line 18: Line 19:
 
=== Improvements ===
 
=== Improvements ===
 
* Additional libcriu interfaces (orphan_pts_master, version, FD handling)
 
* Additional libcriu interfaces (orphan_pts_master, version, FD handling)
* Initial cgroup2 support
 
 
* Use the new mount API
 
* Use the new mount API

Latest revision as of 23:59, 3 November 2020

3.15.jpg
Tarball: criu-3.15.tar.gz
Version: 3.15 "Titanium Falcon"
Released: 03 Nov 2020
GIT tag: v3.15

New featuresEdit

  • Introduced criu-image-streamer (also see https://github.com/checkpoint-restore/criu-image-streamer).
  • Added MIPS support.
  • Allow checkpointing out of existing PID namespace and restoring into existing PID namespace.
  • Added additional file validation mechanisms (buildid in addition to filesize).
  • Added support to checkpoint and restore BPF hash maps (BPF_MAP_TYPE_HASH) and array maps (BPF_MAP_TYPE_ARRAY).
  • Initial cgroups v2 support

BugfixesEdit

  • Many fixes here and there

ImprovementsEdit

  • Additional libcriu interfaces (orphan_pts_master, version, FD handling)
  • Use the new mount API