Difference between revisions of "Download/criu/2.7"
Jump to navigation
Jump to search
(Created page with "{{Release|2.7|17 Oct 2016|Rubber owl}} === New features === * Option {{--cgroup-root}} now makes sense on dump too === Optimizations/improvements === * Output of iptables co...") |
(no need to explicitly specify the codename now) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Release|2.7|17 Oct 2016 | + | {{Release|2.7|17 Oct 2016}} |
=== New features === | === New features === | ||
− | * Option {{--cgroup-root}} now makes sense on dump too | + | * Option {{Opt|--cgroup-root}} now makes sense on dump too |
+ | * CLOCK_BOOTTIME timer supported | ||
=== Optimizations/improvements === | === Optimizations/improvements === | ||
* 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 17: | ||
* 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 | ||
+ | * Mountpoint with lots of options blocked the dump (too small buffer for parsing) | ||
+ | * External slave mount (with external master) blocked the dump | ||
+ | * Mounts with STRICTATIME restored with others flags dropped | ||
=== Deprecated === | === Deprecated === | ||
* No reg-file entry for [[TTYs]] | * No reg-file entry for [[TTYs]] |
Latest revision as of 08:16, 26 January 2017
Tarball: | criu-2.7.tar.bz2 |
Version: | 2.7 "Rubber Owl" |
Released: | 17 Oct 2016 |
GIT tag: | v2.7 |
New features[edit]
- Option
--cgroup-root
now makes sense on dump too - CLOCK_BOOTTIME timer supported
Optimizations/improvements[edit]
- Output of iptables command leaked into logs for no use
- Helper dev environment installation script for Debian
- Man-page updated and prettified :)
Fixes[edit]
- 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
- Mountpoint with lots of options blocked the dump (too small buffer for parsing)
- External slave mount (with external master) blocked the dump
- Mounts with STRICTATIME restored with others flags dropped
Deprecated[edit]
- No reg-file entry for TTYs