All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbusch@kernel.org (Keith Busch)
Subject: Issue with namespace delete
Date: Thu, 16 May 2019 09:11:30 -0600	[thread overview]
Message-ID: <20190516151130.GB23416@localhost.localdomain> (raw)
In-Reply-To: <f215cfd2-c0ce-34ff-bc8b-4a577a73372e@intel.com>

On Wed, May 15, 2019@06:23:53PM -0700, Heitke, Kenneth wrote:
> I have been doing some namespace testing with Ubuntu 18.04 (kernel 
> 4.15.0-43-generic). I'm running into an issue with namespace deletes 
> where the driver seems to hang.
> 
> [  363.484013]  synchronize_srcu+0x57/0xdc
> [  363.484016]  nvme_ns_remove+0xcc/0x180 [nvme_core]
> [  363.484018]  nvme_remove_invalid_namespaces+0xb1/0xe0 [nvme_core]
> [  363.484020]  nvme_user_cmd+0x282/0x370 [nvme_core]
> [  363.484022]  nvme_ioctl+0xd0/0x1d0 [nvme_core]
> [  363.484024]  blkdev_ioctl+0x3b8/0x980
> [  363.484025]  block_ioctl+0x3d/0x50
> [  363.484027]  do_vfs_ioctl+0xa8/0x620
> [  363.484028]  ? ptrace_notify+0x5b/0x90
> [  363.484030]  ? syscall_trace_enter+0x7b/0x2c0
> [  363.484031]  SyS_ioctl+0x7a/0x90
> [  363.484032]  do_syscall_64+0x73/0x130
> [  363.484033]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
> 
> I don't understand RCUs very well but I found the following in the 
> documentation
> 
> "Note that it is illegal to call synchronize_srcu from the corresponding 
> SRCU read-side critical section; doing so will result in deadlock."
> 
> I noticed in the driver that when multi-path is enabled, the context for 
> ioctl calls would be in a read-side critical section 
> (nvme_get_ns_from_disk) and I believe that the synchronize_srcu() call 
> is made in the same context.

Yeah, you're right.

You may have avoided this if you send the ioctl through the controller
char dev rather than the namespace block dev handle.

I'm not sure what the best way to fix this might be right now.

  reply	other threads:[~2019-05-16 15:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-16  1:23 Issue with namespace delete Heitke, Kenneth
2019-05-16 15:11 ` Keith Busch [this message]
2019-05-16 15:53   ` Christoph Hellwig
2019-05-16 16:03     ` Keith Busch
2019-05-16 17:49     ` Heitke, Kenneth

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=20190516151130.GB23416@localhost.localdomain \
    --to=kbusch@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.