]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/cgroup: Properly handle aborting a pending freeze operation v256-stable
authormsizanoen <msizanoen@qtmlabs.xyz>
Tue, 18 Mar 2025 05:47:21 +0000 (12:47 +0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 Jul 2025 11:08:03 +0000 (13:08 +0200)
commit09928421ea3718e96dee3c5cd2b1427dea557986
tree0face5228c44eabc545b3ae45850abb76419fba3
parent71e09b0a4fa9eec4d9a7cf05d63052b244584c3e
core/cgroup: Properly handle aborting a pending freeze operation

We must thaw the cgroup even if cgroup.events/frozen=0 if a freeze
operation is in flight as it means the cgroup is already partially
frozen.

Fixes #37590.
Fixes #38337.

(cherry picked from commit 85d00912c0fa08c80785d18a6818e7d92d40743e)
(cherry picked from commit 4bf37df99c905d21cf0febde59190d885ad201dc)
src/core/cgroup.c