Re: [Devel] [PATCH v2 vz9 2/2] ve/cgroups: drop lock when stopping workqueue to avoid dead lock

2023-02-10 Thread Pavel Tikhomirov
Though I like the idea of explicit states, you must be really careful when you rework them as vzctl uses those states to wait for container to start or to stop and changing anything may break vzctl. On 03.02.2023 04:26, Alexander Atanasov wrote: Rework is_running variable into state to avoid g

[Devel] [PATCH vz9] mm: fix warn_on condition

2023-02-10 Thread Alexander Atanasov
WARN_ON used a wrong logic operator so the warning triggered with no reason. This slipped on rebase. Use the proper condition so the warning is valid. Fixes: b8bc3dbf5e18 ("mm: per memory cgroup page cache limit") https://jira.sw.ru/browse/PSBM-144609 Signed-off-by: Alexander Atanasov --- mm/me