mbox series

[GIT,PULL] Block fixes for 6.0-final

Message ID e5c2a0e5-1a04-50b1-78f0-08d998a8d4e7@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.0-final | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.0-2022-09-29

Message

Jens Axboe Sept. 30, 2022, 1:43 p.m. UTC
Hi Linus,

Single NVMe pull request via Christoph with a few fixes that should go
into the 6.0 release:

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

Please pull!


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.kernel.dk/linux.git tags/block-6.0-2022-09-29

for you to fetch changes up to 6c84501a3c38adaf1c3486fb80b972f728ad8fd1:

  Merge tag 'nvme-6.0-2022-09-29' of git://git.infradead.org/nvme into block-6.0 (2022-09-29 09:04:02 -0600)

----------------------------------------------------------------
block-6.0-2022-09-29

----------------------------------------------------------------
Jens Axboe (1):
      Merge tag 'nvme-6.0-2022-09-29' of git://git.infradead.org/nvme into block-6.0

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

pr-tracker-bot@kernel.org Sept. 30, 2022, 4:38 p.m. UTC | #1
The pull request you sent on Fri, 30 Sep 2022 07:43:08 -0600:

> git://git.kernel.dk/linux.git tags/block-6.0-2022-09-29

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7bc6e90d7aa4170039abe80b9f4e8c8e4eb35091

Thank you!