[GIT PULL] nvme fixes for Linux 5.16
Christoph Hellwig
hch at infradead.org
Thu Dec 9 22:15:53 PST 2021
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(-)
More information about the Linux-nvme
mailing list