[Devel] [PATCH RHEL9 COMMIT] ve: rework task_ve pointer reset for zombies

2025-01-29 Thread Konstantin Khorenko
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.9 --> commit 2760ed44270ef22161c78587999258bddc1884a2 Author: Pavel Tikhomirov Date: Mon Jan 27 15:36:22 2025 +0800 ve: rework ta

[Devel] [PATCH RHEL9 COMMIT] fs/fuse kio: Initialize the cloned msg properly

2025-01-29 Thread Konstantin Khorenko
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.9 --> commit 0fdab0edc9b3fa237317475eb243f8835d618dfc Author: Liu Kui Date: Wed Jan 29 21:04:46 2025 +0800 fs/fuse kio: Initializ

[Devel] [PATCH VZ9] fs/fuse kio: Initialize the cloned msg properly

2025-01-29 Thread Liu Kui
Initialize the kill_link field of cloned msg, so that it won't trigger the BUG_ON in rpc_abort(). Related to #VSTOR-98866 Signed-off-by: Liu Kui --- fs/fuse/kio/pcs/pcs_rpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/fuse/kio/pcs/pcs_rpc.c b/fs/fuse/kio/pcs/pcs_rpc.c index 9b2f0984

[Devel] [PATCH] block/blk-cbt: fix cbt_ioc_init()

2025-01-29 Thread Andrey Zhadchenko
err_mtx mark was deleted in v1 along with some checks. In v2 and later new error checks were added (that cbt already exists or we hit a limit) but we forgot to release the mutex. Re-introduce err_mtx. Fixes: e10d691405b5 ("block/blk-cbt: allow multiple cbts in a single queue") Signed-off-by: Andre

[Devel] [PATCH RHEL9 COMMIT] block/blk-cbt: fix cbt_ioc_init()

2025-01-29 Thread Konstantin Khorenko
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.10 --> commit dc9150bd0a3462b201097e7ab6b136a38b7c25a8 Author: Andrey Zhadchenko Date: Wed Jan 29 19:28:39 2025 +0300 block/blk-c