mbox series

[GIT,PULL] nvme fixes for Linux 6.0

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.0-2022-09-29

Message

Christoph Hellwig Sept. 29, 2022, 3:02 p.m. UTC
The following changes since commit 4c66a326b5ab784cddd72de07ac5b6210e9e1b06:

  Revert "block: freeze the queue earlier in del_gendisk" (2022-09-20 08:15:44 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.0-2022-09-29

for you to fetch changes up to d14c273132aec81a1a8107c9ab4865b89e7910a7:

  nvme-pci: disable Write Zeroes on Phison E3C/E4C (2022-09-27 09:20:30 +0200)

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

 - fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices
   (Michael Kelley)
 - disable Write Zeroes on Phison E3C/E4C (Tina Hsu)

----------------------------------------------------------------
Michael Kelley (1):
      nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devices

Tina Hsu (1):
      nvme-pci: disable Write Zeroes on Phison E3C/E4C

 drivers/nvme/host/core.c | 6 +++---
 drivers/nvme/host/pci.c  | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

Comments

Jens Axboe Sept. 29, 2022, 3:10 p.m. UTC | #1
On 9/29/22 9:02 AM, Christoph Hellwig wrote:
> The following changes since commit 4c66a326b5ab784cddd72de07ac5b6210e9e1b06:
> 
>   Revert "block: freeze the queue earlier in del_gendisk" (2022-09-20 08:15:44 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.0-2022-09-29

Pulled, thanks.