mbox series

[GIT,PULL] nvme fixes for Linux 6.2

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

Pull-request

ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-6.2-2023-01-20

Message

Christoph Hellwig Jan. 20, 2023, 5:52 a.m. UTC
The following changes since commit 7746564793978fe2f43b18a302b22dca0ad3a0e8:

  block: fix hctx checks for batch allocation (2023-01-17 09:56:52 -0700)

are available in the Git repository at:

  ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-6.2-2023-01-20

for you to fetch changes up to 1c5842085851f786eba24a39ecd02650ad892064:

  nvme-pci: fix timeout request state check (2023-01-19 09:08:01 +0100)

----------------------------------------------------------------
nvme fixes for Linux 6.2

 - fix  controller shutdown regression in nvme-apple (Janne Grunau)
 - fix a polling on timeout regression in nvme-pci (Keith Busch)

----------------------------------------------------------------
Janne Grunau (2):
      nvme-apple: reset controller during shutdown
      nvme-apple: only reset the controller when RTKit is running

Keith Busch (1):
      nvme-pci: fix timeout request state check

 drivers/nvme/host/apple.c | 24 ++++++++++++++++++++----
 drivers/nvme/host/pci.c   |  2 +-
 2 files changed, 21 insertions(+), 5 deletions(-)

Comments

Jens Axboe Jan. 20, 2023, 3:09 p.m. UTC | #1
On 1/19/23 10:52 PM, Christoph Hellwig wrote:
> The following changes since commit 7746564793978fe2f43b18a302b22dca0ad3a0e8:
> 
>   block: fix hctx checks for batch allocation (2023-01-17 09:56:52 -0700)
> 
> are available in the Git repository at:
> 
>   ssh://git.infradead.org/var/lib/git/nvme.git tags/nvme-6.2-2023-01-20

You really need to fix your script, I used:

git://git.infradead.org/nvme

as per usual (with that tag).

Pulled, thanks.