Difference between revisions of "Download/criu/3.9"
m (rm double vertical space) |
|||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
* C/R of | * C/R of | ||
** [[Tun-Tap]] devices in sub-netns | ** [[Tun-Tap]] devices in sub-netns | ||
− | ** | + | ** [[:Category:Files|File descriptors]] which were opened with O_TMPFILE |
=== Improvements === | === Improvements === | ||
Line 13: | Line 13: | ||
* Add a test to check the [[CLI/opt/--shell-job|--shell-job]] option | * Add a test to check the [[CLI/opt/--shell-job|--shell-job]] option | ||
* Print CRIU and kernel version also in [[RPC]] mode | * Print CRIU and kernel version also in [[RPC]] mode | ||
− | |||
=== Bugfixes === | === Bugfixes === |
Latest revision as of 23:53, 26 April 2019
Tarball: | criu-3.9.tar.gz |
Version: | 3.9 "Sand Martin" |
Released: | 21 May 2018 |
GIT tag: | v3.9 |
New featuresEdit
- C/R of
- Tun-Tap devices in sub-netns
- File descriptors which were opened with O_TMPFILE
ImprovementsEdit
- Restore of inotify watchers
- Restore unix sockets in proper mount namespaces
- Add a test to check the --shell-job option
- Print CRIU and kernel version also in RPC mode
BugfixesEdit
- Random memory corruptions during lazy restore
- Workaround the iptables issue (#469)
- Don't use standard descriptors when tar is running to dump tmpfs mounts
- Fail dump if dump_one_file() fails
- Fill kerndat with zero-s before reading it from cache
- A lot of small fixes here and there