mbox series

[GIT,PULL] Block fixes for 6.11-rc7

Message ID e49dcbce-3af6-47b1-96ee-a1046324b152@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.11-rc7 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.11-20240906

Message

Jens Axboe Sept. 6, 2024, 1:30 p.m. UTC
Hi Linus,

Mostly just some fixlets for NVMe, but also a bug fix for the ublk
driver and an integrity fix.

Please pull!


The following changes since commit e33a97a830b230b79a98dbbb4121d4741a2be619:

  block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes (2024-08-28 08:49:25 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.11-20240906

for you to fetch changes up to 4ba032bc71dad8d604d308afffaa16b81816c751:

  Merge tag 'nvme-6.11-2024-09-05' of git://git.infradead.org/nvme into block-6.11 (2024-09-05 08:45:54 -0600)

----------------------------------------------------------------
block-6.11-20240906

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: set BLK_FEAT_ZONED for ZNS multipath disks

Georg Gottleuber (1):
      nvme-pci: Add sleep quirk for Samsung 990 Evo

Jens Axboe (1):
      Merge tag 'nvme-6.11-2024-09-05' of git://git.infradead.org/nvme into block-6.11

Jinjie Ruan (1):
      nvmet: Make nvmet_debugfs static

Keith Busch (2):
      nvme: use better description for async reset reason
      nvme-pci: allocate tagset on reset if necessary

Li Nan (1):
      ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery()

Maurizio Lombardi (2):
      nvmet-tcp: fix kernel crash if commands allocation fails
      nvmet: Identify-Active Namespace ID List command should reject invalid nsid

Mikulas Patocka (1):
      bio-integrity: don't restrict the size of integrity metadata

 block/bio-integrity.c           |  4 ----
 drivers/block/ublk_drv.c        |  2 ++
 drivers/nvme/host/core.c        |  3 ++-
 drivers/nvme/host/multipath.c   |  4 +++-
 drivers/nvme/host/pci.c         | 17 +++++++++++++++++
 drivers/nvme/target/admin-cmd.c | 10 ++++++++++
 drivers/nvme/target/debugfs.c   |  2 +-
 drivers/nvme/target/tcp.c       |  4 +++-
 8 files changed, 38 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 6, 2024, 7:12 p.m. UTC | #1
The pull request you sent on Fri, 6 Sep 2024 07:30:56 -0600:

> git://git.kernel.dk/linux.git tags/block-6.11-20240906

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

Thank you!