mbox series

[GIT,PULL] nvme fixes for Linux 5.16

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.16-2021-12-10

Message

Christoph Hellwig Dec. 10, 2021, 6:15 a.m. UTC
The following changes since commit e3f9387aea67742b9d1f4de8e5bb2fd08a8a4584:

  loop: Use pr_warn_once() for loop_control_remove() warning (2021-11-29 06:44:45 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.16-2021-12-10

for you to fetch changes up to 30e32f300be6d0160fd1b3fc6d0f62917acd9be2:

  nvmet-tcp: fix possible list corruption for unexpected command failure (2021-12-08 16:36:58 +0100)

----------------------------------------------------------------
nvme fixes for Linux 5.16

 - set ana_log_size to 0 after freeing ana_log_buf (Hou Tao)
 - show subsys nqn for duplicate cntlids (Keith Busch)
 - disable namespace access for unsupported metadata (Keith Busch)
 - report write pointer for a full zone as zone start + zone len
   (Niklas Cassel)
 - fix use after free when disconnecting a reconnecting ctrl
   (Ruozhu Li)
 - fix a list corruption in nvmet-tcp (Sagi Grimberg)

----------------------------------------------------------------
Hou Tao (1):
      nvme-multipath: set ana_log_size to 0 after free ana_log_buf

Keith Busch (2):
      nvme: show subsys nqn for duplicate cntlids
      nvme: disable namespace access for unsupported metadata

Niklas Cassel (1):
      nvme: report write pointer for a full zone as zone start + zone len

Ruozhu Li (1):
      nvme: fix use after free when disconnecting a reconnecting ctrl

Sagi Grimberg (1):
      nvmet-tcp: fix possible list corruption for unexpected command failure

 drivers/nvme/host/core.c      | 23 ++++++++++++++++++-----
 drivers/nvme/host/multipath.c |  3 ++-
 drivers/nvme/host/nvme.h      |  2 +-
 drivers/nvme/host/zns.c       |  5 ++++-
 drivers/nvme/target/tcp.c     |  9 ++++++++-
 5 files changed, 33 insertions(+), 9 deletions(-)

Comments

Jens Axboe Dec. 10, 2021, 1:44 p.m. UTC | #1
On 12/9/21 11:15 PM, Christoph Hellwig wrote:
> git://git.infradead.org/nvme.git tags/nvme-5.16-2021-12-10

Pulled, thanks.