Difference between revisions of "Download/criu/3.14"
Jump to navigation
Jump to search
(Created page with "<!-- **** FOR STEPS NEEDED TO MAKE A RELEASE, SEE https://criu.org/Releasing Use {{Bug|123}} to link to a github issue --> {{Release|3.14}} === New features === *...") |
(more links) |
||
Line 8: | Line 8: | ||
* C/R of memfd memory mappings and file descriptors. | * C/R of memfd memory mappings and file descriptors. | ||
* Add time namespace support. | * Add time namespace support. | ||
− | * [[Optimizing_pre_dump_algorithm | | + | * Add the [[Optimizing_pre_dump_algorithm|read pre-dump mode which uses process_vm_readv]]. |
− | * Add --cgroup-yard option | + | * Add {{Opt|--cgroup-yard}} option |
* Add support of the cgroup v2 freezer. | * Add support of the cgroup v2 freezer. | ||
* Add support of opened O_PATH fds. | * Add support of opened O_PATH fds. | ||
=== Bugfixes === | === Bugfixes === | ||
− | * Fix C/R ia32 processes on AMD | + | * Fix C/R ia32 processes on AMD {{Bug|398}} |
* Fix cross-compilation | * Fix cross-compilation | ||
* Many fixes here and there | * Many fixes here and there |
Revision as of 02:59, 21 April 2020
Tarball: | criu-3.14.tar.gz |
Version: | 3.14 "Platinum Peacock" |
Released: | 29 Apr 2020 |
GIT tag: | v3.14 |
New features
- C/R of memfd memory mappings and file descriptors.
- Add time namespace support.
- Add the read pre-dump mode which uses process_vm_readv.
- Add
--cgroup-yard
option - Add support of the cgroup v2 freezer.
- Add support of opened O_PATH fds.
Bugfixes
- Fix C/R ia32 processes on AMD #398
- Fix cross-compilation
- Many fixes here and there
Improvements
- Use clone3() with set_tid to restore processes
- Clean up compel headers.
- Use the new mount API