* [GIT PULL] Block fixes for 6.13-rc2
@ 2024-12-07 15:14 Jens Axboe
2024-12-07 18:53 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2024-12-07 15:14 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
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(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Block fixes for 6.13-rc2
2024-12-07 15:14 [GIT PULL] Block fixes for 6.13-rc2 Jens Axboe
@ 2024-12-07 18:53 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-12-07 18:53 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, linux-block@vger.kernel.org
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-07 18:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07 15:14 [GIT PULL] Block fixes for 6.13-rc2 Jens Axboe
2024-12-07 18:53 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.