mbox series

[GIT,PULL] Block fixes for 6.13-rc2

Message ID 84108c76-7be5-481a-be44-4aede8f6fab2@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.13-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.13-20241207

Message

Jens Axboe Dec. 7, 2024, 3:14 p.m. UTC
Hi Linus,

A few fixes for block that should go into the 6.13-rc2 release. This
pull request contains:

- NVMe pull request via Keith
	- Target fix using incorrect zero buffer (Nilay)
	- Device specifc deallocate quirk fixes (Christoph, Keith)
	- Fabrics fix for handling max command target bugs (Maurizio)
	- Cocci fix usage for kzalloc (Yu-Chen)
	- DMA size fix for host memory buffer feature (Christoph)
	- Fabrics queue cleanup fixes (Chunguang)

- CPU hotplug ordering fixes

- Add missing MODULE_DESCRIPTION for rnull

- bcache error value fix

- virtio-blk queue freeze fix

Please pull!


The following changes since commit cdd30ebb1b9f36159d66f088b61aee264e649d7a:

  module: Convert symbol namespace to string literal (2024-12-02 11:34:44 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.13-20241207

for you to fetch changes up to 22465bbac53c821319089016f268a2437de9b00a:

  blk-mq: move cpuhp callback registering out of q->sysfs_lock (2024-12-06 09:48:46 -0700)

----------------------------------------------------------------
block-6.13-20241207

----------------------------------------------------------------
Christoph Hellwig (2):
      nvme: don't apply NVME_QUIRK_DEALLOCATE_ZEROES when DSM is not supported
      nvme-pci: don't use dma_alloc_noncontiguous with 0 merge boundary

Chunguang.xu (4):
      nvme-tcp: fix the memleak while create new ctrl failed
      nvme-rdma: unquiesce admin_q before destroy it
      nvme-tcp: no need to quiesce admin_q in nvme_tcp_teardown_io_queues()
      nvme-tcp: simplify nvme_tcp_teardown_io_queues()

FUJITA Tomonori (1):
      block: rnull: add missing MODULE_DESCRIPTION

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

Keith Busch (1):
      nvme-pci: remove two deallocate zeroes quirks

Liequan Che (1):
      bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again

Maurizio Lombardi (1):
      nvme-fabrics: handle zero MAXCMD without closing the connection

Ming Lei (3):
      virtio-blk: don't keep queue frozen during system suspend
      blk-mq: register cpuhp callback after hctx is added to xarray table
      blk-mq: move cpuhp callback registering out of q->sysfs_lock

Nilay Shroff (1):
      nvmet: use kzalloc instead of ZERO_PAGE in nvme_execute_identify_ns_nvm()

Yu-Chun Lin (1):
      nvmet: replace kmalloc + memset with kzalloc for data allocation

 block/blk-mq.c                  | 108 ++++++++++++++++++++++++++++++++++------
 drivers/block/rnull.rs          |   1 +
 drivers/block/virtio_blk.c      |   7 ++-
 drivers/md/bcache/super.c       |   2 +-
 drivers/nvme/host/core.c        |   8 +--
 drivers/nvme/host/pci.c         |   7 ++-
 drivers/nvme/host/rdma.c        |   8 +--
 drivers/nvme/host/tcp.c         |  17 ++-----
 drivers/nvme/target/admin-cmd.c |   9 +++-
 drivers/nvme/target/pr.c        |   3 +-
 10 files changed, 123 insertions(+), 47 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 7, 2024, 6:53 p.m. UTC | #1
The pull request you sent on Sat, 7 Dec 2024 08:14:39 -0700:

> git://git.kernel.dk/linux.git tags/block-6.13-20241207

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

Thank you!