linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression caused by f5bbbbe4d635
@ 2018-09-24 18:44 Jens Axboe
  2018-09-24 19:13 ` Keith Busch
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2018-09-24 18:44 UTC (permalink / raw)
  To: jianchao.wang; +Cc: linux-block@vger.kernel.org, Ming Lei, Keith Busch

Hi,

This commit introduced a rcu_read_lock() inside
blk_mq_queue_tag_busy_iter() - this is problematic for the timout code,
since we now end up holding the RCU read lock over the timeout code. As
just one example, nvme ends up doing:

nvme_timeout()
	nvme_dev_disable()
		mutex_lock(&dev->shutdown_lock);

and things are then obviously unhappy...

-- 
Jens Axboe

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

end of thread, other threads:[~2018-09-24 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-24 18:44 Regression caused by f5bbbbe4d635 Jens Axboe
2018-09-24 19:13 ` Keith Busch
2018-09-24 19:51   ` Bart Van Assche
2018-09-24 20:00     ` Keith Busch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).