public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] blk-mq: fix lockdep warning between sysfs_lock and cpu hotplug lock
@ 2024-12-06 11:16 Ming Lei
  2024-12-06 11:16 ` [PATCH RESEND 1/2] blk-mq: register cpuhp callback after hctx is added to xarray table Ming Lei
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ming Lei @ 2024-12-06 11:16 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Ming Lei

Hello,

The 1st patch is one prep patch.

The 2nd one fixes lockdep warning triggered by dependency between
q->sysfs_lock and cpuhotplug_lock.


Ming Lei (2):
  blk-mq: register cpuhp callback after hctx is added to xarray table
  blk-mq: move cpuhp callback registering out of q->sysfs_lock

 block/blk-mq.c | 108 ++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 94 insertions(+), 14 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-12-06 17:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 11:16 [PATCH RESEND 0/2] blk-mq: fix lockdep warning between sysfs_lock and cpu hotplug lock Ming Lei
2024-12-06 11:16 ` [PATCH RESEND 1/2] blk-mq: register cpuhp callback after hctx is added to xarray table Ming Lei
2024-12-06 11:16 ` [PATCH RESEND 2/2] blk-mq: move cpuhp callback registering out of q->sysfs_lock Ming Lei
2024-12-06 16:23 ` [PATCH RESEND 0/2] blk-mq: fix lockdep warning between sysfs_lock and cpu hotplug lock Luck, Tony
2024-12-06 16:49 ` Jens Axboe
2024-12-06 17:19 ` Reinette Chatre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox