From: Ming Lei <ming.lei@redhat.com>
To: Jens Axboe <axboe@fb.com>,
linux-block@vger.kernel.org,
Christoph Hellwig <hch@infradead.org>
Cc: Bart Van Assche <bart.vanassche@sandisk.com>,
Yi Zhang <yi.zhang@redhat.com>, Ming Lei <ming.lei@redhat.com>
Subject: [PATCH V3 0/4] blk-mq: fix race related with device deletion/reset/switching sched
Date: Sat, 6 Jan 2018 16:27:36 +0800 [thread overview]
Message-ID: <20180106082740.26442-1-ming.lei@redhat.com> (raw)
Hi,
The 1st patch fixes one kernel oops triggered by IOs vs. deleting SCSI
device, and this issue can be triggered easily on scsi_debug.
The other 3 patch fixes recent Yi Zhang's reports about his NVMe stress
tests, most of them are related with switching io sched, NVMe reset or
updating nr_hw_queues.
V3:
- fix 'blk-mq: support concurrent blk_mq_quiesce_queue' on SCSI,
which calls quiesce two times, and split blk_quiesce_queue into
two parts and fix this issue
- remove previous patch 6, and Sagi provides one better patch to
fix that, see '[PATCH v2] nvme-pci: allocate device queues storage space at probe'
- remove patch 2 of 'blk-mq: support concurrent blk_mq_quiesce_queue()'
which need a bit much more work, especially we need to cleanup
NVMe's usage on quiesce & unquiesce first, so delay it for V4.17.
V2:
- address stale queue mapping in blk_mq_update_queue_map(), instead
of PCI transport, since such issue exists on other transport too,
as suggested by Christoph
- avoid to introduce nvme_admin_queue_rq() since the nvme queue can
be got from hctx->driver_data, which is reliable
Thanks,
Ming
Ming Lei (4):
blk-mq: quiesce queue before freeing queue
blk-mq: quiesce queue during switching io sched and updating
nr_requests
blk-mq: avoid to map CPU into stale hw queue
blk-mq: fix race between updating nr_hw_queues and switching io sched
block/blk-core.c | 9 +++++++++
block/blk-mq.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++---
block/elevator.c | 2 ++
3 files changed, 61 insertions(+), 3 deletions(-)
--
2.9.5
next reply other threads:[~2018-01-06 8:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-06 8:27 Ming Lei [this message]
2018-01-06 8:27 ` [PATCH V3 1/4] blk-mq: quiesce queue before freeing queue Ming Lei
2018-01-06 8:27 ` [PATCH V3 2/4] blk-mq: quiesce queue during switching io sched and updating nr_requests Ming Lei
2018-01-06 8:27 ` [PATCH V3 3/4] blk-mq: avoid to map CPU into stale hw queue Ming Lei
2018-01-06 8:27 ` [PATCH V3 4/4] blk-mq: fix race between updating nr_hw_queues and switching io sched Ming Lei
2018-01-06 16:26 ` [PATCH V3 0/4] blk-mq: fix race related with device deletion/reset/switching sched Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180106082740.26442-1-ming.lei@redhat.com \
--to=ming.lei@redhat.com \
--cc=axboe@fb.com \
--cc=bart.vanassche@sandisk.com \
--cc=hch@infradead.org \
--cc=linux-block@vger.kernel.org \
--cc=yi.zhang@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).