We missed the fact that resize/grow touch md0 page to update ploop
parameters, other pages are not linked so there is no issue.
But in case there is a concurrent update to md0 piwb is not handled
correctly, also using sync updates in parallel is not okay.
To fix this update code to use the new mech
Ack all 3
On Sat, Apr 5, 2025 at 10:26 AM Liu Kui wrote:
>
> We need to use kthread_use_mm() to make a kthread operate on an
> address space. Simply assigning a value to the mm and active_mm
> field of a kthread's task_struct would race against the scheduler
> resulting in crash.
>
> Fixes: #VSTO
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will
appear at g...@bitbucket.org:openvz/vzkernel.git
after rh9-5.14.0-427.44.1.vz9.80.23
-->
commit 1ac58e6cf72f21a007c1032d73e7ce7659836426
Author: Alexey Kuznetsov
Date: Fri Mar 28 20:00:42 2025 +0800
fs/fuse/kio:
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will
appear at g...@bitbucket.org:openvz/vzkernel.git
after rh9-5.14.0-427.44.1.vz9.80.23
-->
commit 55d45425282dd8e1b1a126fe5ebcc2b7c0177c5d
Author: Alexey Kuznetsov
Date: Fri Mar 28 20:01:08 2025 +0800
fs/fuse/kio: