Difference between revisions of "Download/criu/2.7"
Jump to navigation
Jump to search
(fix using template:opt) |
|||
Line 7: | Line 7: | ||
* Output of iptables command leaked into logs for no use | * Output of iptables command leaked into logs for no use | ||
* Helper dev environment [[installation]] script for Debian | * Helper dev environment [[installation]] script for Debian | ||
+ | * Man-page updated and prettified :) | ||
=== Fixes === | === Fixes === | ||
Line 15: | Line 16: | ||
* Potential crash when dumping cgroup bindmounts | * Potential crash when dumping cgroup bindmounts | ||
* Sign error caused dump to fail on btrfs partitions | * Sign error caused dump to fail on btrfs partitions | ||
+ | * Shared mounts with the same mount path failed the dump | ||
+ | * Threads were restored with unshared FS (cwd and root) | ||
+ | * [[Shared memory]] changes tracking disabled (regression found) | ||
+ | * Restore of autofs can hang | ||
+ | * LSM profile propagation could be lost | ||
=== Deprecated === | === Deprecated === | ||
* No reg-file entry for [[TTYs]] | * No reg-file entry for [[TTYs]] |
Revision as of 08:42, 12 October 2016
Tarball: | criu-2.7.tar.bz2 |
Version: | 2.7 "Rubber Owl" |
Released: | 17 Oct 2016 |
GIT tag: | v2.7 |
New features
- Option
--cgroup-root
now makes sense on dump too
Optimizations/improvements
- Output of iptables command leaked into logs for no use
- Helper dev environment installation script for Debian
- Man-page updated and prettified :)
Fixes
- Unmounted binfmt_misc with rules wasn't dumped at all
- Malloc() error could result in crash
- Device cgroup restore could fail restoring empty record
- Some entries in device cgroups were restored twice
- Potential crash when dumping cgroup bindmounts
- Sign error caused dump to fail on btrfs partitions
- Shared mounts with the same mount path failed the dump
- Threads were restored with unshared FS (cwd and root)
- Shared memory changes tracking disabled (regression found)
- Restore of autofs can hang
- LSM profile propagation could be lost
Deprecated
- No reg-file entry for TTYs