From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH] nvme-loop: Fix race between completions and shutdown
Date: Tue, 7 May 2019 00:52:34 +0900 [thread overview]
Message-ID: <1ced3919-af4a-7899-8d49-026b9cc82e2b@gmail.com> (raw)
In-Reply-To: <20190506151727.GB2164@localhost.localdomain>
On 5/7/19 12:17 AM, Keith Busch wrote:
> On Tue, May 07, 2019@12:07:47AM +0900, Minwoo Im wrote:
>>
>> If don't mind, can I ask how can blk_mq_tagset_busy_iter() make sure that no
>> more requests are coming into this request_queue during this iteration ?
>
> If a queue is frozen, there can't be any allocated tags, so calling
> blk_mq_tagset_busy_iter for such a queue is a no-op.
>
> I'm not sure you actually want to freeze in this path though. That may
> block forever if a request needs to be requeued.
>
Keith,
I think it's possible to happen in nvme-pci also. When a CPU is
handling a request completed with nvme_complete_rq(), the controller
reset by sysfs can occur. In this case, blk_mq_tagset_busy_iter() will
iterate over the requests allocated in nvme_dev_disable().
Does nvme-pci host driver handle this kind of situation ?
Thanks,
next prev parent reply other threads:[~2019-05-06 15:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-06 14:52 [PATCH] nvme-loop: Fix race between completions and shutdown Minwoo Im
2019-05-06 14:53 ` Keith Busch
2019-05-06 15:07 ` Minwoo Im
2019-05-06 15:17 ` Keith Busch
2019-05-06 15:46 ` Minwoo Im
2019-05-06 15:52 ` Minwoo Im [this message]
2019-05-06 15:56 ` Keith Busch
2019-05-06 16:25 ` Minwoo Im
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=1ced3919-af4a-7899-8d49-026b9cc82e2b@gmail.com \
--to=minwoo.im.dev@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.