Re: [Devel] [PATCH VZ9] fs/fuse kio: destruct fuse ktrace at the end of kio destruction

2025-02-13 Thread Alexey Kuznetsov
Ack On Fri, Feb 14, 2025 at 12:56 AM Liu Kui wrote: > > Apparently ktrace could still be used during kio destruction. An absence > of ktrace can trigger the WARN_ON check in pcs_rpc_report_error(). While > it's not fatal functionally, it does fail testcases, so fix it here. > > Related to #VSTOR-

[Devel] [PATCH RHEL9 COMMIT] fs/fuse/kio: accidental preempt_count disbalance

2025-02-13 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.15 --> commit a2378f1e33fbe2918e56c6082e5a2f6c893a0d48 Author: Alexey Kuznetsov Date: Wed Feb 12 02:44:08 2025 +0800 fs/fuse/kio:

[Devel] [PATCH RHEL9 COMMIT] fs/fuse kio: destruct fuse ktrace at the end of kio destruction

2025-02-13 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.15 --> commit 56e7b93c610ee24d3c640f43abcbdb0527a3148f Author: Liu Kui Date: Fri Feb 14 00:49:53 2025 +0800 fs/fuse kio: destruct

[Devel] [PATCH VZ9] fs/fuse kio: destruct fuse ktrace at the end of kio destruction

2025-02-13 Thread Liu Kui
Apparently ktrace could still be used during kio destruction. An absence of ktrace can trigger the WARN_ON check in pcs_rpc_report_error(). While it's not fatal functionally, it does fail testcases, so fix it here. Related to #VSTOR-99621 Signed-off-by: Liu Kui --- fs/fuse/kio/pcs/pcs_fuse_kdire