mbox series

[GIT,PULL] nvme fixes for Linux 5.13

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-20

Message

Christoph Hellwig May 20, 2021, 8 a.m. UTC
The following changes since commit 4bc2082311311892742deb2ce04bc335f85ee27a:

  block/partitions/efi.c: Fix the efi_partition() kernel-doc header (2021-05-14 09:00:06 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-20

for you to fetch changes up to a7d139145a6640172516b193abf6d2398620aa14:

  nvme-fc: clear q_live at beginning of association teardown (2021-05-19 08:40:24 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.13:

 - nvme-tcp corruption and timeout fixes (Sagi Grimberg, Keith Busch)
 - nvme-fc teardown fix (James Smart)
 - nvmet/nvme-loop memory leak fixes (Wu Bo)

----------------------------------------------------------------
James Smart (1):
      nvme-fc: clear q_live at beginning of association teardown

Keith Busch (1):
      nvme-tcp: rerun io_work if req_list is not empty

Sagi Grimberg (1):
      nvme-tcp: fix possible use-after-completion

Wu Bo (2):
      nvmet: fix memory leak in nvmet_alloc_ctrl()
      nvme-loop: fix memory leak in nvme_loop_create_ctrl()

 drivers/nvme/host/fc.c     | 12 ++++++++++++
 drivers/nvme/host/tcp.c    |  5 +++--
 drivers/nvme/target/core.c |  2 +-
 drivers/nvme/target/loop.c |  4 +++-
 4 files changed, 19 insertions(+), 4 deletions(-)

Comments

Jens Axboe May 20, 2021, 1:55 p.m. UTC | #1
On 5/20/21 2:00 AM, Christoph Hellwig wrote:
> The following changes since commit 4bc2082311311892742deb2ce04bc335f85ee27a:
> 
>   block/partitions/efi.c: Fix the efi_partition() kernel-doc header (2021-05-14 09:00:06 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.13-2021-05-20

Pulled, thanks.