Difference between revisions of "Download/criu/2.5"
Jump to navigation
Jump to search
(Created page with "{{Release|2.5|15 Aug 2016}} Name: Concrete oriole === New features === * C/R ** fs.mqueue.msg*_default sysctls ** Unix sockets with overwritten paths === Optimizations/impr...") |
|||
Line 7: | Line 7: | ||
** fs.mqueue.msg*_default sysctls | ** fs.mqueue.msg*_default sysctls | ||
** Unix sockets with overwritten paths | ** Unix sockets with overwritten paths | ||
+ | ** Link-remap files in removed directories | ||
=== Optimizations/improvements === | === Optimizations/improvements === |
Revision as of 13:21, 11 August 2016
Tarball: | criu-2.5.tar.bz2 |
Version: | 2.5 "Concrete Oriole" |
Released: | 15 Aug 2016 |
GIT tag: | v2.5 |
Name: Concrete oriole
New features
- C/R
- fs.mqueue.msg*_default sysctls
- Unix sockets with overwritten paths
- Link-remap files in removed directories
Optimizations/improvements
- Micro-optimization on namespace ID evaluation
- Restoring shared files uses one socket instead of per-fd ones
- More verbosity when refusing to dump a file descriptor
Fixes
- Restore could fail on openat() with ENXIO when multiple mnt namespaces get restored
- The criu exec action got broken
- Link-remap and ghost files remained on FS after restore failure
- TCP window could remain clamped after restore resulting in connection lockup/slowdown
- Dump could stuck when injecting a parasite
- The --timeout option wasn't taken into account when freezing tasks using freezecg
- Race in freezeing/seizing could result in lost tasks
- Memory leaks here and there on error paths
- Double free in xvstrcat (crash)
- VDSO length was mis-calculated
- Symlink on --root path could make restore erroneously fail
- Potential memory corruption on reading mntns images
- When restoring on systems with low pid_max limit restore could fail
- RO-protected SysV shmem segments could be restored with PROT_EXEC
- File mode of mapped file was evaluated with errors
- Restore of cgroups' mem.swappines and ..use_hierarchy blocked sub-groups creation
- Impossible to restore cgoup mem.swappines default value
- Zombies living in orphan sessions/groups failed the restore