mbox series

[GIT,PULL] nvme fixes for 5.8

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

Pull-request

git://git.infradead.org/nvme.git nvme-5.8

Message

Christoph Hellwig June 11, 2020, 6:22 a.m. UTC
The following changes since commit abfbb29297c27e3f101f348dc9e467b0fe70f919:

  Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc (2020-06-08 13:01:08 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-5.8

for you to fetch changes up to 103ab3d94987ec18f222e78851807574fe59e6c2:

  nvmet: fail outstanding host posted AEN req (2020-06-11 08:15:15 +0200)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvmet: fail outstanding host posted AEN req

Christoph Hellwig (1):
      nvme-pci: use simple suspend when a HMB is enabled

Daniel Wagner (1):
      nvme-fc: don't call nvme_cleanup_cmd() for AENs

Max Gurtovoy (1):
      nvmet-tcp: constify nvmet_tcp_ops

Niklas Cassel (1):
      nvme: do not call del_gendisk() on a disk that was never added

Rikard Falkeborn (1):
      nvme-tcp: constify nvme_tcp_mq_ops and nvme_tcp_admin_mq_ops

 drivers/nvme/host/core.c   |  4 +---
 drivers/nvme/host/fc.c     |  5 +++--
 drivers/nvme/host/pci.c    |  6 ++++++
 drivers/nvme/host/tcp.c    |  8 ++++----
 drivers/nvme/target/core.c | 27 ++++++++++++++++++++-------
 drivers/nvme/target/tcp.c  |  4 ++--
 6 files changed, 36 insertions(+), 18 deletions(-)

Comments

Jens Axboe June 11, 2020, 3:10 p.m. UTC | #1
On 6/11/20 12:22 AM, Christoph Hellwig wrote:
> The following changes since commit abfbb29297c27e3f101f348dc9e467b0fe70f919:
> 
>   Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc (2020-06-08 13:01:08 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.8

Applied manually, it's way ahead of my block-5.8 branch.