Line 5: |
Line 5: |
| | | |
| * C/R of | | * C/R of |
− | ** multiple network namespaces | + | ** Multiple network namespaces |
− | ** overmounted tmpfs mounts | + | ** Overmounted tmpfs mounts |
− | ** unix sockets and epoll descriptors in scm messages | + | ** Unix [[sockets]] and epoll descriptors in SCM messages |
| | | |
| === Improvements === | | === Improvements === |
− | * rework service descriptors | + | * Rework [[service descriptors]] not to cause fdtable enormous grows |
− | * start testing lazy migration | + | * Start testing [[lazy migration]] in Jenkins/Travis |
| | | |
| === Bugfixes === | | === Bugfixes === |
− | * workaround Skylake kernel bug | + | * FP state wasn't reported on Skylake due to [https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1318800.html a kernel bug] |
− | * fix gcc-8 warnings | + | * When compiled with gcc-8 a lot of warnings popped up |
− | * fix lazy-migragion | + | * Resource leaked on error paths |
− | * fix resource leaks on error paths
| + | * Attributes of sit devices with value 0 were not saved into images (and were restored into default values) |
− | * save all attributes for sit devices | + | * Tasks with pgid of a zombie hung the resture |
− | * fix restore of tasks having zombie pgid | + | * [[Invisible files|Ghost files]] on RO bind-mounts of an RW mount couldn't be restored |
− | * fix restore of ghost files on read-only mounts | + | * Random memory corruptions during [[lazy migration|lazy restore]] |