Difference between revisions of "Download/criu/3.9"
Jump to navigation
Jump to search
(Created page with "{{Release|3.9}} <!-- NOTE: you can use {{Bug|123}} to link to a github issue --> === New features === * C/R of ** tun devices in sub-namespaces ** C/R file descriptors which...") |
|||
Line 5: | Line 5: | ||
* C/R of | * C/R of | ||
− | ** | + | ** [[Tun-Tap]] devices in sub-netns |
− | ** C/R file descriptors which were opened with O_TMPFILE | + | ** C/R [[:Category:Files|file descriptors]] which were opened with O_TMPFILE |
=== Improvements === | === Improvements === | ||
− | * Restore of inotify watchers | + | * Restore of [[fsnotify|inotify]] watchers |
− | * Restore unix sockets in proper mount namespaces | + | * Restore [[unix sockets]] in proper [[mount points/2.0|mount namespaces]] |
− | * Add a test to check the --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 |
Line 19: | Line 19: | ||
* Workaround the iptables issue ({{Bug|469}}) | * Workaround the iptables issue ({{Bug|469}}) | ||
* Don't use standard descriptors when tar is running to dump tmpfs mounts | * 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 | * A lot of small fixes here and there | ||
− | |||
− |
Revision as of 10:40, 21 May 2018
Tarball: | criu-3.9.tar.gz |
Version: | 3.9 "Sand Martin" |
Released: | 21 May 2018 |
GIT tag: | v3.9 |
New features
- C/R of
- Tun-Tap devices in sub-netns
- C/R file descriptors which were opened with O_TMPFILE
Improvements
- 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
Bugfixes
- 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