crun: update to 1.9.2
authorOskari Rauta <oskari.rauta@gmail.com>
Sun, 1 Oct 2023 16:18:02 +0000 (19:18 +0300)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 1 Oct 2023 21:12:58 +0000 (22:12 +0100)
commitbb3af8acb92e396f181d3f435dd2ca8ac1c9ec30
tree7ba36a056bcc05249f55e792130204861f2b0ec1
parentdb85d9ead6c3258757e199ad1fbd5bd20c9aac5f
crun: update to 1.9.2

changelog 1.9.2:
 - cgroup: reset the inherited cpu affinity after moving to cgroup. Old kernels do that automatically, but new kernels remember the affinity that was set before the cgroup move, so we need to reset it in order to honor the cpuset configuration.

changelog 1.9.1:
 - utils: ignore ENOTSUP when chmod a symlink. It fixes a problem on Linux 6.6 that always refuses chmod on a symlink.
 - build: fix build on CentOS 7
 - linux: add new fallback when mount fails with EBUSY, so that there is not an additional tmpfs mount if not needed.
 - utils: improve error message when a directory cannot be created as a component of the path is already existing as a non directory.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
utils/crun/Makefile