mbox series

[GIT,PULL] Block fixes for 6.14-rc2

Message ID 1abded6e-1d80-4876-ae7d-7e575959ba25@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.14-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.14-20250207

Message

Jens Axboe Feb. 7, 2025, 4:50 p.m. UTC
Hi Linus,

A small set of fixes that should go into the 6.14-rc2 kernel release.
This pull request contains:

- MD pull request via Song
	- fix an error handling path for md-linear

- NVMe pull request via Keith
	- Connection fixes for fibre channel transport (Daniel)
	- Endian fixes (Keith, Christoph)
	- Cleanup fix for host memory buffer (Francis)
	- Platform specific power quirks (Georg)
	- Target memory leak (Sagi)
	- Use appropriate controller state accessor (Daniel)

- Fixup for a regression introduced last week, where sunvdc wasn't
  updated for an API change, causing compilation failures on sparc64.

Please pull!


The following changes since commit 1e1a9cecfab3f22ebef0a976f849c87be8d03c1c:

  block: force noio scope in blk_mq_freeze_queue (2025-01-31 07:20:08 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.14-20250207

for you to fetch changes up to 96b531f9bb0da924299d1850bb9b2911f5c0c50a:

  Merge tag 'md-6.14-20250206' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into block-6.14 (2025-02-07 07:23:03 -0700)

----------------------------------------------------------------
block-6.14-20250207

----------------------------------------------------------------
Bart Van Assche (1):
      md: Fix linear_set_limits()

Christoph Hellwig (2):
      nvmet: the result field in nvmet_alloc_ctrl_args is little endian
      nvmet: add a missing endianess conversion in nvmet_execute_admin_connect

Daniel Wagner (4):
      nvme-fc: go straight to connecting state when initializing
      nvme: handle connectivity loss in nvme_set_queue_count
      nvme-fc: do not ignore connectivity loss during connecting
      nvme-fc: use ctrl state getter

Francis Pravin (1):
      nvme-pci: remove redundant dma frees in hmb

Georg Gottleuber (2):
      nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
      nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk

Jens Axboe (2):
      Merge tag 'nvme-6.14-2025-01-31' of git://git.infradead.org/nvme into block-6.14
      Merge tag 'md-6.14-20250206' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into block-6.14

Keith Busch (2):
      nvmet: fix rw control endian access
      nvme: make nvme_tls_attrs_group static

Sagi Grimberg (1):
      nvmet: fix a memory leak in controller identify

Stephen Rothwell (1):
      drivers/block/sunvdc.c: update the correct AIP call

 drivers/block/sunvdc.c            |  4 ++--
 drivers/md/md-linear.c            |  4 +---
 drivers/nvme/host/core.c          |  8 +++++++-
 drivers/nvme/host/fc.c            | 35 +++++++++++++++++++++++++----------
 drivers/nvme/host/pci.c           | 12 +++---------
 drivers/nvme/host/sysfs.c         |  2 +-
 drivers/nvme/target/admin-cmd.c   |  1 +
 drivers/nvme/target/fabrics-cmd.c |  2 +-
 drivers/nvme/target/io-cmd-bdev.c |  2 +-
 drivers/nvme/target/nvmet.h       |  2 +-
 10 files changed, 43 insertions(+), 29 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 7, 2025, 10:26 p.m. UTC | #1
The pull request you sent on Fri, 7 Feb 2025 09:50:25 -0700:

> git://git.kernel.dk/linux.git tags/block-6.14-20250207

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

Thank you!