Difference between revisions of "Download/criu/3.15"

From CRIU
Jump to navigation Jump to search
(Draft for 3.15 release)
 
Line 6: Line 6:
  
 
=== New features ===
 
=== New features ===
* Introduce criu-image-streamer (also see https://github.com/checkpoint-restore/criu-image-streamer)
+
* Introduced criu-image-streamer (also see https://github.com/checkpoint-restore/criu-image-streamer).
* Added MIPS support
+
* Added MIPS support.
 
* Allow checkpointing out of existing PID namespace and restoring into existing PID namespace.
 
* Allow checkpointing out of existing PID namespace and restoring into existing PID namespace.
* Added additional file validation mechanisms (buildid in addition to filesize)  
+
* Added additional file validation mechanisms (buildid in addition to filesize).
* Added BPF support (???)
+
* 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)
+
* Added binary logging infrastructure (flog).
  
 
=== Bugfixes ===
 
=== Bugfixes ===

Revision as of 16:39, 8 October 2020

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

New features

  • 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).
  • Added binary logging infrastructure (flog).

Bugfixes

  • Many fixes here and there

Improvements

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