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] Block fixes for 6.15-rc7
Date: Fri, 16 May 2025 07:25:24 -0600 [thread overview]
Message-ID: <23fdc0b1-60ab-4875-9bc5-4b666fe2279f@kernel.dk> (raw)
Hi Linus,
Some fixes for block that should go into the 6.15 kernel release. This
pull request contains:
- NVMe pull request via Christoph
- fixes for atomic writes (Alan Adamson)
- fixes for polled CQs in nvmet-epf (Damien Le Moal)
- fix for polled CQs in nvme-pci (Keith Busch)
- fix compile on odd configs that need to be forced to inline
(Kees Cook)
- one more quirk (Ilya Guterman)"
- Fix for missing allocation of an integrity buffer for some cases.
- Fix for a regression with ublk command cancelation.
Please pull!
The following changes since commit dd90905d5a8a15a6d4594d15fc8ed626587187ca:
Merge tag 'nvme-6.15-2025-05-08' of git://git.infradead.org/nvme into block-6.15 (2025-05-08 09:08:23 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.15-20250515
for you to fetch changes up to dd24f87f65c957f30e605e44961d2fd53a44c780:
ublk: fix dead loop when canceling io command (2025-05-15 10:53:41 -0600)
----------------------------------------------------------------
block-6.15-20250515
----------------------------------------------------------------
Alan Adamson (2):
nvme: multipath: enable BLK_FEAT_ATOMIC_WRITES for multipathing
nvme: all namespaces in a subsystem must adhere to a common atomic write size
Damien Le Moal (5):
nvmet: pci-epf: clear completion queue IRQ flag on delete
nvmet: pci-epf: do not fall back to using INTX if not supported
nvmet: pci-epf: cleanup nvmet_pci_epf_raise_irq()
nvmet: pci-epf: improve debug message
nvmet: pci-epf: remove NVMET_PCI_EPF_Q_IS_SQ
Ilya Guterman (1):
nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44 Pro
Jens Axboe (1):
Merge tag 'nvme-6.15-2025-05-15' of git://git.infradead.org/nvme into block-6.15
Kees Cook (1):
nvme-pci: make nvme_pci_npages_prp() __always_inline
Keith Busch (2):
block: always allocate integrity buffer when required
nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
Ming Lei (1):
ublk: fix dead loop when canceling io command
block/bio-integrity-auto.c | 62 ++++++++++++++++++++++++++++++++-----------
drivers/block/ublk_drv.c | 2 +-
drivers/nvme/host/core.c | 30 ++++++++++++++++++---
drivers/nvme/host/multipath.c | 3 ++-
drivers/nvme/host/nvme.h | 3 ++-
drivers/nvme/host/pci.c | 6 ++++-
drivers/nvme/target/pci-epf.c | 39 ++++++++++++++++-----------
7 files changed, 107 insertions(+), 38 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-05-16 13:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-16 13:25 Jens Axboe [this message]
2025-05-16 18:57 ` [GIT PULL] Block fixes for 6.15-rc7 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=23fdc0b1-60ab-4875-9bc5-4b666fe2279f@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