[PATCH 0/5] nvme: various bugs fix & code simplify

brookxu.cn brookxu.cn at gmail.com
Sat Nov 23 05:37:36 PST 2024


From: "Chunguang.xu" <chunguang.xu at shopee.com>

Here try to fix the hang issue of nvme-rdma, memory leak issue of
nvme-tcp, simply the code of nvme-tcp.

Chunguang.xu (5):
  nvme-rdma: unquiesce admin_q before destroy it
  nvme-tcp: no need to quiesec admin_q in nvme_tcp_teardown_io_queues()
  nvme-tcp: simplify nvme_tcp_configure_admin_queue()
  nvme-tcp: remove nvme_tcp_destroy_io_queues()
  nvme-tcp: fix the memleak while create new ctrl failed

 drivers/nvme/host/rdma.c |  8 +------
 drivers/nvme/host/tcp.c  | 49 ++++++++++++++++------------------------
 2 files changed, 20 insertions(+), 37 deletions(-)

-- 
2.25.1




More information about the Linux-nvme mailing list