Difference between revisions of "Download/criu/2.8"
Jump to navigation
Jump to search
m (→Fixes) |
|||
Line 15: | Line 15: | ||
=== Fixes === | === Fixes === | ||
* Restoring cgroup NS could use old path prefix | * Restoring cgroup NS could use old path prefix | ||
− | * < | + | * <code>criu check</code> crashed on btrfs mounts |
* RO external mounts in userns couldn't be restored | * RO external mounts in userns couldn't be restored | ||
* Unmounted on host binfmt_misc could cause dump to fail | * Unmounted on host binfmt_misc could cause dump to fail |
Revision as of 05:37, 4 November 2016
Tarball: | criu-2.8.tar.bz2 |
Version: | 2.8 "Bronze Siskin" |
Released: | 14 Nov 2016 |
GIT tag: | v2.8 |
(294e4dbab39914f5ed91d90e39fcc19235d76801)
New features
- Ability to configure CRIU build
- Show statistics on the screen with
--display-stats
- C/R of Mac-Vlan devices
Optimizations/improvements
- x86 can now be built with clang
- When dumping files useless garbage was sent with descriptors from parasite
- The clear_tid_address and regs are printed in hex with CRIT
Fixes
- Restoring cgroup NS could use old path prefix
criu check
crashed on btrfs mounts- RO external mounts in userns couldn't be restored
- Unmounted on host binfmt_misc could cause dump to fail
- Off-by-one could cause criu crash when dumping shared / bind-mount
- Mount namespace' roots could have flags changed on restore
- Dying tasks could erroneously be tried to dump
- Swapped shmem pages were not dumped