mbox series

[GIT,PULL] Block fixes for 6.4-rc3

Message ID 26d11955-8978-1be6-628d-4b8ecda5f6a8@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.4-rc3 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.4-2023-05-20

Message

Jens Axboe May 20, 2023, 12:03 p.m. UTC
Hi Linus,

Set of fixes for the 6.4-rc3 kernel:

- NVMe pull request via Keith
	- More device quirks (Sagi, Hristo, Adrian, Daniel)
	- Controller delete race (Maurizo)
	- Multipath cleanup fix (Christoph)

- Deny writeable mmap mapping on a readonly block device (Loic)

- Kill unused define that got introduced by accident (Christoph)

- Error handling fix for s390 dasd (Stefan)

- ublk locking fix (Ming)

Please pull!


The following changes since commit 56cdea92ed915f8eb37575331fb4a269991e8026:

  Documentation/block: drop the request.rst file (2023-05-12 11:04:58 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.4-2023-05-20

for you to fetch changes up to e3afec91aad23c52dfe426c7d7128e4839c3eed8:

  block: remove NFL4_UFLG_MASK (2023-05-20 05:38:01 -0600)

----------------------------------------------------------------
block-6.4-2023-05-20

----------------------------------------------------------------
Adrian Huang (1):
      nvme-pci: clamp max_hw_sectors based on DMA optimized limitation

Christoph Hellwig (2):
      nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_disk
      block: remove NFL4_UFLG_MASK

Daniel Smith (1):
      nvme-pci: Add quirk for Teamgroup MP33 SSD

Hristo Venev (1):
      nvme-pci: add quirk for missing secondary temperature thresholds

Jens Axboe (1):
      Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4

Loic Poulain (1):
      block: Deny writable memory mapping if block is read-only

Maurizio Lombardi (1):
      nvme: do not let the user delete a ctrl before a complete initialization

Ming Lei (1):
      ublk: fix AB-BA lockdep warning

Sagi Grimberg (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G

Stefan Haberland (1):
      s390/dasd: fix command reject error on ESE devices

 block/fops.c                   | 12 +++++++++++-
 drivers/block/ublk_drv.c       |  9 +++++++--
 drivers/nvme/host/core.c       |  6 +++++-
 drivers/nvme/host/hwmon.c      |  4 +++-
 drivers/nvme/host/multipath.c  |  1 -
 drivers/nvme/host/nvme.h       |  5 +++++
 drivers/nvme/host/pci.c        |  8 +++++++-
 drivers/s390/block/dasd_eckd.c | 33 +++++++++++++++++++++++++++++++--
 include/linux/blkdev.h         |  2 --
 9 files changed, 69 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org May 20, 2023, 6:31 p.m. UTC | #1
The pull request you sent on Sat, 20 May 2023 06:03:13 -0600:

> git://git.kernel.dk/linux.git tags/block-6.4-2023-05-20

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/98be58a6e9310fbfa757d438b0b51f857ce17ee4

Thank you!