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(-)