From: Mike Snitzer <snitzer@redhat.com>
To: Marc Dionne <marc.c.dionne@gmail.com>
Cc: linux-kernel@vger.kernel.org, dm-devel@redhat.com,
Marc Dionne <marc.dionne@your-file-system.com>,
agk@redhat.com
Subject: Re: dm thin: Initialize refcount and completion earlier
Date: Wed, 17 Dec 2014 12:17:49 -0500 [thread overview]
Message-ID: <20141217171749.GB27737@redhat.com> (raw)
In-Reply-To: <1418821199-6890-1-git-send-email-marc.dionne@your-file-system.com>
On Wed, Dec 17 2014 at 7:59am -0500,
Marc Dionne <marc.c.dionne@gmail.com> wrote:
> The commit 80e96c5484be (dm thin: do not allow thin device activation
> while pool is suspended) delayed the initialization of the completion
> and setting the initial refcount to 1 until after the new thin is
> added to the pool's active thins list and the pool lock is released.
> This opens a race with a worker thread that walks the list and calls
> thin_get/put, noticing that the refcount goes to 0 and calling
> complete, freezing up the system and giving the oops below:
>
> kernel: BUG: unable to handle kernel NULL pointer dereference at (null)
> kernel: IP: [<ffffffff810d360b>] __wake_up_common+0x2b/0x90
>
> kernel: Call Trace:
> kernel: [<ffffffff810d3683>] __wake_up_locked+0x13/0x20
> kernel: [<ffffffff810d3dc7>] complete+0x37/0x50
> kernel: [<ffffffffa0595c50>] thin_put+0x20/0x30 [dm_thin_pool]
> kernel: [<ffffffffa059aab7>] do_worker+0x667/0x870 [dm_thin_pool]
> kernel: [<ffffffff816a8a4c>] ? __schedule+0x3ac/0x9a0
> kernel: [<ffffffff810b1aef>] process_one_work+0x14f/0x400
> kernel: [<ffffffff810b206b>] worker_thread+0x6b/0x490
> kernel: [<ffffffff810b2000>] ? rescuer_thread+0x260/0x260
> kernel: [<ffffffff810b6a7b>] kthread+0xdb/0x100
> kernel: [<ffffffff810b69a0>] ? kthread_create_on_node+0x170/0x170
> kernel: [<ffffffff816ad7ec>] ret_from_fork+0x7c/0xb0
> kernel: [<ffffffff810b69a0>] ? kthread_create_on_node+0x170/0x170
>
> Set the initial refcount and initialize the completion
> before dropping the pool lock.
>
> Signed-off-by: Marc Dionne <marc.dionne@your-file-system.com>
Thanks, applied for 3.19, see:
https://git.kernel.org/cgit/linux/kernel/git/device-mapper/linux-dm.git/commit/?h=for-next&id=2b94e8960cc3f225dec058f27570505351f4bc13
prev parent reply other threads:[~2014-12-17 17:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-17 12:59 [PATCH] " Marc Dionne
2014-12-17 17:17 ` Mike Snitzer [this message]
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=20141217171749.GB27737@redhat.com \
--to=snitzer@redhat.com \
--cc=agk@redhat.com \
--cc=dm-devel@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marc.c.dionne@gmail.com \
--cc=marc.dionne@your-file-system.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
all inboxes | Powered by JetHome®