Line 5: |
Line 5: |
| | | |
| * C/R of | | * C/R of |
− | ** tun devices in sub-namespaces | + | ** [[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 |
− | * Fail dump if dump_one_file() fails
| |
− | * Fill kdat by zero-s before initializing it
| |