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.18-rc4
Date: Fri, 31 Oct 2025 11:04:07 -0600 [thread overview]
Message-ID: <abdcc067-2eab-422b-abb3-bb4ce8793c1b@kernel.dk> (raw)
Hi Linus,
A few fixes for block that should go into the 6.18 kernel release. This
pull request contains:
- Fix blk-crypto reporting EIO when EINVAL is the correct error code.
- Two bug fixes for the block zone support.
- NVME pull request via Keith
- Target side authentication fixup
- Peer-to-peer metadata fixup
- null_blk DMA alignment fix.
Please pull!
The following changes since commit 4c8cf6bd28d6fea23819f082ddc8063fd6fa963a:
block: require LBA dma_alignment when using PI (2025-10-22 10:02:54 -0600)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-6.18-20251031
for you to fetch changes up to 0d92a3eaa6726e64a18db74ece806c2c021aaac3:
null_blk: set dma alignment to logical block size (2025-10-31 09:03:12 -0600)
----------------------------------------------------------------
block-6.18-20251031
----------------------------------------------------------------
Carlos Llamas (1):
blk-crypto: use BLK_STS_INVAL for alignment errors
Damien Le Moal (2):
block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL
block: make REQ_OP_ZONE_OPEN a write operation
Hannes Reinecke (1):
nvmet-auth: update sc_c in host response
Hans Holmberg (1):
null_blk: set dma alignment to logical block size
Jens Axboe (1):
Merge tag 'nvme-6.18-2025-10-30' of git://git.infradead.org/nvme into block-6.18
Keith Busch (1):
nvme-pci: use blk_map_iter for p2p metadata
block/blk-crypto.c | 2 +-
drivers/block/null_blk/main.c | 1 +
drivers/nvme/host/pci.c | 13 ++++++++++---
drivers/nvme/target/auth.c | 5 +++--
include/linux/blk_types.h | 11 ++++++-----
5 files changed, 21 insertions(+), 11 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-10-31 17:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 17:04 Jens Axboe [this message]
2025-10-31 21:29 ` [GIT PULL] Block fixes for 6.18-rc4 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=abdcc067-2eab-422b-abb3-bb4ce8793c1b@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