Difference between revisions of "Download/criu/3.10"
Jump to navigation
Jump to search
(Prepare to write 3.10 changelog) |
(<code>) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
=== New features === | === New features === | ||
− | + | * Support Python3 in [[ZDTM]] and [[CRIT]] | |
− | + | ** with Python2 [[ZDTM]] and [[CRIT]] now require <code>python2-ipaddress</code> to be installed (used to be <code>python2-ipaddr</code>) | |
− | + | * Keep names for UNIX sockets, that are unlinked from the FS | |
− | + | * IPVv6 support for [[page server]] | |
+ | * Set [[page server]] socket fd via [[CLI]] | ||
+ | * Large pages support for aarch64/ppc64 | ||
+ | * C/R of | ||
+ | ** Per-thread seccomp chains | ||
=== Bugfixes === | === Bugfixes === | ||
+ | * Failed non-container restore could kill random task on the host | ||
+ | * Failure to dump namespaces was erroneously ignored | ||
+ | * [[CRIT]] didn't show cpuinfo image file | ||
+ | * Tasks that got PID-reuse couldn't be dumped iteratively because previous images were missing |
Latest revision as of 16:25, 14 September 2018
Tarball: | criu-3.10.tar.gz |
Version: | 3.10 "Granite Eagle" |
Released: | 10 Jul 2018 |
GIT tag: | v3.10 |
New features[edit]
- Support Python3 in ZDTM and CRIT
- Keep names for UNIX sockets, that are unlinked from the FS
- IPVv6 support for page server
- Set page server socket fd via CLI
- Large pages support for aarch64/ppc64
- C/R of
- Per-thread seccomp chains
Bugfixes[edit]
- Failed non-container restore could kill random task on the host
- Failure to dump namespaces was erroneously ignored
- CRIT didn't show cpuinfo image file
- Tasks that got PID-reuse couldn't be dumped iteratively because previous images were missing