[Devel] [PATCH RHEL7 COMMIT] blk-cbt: Enable interrupts when unlocking in blk_cbt_update_size()

2023-03-03 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-1160.83.1.vz7.194.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-1160.83.1.vz7.194.5 --> commit c3112aa59c4c452b5d577574c01db064b75c089f Author: Nikolay Borisov Date: Wed Feb 1 15:22:32 2023 +0200 blk-cb

[Devel] [PATCH RHEL9 COMMIT] blk-cbt: Enable interrupts when unlocking in blk_cbt_update_size()

2023-03-03 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-162.6.1.vz9.18.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh9-5.14.0-162.6.1.vz9.18.12 --> commit 98f9ed8f27664b8578d6b529cb2872d272c98de6 Author: Nikolay Borisov Date: Wed Feb 1 15:22:32 2023 +0200 blk-cbt: En

[Devel] [PATCH rh7] blk-cbt: Use irq{save, restore} version of the spinlock in blk_cbt_release()

2023-03-03 Thread Konstantin Khorenko
blk_cbt_release() can be called both from soft irq and from non-interrupt context, so spin_lock should be used with irqsave. Example of the call from softirq context (taken from google): blk_release_queue kobject_cleanup kobject_put blk_put_queue blkg_free __blkg_release