mbox series

[GIT,PULL] nvme fixes for Linux 6.1

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.1-2022-10-27

Message

Christoph Hellwig Oct. 27, 2022, 1:47 p.m. UTC
The following changes since commit 02341a08c9dec5a88527981b0bdf0fb6f7499cbf:

  block: fix memory leak for elevator on add_disk failure (2022-10-22 15:14:38 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.1-2022-10-27

for you to fetch changes up to fe8714b04fb137aa62e9a69424c48b5301b721b9:

  nvme-multipath: set queue dma alignment to 3 (2022-10-25 08:07:53 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.1

 - make the multipath dma alignment to match the non-multipath one
   (Keith Busch)
 - fix a bogus use of sg_init_marker() (Nam Cao)
 - fix circulr locking in nvme-tcp (Sagi Grimberg)

----------------------------------------------------------------
Keith Busch (1):
      nvme-multipath: set queue dma alignment to 3

Nam Cao (1):
      nvme-tcp: replace sg_init_marker() with sg_init_table()

Sagi Grimberg (1):
      nvme-tcp: fix possible circular locking when deleting a controller under memory pressure

 drivers/nvme/host/multipath.c |  1 +
 drivers/nvme/host/tcp.c       | 13 +++++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

Comments

Jens Axboe Oct. 27, 2022, 1:50 p.m. UTC | #1
On 10/27/22 7:47 AM, Christoph Hellwig wrote:
> The following changes since commit 02341a08c9dec5a88527981b0bdf0fb6f7499cbf:
> 
>   block: fix memory leak for elevator on add_disk failure (2022-10-22 15:14:38 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.1-2022-10-27

Pulled, thanks.