From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Final block updates for 6.15-rc1
Date: Thu, 3 Apr 2025 16:25:55 -0600 [thread overview]
Message-ID: <59ee82bb-7d4f-4a5a-8769-120c9dfdcc4d@kernel.dk> (raw)
Hi Linus,
Set of updates/fixes for block that should go into the 6.15-rc1 kernel
release. This pull request contains:
- NVMe pull request via Keith
- PCI endpoint target cleanup (Damien)
- Early import for uring_cmd fixed buffer (Caleb)
- Multipath documentation and notification improvements (John)
- Invalid pci sq doorbell write fix (Maurizio)
- Queue init locking fix
- Remove dead nsegs parameter from blk_mq_get_new_requests()
Please pull!
The following changes since commit 08733088b566b58283f0f12fb73f5db6a9a9de30:
Merge tag 'rust-fixes-6.15-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux (2025-03-31 18:39:59 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.15-20250403
for you to fetch changes up to 01b91bf14f6d4893e03e357006e7af3a20c03fee:
block: don't grab elevator lock during queue initialization (2025-04-03 08:32:03 -0600)
----------------------------------------------------------------
block-6.15-20250403
----------------------------------------------------------------
Caleb Sander Mateos (3):
nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
nvme/ioctl: move blk_mq_free_request() out of nvme_map_user_request()
nvme/ioctl: move fixed buffer lookup to nvme_uring_cmd_io()
Damien Le Moal (1):
nvmet: pci-epf: Keep completion queues mapped
Jens Axboe (1):
Merge tag 'nvme-6.15-2025-04-02' of git://git.infradead.org/nvme into block-6.15
John Meneghini (2):
nvme: update the multipath warning in nvme_init_ns_head
nvme-multipath: change the NVME_MULTIPATH config option
Maurizio Lombardi (1):
nvme-pci: skip nvme_write_sq_db on empty rqlist
Ming Lei (1):
block: don't grab elevator lock during queue initialization
Nitesh Shetty (1):
block: remove unused nseg parameter
block/blk-mq.c | 29 +++++++++++-------
drivers/nvme/host/Kconfig | 13 ++++++---
drivers/nvme/host/core.c | 2 +-
drivers/nvme/host/ioctl.c | 68 +++++++++++++++++++++++--------------------
drivers/nvme/host/pci.c | 3 ++
drivers/nvme/target/pci-epf.c | 63 ++++++++++++++++-----------------------
6 files changed, 94 insertions(+), 84 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-04-03 22:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-03 22:25 Jens Axboe [this message]
2025-04-03 23:17 ` [GIT PULL] Final block updates for 6.15-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=59ee82bb-7d4f-4a5a-8769-120c9dfdcc4d@kernel.dk \
--to=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox