Branch: refs/heads/stable-4.0 Home: https://github.com/lxc/lxc Commit: 6cec518d16b53d9416dd5a370c01c006de21e8ec https://github.com/lxc/lxc/commit/6cec518d16b53d9416dd5a370c01c006de21e8ec Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths: M src/lxc/conf.c Log Message: ----------- conf: fix coding style Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 4b7db20ee44ed94e948fa81da7030ad3fdf31cd8 https://github.com/lxc/lxc/commit/4b7db20ee44ed94e948fa81da7030ad3fdf31cd8 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/conf.c Log Message: ----------- conf: coding style fixes Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: f06e80de163680ae7cd92fe8de9ae60ff3bea266 https://github.com/lxc/lxc/commit/f06e80de163680ae7cd92fe8de9ae60ff3bea266 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/conf.c Log Message: ----------- conf: move proc and sys mountpoint creation int lxc_mount_auto_mounts() Fixes: 493e00b68da4 ("mkdir -p /proc /sys on container startup") Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 30d5a566e364a9e9a9f838ceee5f46c1fa5cde6c https://github.com/lxc/lxc/commit/30d5a566e364a9e9a9f838ceee5f46c1fa5cde6c Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: invert child/parent handling This makes it more consistent with th rest of the shared library. Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: e95c4c2d9b3bef0073855eda11a0a9aaa7fe6879 https://github.com/lxc/lxc/commit/e95c4c2d9b3bef0073855eda11a0a9aaa7fe6879 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: use __do_free cleanup macro for cwd but still yield memory immediately once we're done with it to not have it lying around while the parent process is around. Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 6e9fd7e90b8b638e7b11966653228ba0139c95a1 https://github.com/lxc/lxc/commit/6e9fd7e90b8b638e7b11966653228ba0139c95a1 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: tweak logging Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: b994e6f273e2f6e9b94973a6554b02a897bb30fc https://github.com/lxc/lxc/commit/b994e6f273e2f6e9b94973a6554b02a897bb30fc Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: use __do_close for labelfd Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 084378794a535478961aeb8cf006221043f83bb0 https://github.com/lxc/lxc/commit/084378794a535478961aeb8cf006221043f83bb0 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: coding style fixes Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 02c90439e65a1627e925cfdcda29ba898cca8d97 https://github.com/lxc/lxc/commit/02c90439e65a1627e925cfdcda29ba898cca8d97 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: use free_disarm() Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 7379954b39a312972c05971274b7848a49a0c5c6 https://github.com/lxc/lxc/commit/7379954b39a312972c05971274b7848a49a0c5c6 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: s/attach_child_main/do_attach/g Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: e8a2d23cc7b3ad0f360be5c1f91e570755b06024 https://github.com/lxc/lxc/commit/e8a2d23cc7b3ad0f360be5c1f91e570755b06024 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: mark do_attach() as __noreturn Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 43a6efe7b1002ed2d5770c54fa5682d68d1df1b5 https://github.com/lxc/lxc/commit/43a6efe7b1002ed2d5770c54fa5682d68d1df1b5 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: make do_attach() void Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: c16fae6d41f6aa9f1a758f8bfc218b7bd7316a93 https://github.com/lxc/lxc/commit/c16fae6d41f6aa9f1a758f8bfc218b7bd7316a93 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: use close_prot_errno_disarm() Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Commit: 252605bccc19a0c3d75030842aac2760ac16abd5 https://github.com/lxc/lxc/commit/252605bccc19a0c3d75030842aac2760ac16abd5 Author: Christian Brauner <christian.brau...@ubuntu.com> Date: 2021-01-28 (Thu, 28 Jan 2021) Changed paths: M src/lxc/attach.c Log Message: ----------- attach: add some DEBUG() logging to stdfd dpulication Cc: stable-4.0 Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com> Compare: https://github.com/lxc/lxc/compare/c1c7d42cf757...252605bccc19 _______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel