mbox series

[GIT,PULL] nvme fixes for Linux 6.1

Message ID Y0aoYSBCx2Wrw74I@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-12

Message

Christoph Hellwig Oct. 12, 2022, 11:43 a.m. UTC
The following changes since commit 24a403340d70aad3667b3ee0f9a7aa5c0a5193a0:

  Merge branch 'for-6.1/block' into block-6.1 (2022-10-10 11:26:40 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 72e3b8883a36e80ebfa41015c7b6926ce31ace05:

  nvme-multipath: fix possible hang in live ns resize with ANA access (2022-10-12 11:42:58 +0200)

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

 - add NVME_QUIRK_BOGUS_NID for Lexar NM760 (Abhijit)
 - avoid the deepest sleep state on ZHITAI TiPro5000 SSDs (Xi Ruoyao)
 - fix possible hang caused during ctrl deletion (Sagi Grimberg)
 - fix possible hang in live ns resize with ANA access (Sagi Grimberg)

----------------------------------------------------------------
Abhijit (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760

Sagi Grimberg (3):
      nvme-rdma: fix possible hang caused during ctrl deletion
      nvme-tcp: fix possible hang caused during ctrl deletion
      nvme-multipath: fix possible hang in live ns resize with ANA access

Xi Ruoyao (1):
      nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDs

 drivers/nvme/host/multipath.c | 1 +
 drivers/nvme/host/pci.c       | 4 ++++
 drivers/nvme/host/rdma.c      | 2 +-
 drivers/nvme/host/tcp.c       | 2 +-
 4 files changed, 7 insertions(+), 2 deletions(-)

Comments

Jens Axboe Oct. 12, 2022, 1:16 p.m. UTC | #1
On 10/12/22 5:43 AM, Christoph Hellwig wrote:
> The following changes since commit 24a403340d70aad3667b3ee0f9a7aa5c0a5193a0:
> 
>   Merge branch 'for-6.1/block' into block-6.1 (2022-10-10 11:26:40 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.1-2022-10-12

Pulled, thanks.