[Devel] [PATCH RHEL9 COMMIT] fs/fuse kio: convert BUG_ON check to error handling

2025-03-27 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.22 --> commit c7c6b9d910e80fdbfb43e1abf057e6f00358f51b Author: Liu Kui Date: Thu Mar 27 22:45:52 2025 +0800 fs/fuse kio: convert

Re: [Devel] [PATCH VZ9] fs/fuse kio: convert BUG_ON check to error handling

2025-03-27 Thread Alexey Kuznetsov
Ack On Thu, Mar 27, 2025 at 10:56 PM Liu Kui wrote: > > The BUG_ON condition here is legitimate that can happen during fuse > connection teardown. So a fatal error should be returned instead of > crash. > > Fixes #VSTOR-102865 > > Signed-off-by: Liu Kui > --- > fs/fuse/kio/pcs/pcs_krpc.c | 8 ++

[Devel] [PATCH VZ9] fs/fuse kio: convert BUG_ON check to error handling

2025-03-27 Thread Liu Kui
The BUG_ON condition here is legitimate that can happen during fuse connection teardown. So a fatal error should be returned instead of crash. Fixes #VSTOR-102865 Signed-off-by: Liu Kui --- fs/fuse/kio/pcs/pcs_krpc.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fs

Re: [Devel] [PATCH vz9] dm-ploop: fix resize and grow to use the new way of updating md pages

2025-03-27 Thread Konstantin Khorenko
Andrey, can you please review the patch? Thank you. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 21.03.2025 16:37, Alexander Atanasov wrote: On 21.03.25 17:33, Konstantin Khorenko wrote: Please, add reviewer to CC. Whomever is available, please, review. -- Best r

[Devel] [PATCH RHEL9 COMMIT] fs/fuse kio: add safety check in kpcs_dev_ioctl()

2025-03-27 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.21 --> commit 8fd436febdb4022fd5679e047b1f7bc4adfbe307 Author: Liu Kui Date: Fri Mar 21 09:59:11 2025 +0800 fs/fuse kio: add safe