[Devel] [PATCH rh9 v3] ve/cgroups: Drop lock when stopping workqueue to avoid dead lock

2023-03-01 Thread Konstantin Khorenko
From: Alexander Atanasov Rework is_running variable into state to avoid guessing the state, be able to do more strict checks in what state the VE is in and verify state transitions. This allows to reduce the size of critical sections that need to take lock. All entry points check for good state

[Devel] [PATCH RHEL9 COMMIT] ve/cgroups: Drop lock when stopping workqueue to avoid dead lock

2023-03-01 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-162.6.1.vz9.18.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-162.6.1.vz9.18.11 --> commit e027bba11f17becbb9c1ea136ab66cdc2e449ffa Author: Alexander Atanasov Date: Thu Feb 2 22:26:11 2023 +0200 ve/cgrou