mbox series

[GIT,PULL] nvme fixes for Linux 5.14

Message ID YPBCY6IjDBwYTceO@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 5.14 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.14-2021-07-15

Message

Christoph Hellwig July 15, 2021, 2:12 p.m. UTC
The following changes since commit a731763fc479a9c64456e0643d0ccf64203100c9:

  blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs (2021-07-07 09:36:36 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.14-2021-07-15

for you to fetch changes up to 251ef6f71be2adfd09546a26643426fe62585173:

  nvme-pci: do not call nvme_dev_remove_admin from nvme_remove (2021-07-13 12:03:20 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.14

 - fix various races in nvme-pci when shutting down just after probing
   (Casey Chen)
 - fix a net_device leak in nvme-tcp (Prabhakar Kushwaha)

----------------------------------------------------------------
Casey Chen (2):
      nvme-pci: fix multiple races in nvme_setup_io_queues
      nvme-pci: do not call nvme_dev_remove_admin from nvme_remove

Prabhakar Kushwaha (1):
      nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE

 drivers/nvme/host/pci.c | 67 ++++++++++++++++++++++++++++++++++++++++++-------
 drivers/nvme/host/tcp.c |  4 +--
 2 files changed, 59 insertions(+), 12 deletions(-)

Comments

Jens Axboe July 15, 2021, 3:32 p.m. UTC | #1
On 7/15/21 8:12 AM, Christoph Hellwig wrote:
> The following changes since commit a731763fc479a9c64456e0643d0ccf64203100c9:
> 
>   blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs (2021-07-07 09:36:36 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.14-2021-07-15

Pulled, thanks.