The following changes since commit 67f3b2f822b7e71cfc9b42dbd9f3144fa2933e0b: blk-mq: avoid to iterate over stale request (2021-09-12 19:32:43 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-5.15-2021-09-15 for you to fetch changes up to 70f437fb4395ad4d1d16fab9a1ad9fbc9fc0579b: nvme-tcp: fix io_work priority inversion (2021-09-14 10:32:05 +0200) ---------------------------------------------------------------- nvme fixes for Linux 5.15 - fix ANA state updates when a namespace is not present (Anton Eidelman) - nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show (Dan Carpenter) - avoid race in shutdown namespace removal (Daniel Wagner) - fix io_work priority inversion in nvme-tcp (Keith Busch) - destroy cm id before destroy qp to avoid use after free (Ruozhu Li) ---------------------------------------------------------------- Anton Eidelman (1): nvme-multipath: fix ANA state updates when a namespace is not present Dan Carpenter (1): nvmet: fix a width vs precision bug in nvmet_subsys_attr_serial_show() Daniel Wagner (1): nvme: avoid race in shutdown namespace removal Keith Busch (1): nvme-tcp: fix io_work priority inversion Ruozhu Li (1): nvme-rdma: destroy cm id before destroy qp to avoid use after free drivers/nvme/host/core.c | 15 +++++++-------- drivers/nvme/host/multipath.c | 7 +++++-- drivers/nvme/host/rdma.c | 16 +++------------- drivers/nvme/host/tcp.c | 20 ++++++++++---------- drivers/nvme/target/configfs.c | 2 +- 5 files changed, 26 insertions(+), 34 deletions(-)