Difference between revisions of "Download/criu/2.9"
Jump to navigation
Jump to search
m (→Fixes) |
|||
Line 14: | Line 14: | ||
* C/R with {{Opt|--empty-ns}} still handled iptables configuration | * C/R with {{Opt|--empty-ns}} still handled iptables configuration | ||
* SCM messages inside UNIX socket got lost after C/R (now dump aborted) | * SCM messages inside UNIX socket got lost after C/R (now dump aborted) | ||
− | * Empty unixsk.img file appeared when dumping tasks | + | * Empty unixsk.img file appeared when dumping tasks ''without'' unix sockets |
* Install procedure wasn't PEP-394 compliant | * Install procedure wasn't PEP-394 compliant | ||
* CRIU blocking netfilter rules were added at the tail of the chain resulting in unlocked TCP connections | * CRIU blocking netfilter rules were added at the tail of the chain resulting in unlocked TCP connections | ||
* Dump/Restore spurious failures when open() returned 0 descriptor | * Dump/Restore spurious failures when open() returned 0 descriptor |
Revision as of 21:10, 5 December 2016
Tarball: | criu-2.9.tar.bz2 |
Version: | 2.9 "Silk Tit" |
Released: | 12 Dec 2016 |
GIT tag: | v2.9 |
0bfa6a6cc1c8d2541014165ae9f52bd5feabd3fd
New features
- CRIU can now be built with clang on all supported architectures
- Ignore missing sysctls on restore with
--weak-sysctl
Optimizations/improvements
- Batch restore of memory contents from pages.img files
- Link-remap type for invisible files is explicit in images
Fixes
- C/R with
--empty-ns
still handled iptables configuration - SCM messages inside UNIX socket got lost after C/R (now dump aborted)
- Empty unixsk.img file appeared when dumping tasks without unix sockets
- Install procedure wasn't PEP-394 compliant
- CRIU blocking netfilter rules were added at the tail of the chain resulting in unlocked TCP connections
- Dump/Restore spurious failures when open() returned 0 descriptor