Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 1126d14815697d414a277847d38bc2af92bd4d79 https://github.com/lxc/lxc/commit/1126d14815697d414a277847d38bc2af92bd4d79 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2020-01-09 (Thu, 09 Jan 2020)
Changed paths: M src/lxc/mainloop.c Log Message: ----------- mainloop: add missing \n Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 38bbeb799e33130932ff3d20f57ab060c184675a https://github.com/lxc/lxc/commit/38bbeb799e33130932ff3d20f57ab060c184675a Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2020-01-09 (Thu, 09 Jan 2020) Changed paths: M src/tests/api_reboot.c Log Message: ----------- tests: timeout after 60 seconds That should be more than enough to reboot. Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: c718fac1855da04d221bf7055c981efeb6a323bc https://github.com/lxc/lxc/commit/c718fac1855da04d221bf7055c981efeb6a323bc Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2020-01-09 (Thu, 09 Jan 2020) Changed paths: M src/lxc/start.c Log Message: ----------- start: handle kernel header and kernel incompatability We might e.g. be compiled in a container with old kernel headers. In this scenario CLONE_PIDFD will work but pidfd_send_signal() might not be detected because __NR_pidfd_send_signal is not defined because the kernel headers don't match the kernel version. This explains and fixes test-suite hangs on Jenkins I've recently debugged. Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 90ddf3c0d7ac0cf1986060d6ff386e8a7c74de91 https://github.com/lxc/lxc/commit/90ddf3c0d7ac0cf1986060d6ff386e8a7c74de91 Author: Stéphane Graber <stgra...@ubuntu.com> Date: 2020-01-09 (Thu, 09 Jan 2020) Changed paths: M src/lxc/mainloop.c M src/lxc/start.c M src/tests/api_reboot.c Log Message: ----------- Merge pull request #3249 from brauner/2020-01-09/bugfixes handle kernel version <--> header incompatibility Compare: https://github.com/lxc/lxc/compare/f036cc8a2c6a...90ddf3c0d7ac _______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel