On Wed, Nov 6, 2024 at 8:24 AM Ming Lei <ming.lei@xxxxxxxxxx> wrote: > > On Thu, Oct 31, 2024 at 09:37:16PM +0800, Ming Lei wrote: > > Hello, > > > > The 1st patch removes blk_freeze_queue(). > > > > The 2nd patch fixes freeze uses in rbd. > > > > The 3rd patches fixes potential unfreeze lock verification on non-owner > > context. > > > > The 4th patch doesn't verify io lock in elevator_init_mq() for fixing > > false lockdep warning. > > > > V2: > > - drop patch 1 and fix rbd by adding unfreeze (Christoph) > > - add reviewed-by > > Hi Jens, > > This patchset fixes several lockdep false positive warnings, can you > merge them if you are fine? > > https://lore.kernel.org/linux-block/Zym_h_EYRVX18dSw@fedora/ Hi Jens, There are lots of lockdep reports which need the fixes, so ping... Thanks,