From: Ming Lei <ming.lei@redhat.com>
To: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Jens Axboe <axboe@kernel.dk>,
linux-block@vger.kernel.org, Hannes Reinecke <hare@suse.com>,
Omar Sandoval <osandov@fb.com>,
stable@vger.kernel.org
Subject: Re: [PATCH 1/6] blk-mq: Make blk_mq_quiesce_queue() wait for all .queue_rq() calls
Date: Fri, 28 Apr 2017 11:48:51 +0800 [thread overview]
Message-ID: <20170428034850.GD31518@ming.t460p> (raw)
In-Reply-To: <20170428020038.GA31518@ming.t460p>
Hi,
On Fri, Apr 28, 2017 at 10:00:44AM +0800, Ming Lei wrote:
> Hi Bart,
>
> On Thu, Apr 27, 2017 at 08:54:32AM -0700, Bart Van Assche wrote:
> > blk_mq_quiesce_queue() callers, e.g. elevator_switch_mq(), assume
> > that no .queue_rq() calls occur while switching to another I/O
>
> I think we should call blk_mq_freeze_queue_wait() instead
> of blk_quiesce_queue() in elevator_switch_mq(), otherwise
> it is easy to cause use-after-free.
Sorry, my fault, blk_mq_freeze_queue_wait() has been done in
blk_mq_freeze_queue() already, so no new IO can enter queue
any more, and all old pending IOs will be fninished when
blk_mq_freeze_queue() returns.
>
> > scheduler. This patch fixes the following kernel crash if another
> > I/O scheduler than "none" is the default scheduler:
> >
> > general protection fault: 0000 [#1] SMP
> > RIP: 0010:__lock_acquire+0xfe/0x1280
> > Call Trace:
> > lock_acquire+0xd5/0x1c0
> > _raw_spin_lock+0x2a/0x40
> > dd_dispatch_request+0x29/0x1e0
> > blk_mq_sched_dispatch_requests+0x139/0x190
> > __blk_mq_run_hw_queue+0x12d/0x1c0
> > blk_mq_run_work_fn+0xd/0x10
> > process_one_work+0x206/0x6a0
> > worker_thread+0x49/0x4a0
> > kthread+0x107/0x140
> > ret_from_fork+0x2e/0x40
So I am just wondering where the I/O in the above issue is
from? and feels there might be other bug behind the issue.
Also blk_mq_quiesce_queue() in elevator_switch_mq()
shouldn't be necessary.
Thanks,
Ming
next prev parent reply other threads:[~2017-04-28 3:48 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-27 15:54 [PATCH 0/6] Six more patches for Linux kernel v4.12 Bart Van Assche
2017-04-27 15:54 ` [PATCH 1/6] blk-mq: Make blk_mq_quiesce_queue() wait for all .queue_rq() calls Bart Van Assche
2017-04-28 2:00 ` Ming Lei
2017-04-28 3:48 ` Ming Lei [this message]
2017-04-28 15:35 ` Bart Van Assche
2017-04-28 15:35 ` Bart Van Assche
2017-04-28 16:02 ` Ming Lei
2017-04-27 15:54 ` [PATCH 2/6] blk-mq: Fix the comment above blk_mq_quiesce_queue() Bart Van Assche
2017-04-27 22:37 ` Omar Sandoval
2017-04-27 22:40 ` Bart Van Assche
2017-04-28 3:26 ` Ming Lei
2017-04-27 15:54 ` [PATCH 3/6] blk-mq-debugfs: Show atomic request flags Bart Van Assche
2017-04-27 22:38 ` Omar Sandoval
2017-04-27 15:54 ` [PATCH 4/6] blk-mq-debugfs: Show requeue list Bart Van Assche
2017-04-27 22:40 ` Omar Sandoval
2017-04-27 15:54 ` [PATCH 5/6] blk-mq-debugfs: Show busy requests Bart Van Assche
2017-05-02 0:17 ` Omar Sandoval
2017-05-02 16:13 ` Bart Van Assche
2017-04-27 15:54 ` [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation Bart Van Assche
2017-05-02 0:19 ` Omar Sandoval
2017-05-02 0:24 ` Jens Axboe
2017-05-02 16:23 ` Bart Van Assche
2017-05-02 16:25 ` 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=20170428034850.GD31518@ming.t460p \
--to=ming.lei@redhat.com \
--cc=axboe@kernel.dk \
--cc=bart.vanassche@sandisk.com \
--cc=hare@suse.com \
--cc=linux-block@vger.kernel.org \
--cc=osandov@fb.com \
--cc=stable@vger.kernel.org \
/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.