mbox series

[GIT,PULL] Block fixes for 6.12-rc6

Message ID 89bedd77-813e-4b5d-9ee6-87c97bd9b3ba@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.12-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.12-20241101

Message

Jens Axboe Nov. 1, 2024, 6:12 p.m. UTC
Hi Linus,

A few fixes for the 6.12-rc6 kernel release:

- Fixup for a recent blk_rq_map_user_bvec() patch

- NVMe pull request via Keith
	- Spec compliant identification fix (Keith)
	- Module parameter to enable backward compatibility on unusual
	  namespace formats (Keith)
	- Target double free fix when using keys (Vitaliy)
	- Passthrough command error handling fix (Keith)

Please pull!


The following changes since commit 2ff949441802a8d076d9013c7761f63e8ae5a9bd:

  block: fix sanity checks in blk_rq_map_user_bvec (2024-10-23 17:02:48 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.12-20241101

for you to fetch changes up to d0c6cc6c6a6164a853e86206309b5a5bc5e3e72b:

  Merge tag 'nvme-6.12-2024-10-31' of git://git.infradead.org/nvme into block-6.12 (2024-10-31 09:10:07 -0600)

----------------------------------------------------------------
block-6.12-20241101

----------------------------------------------------------------
Christoph Hellwig (1):
      block: fix queue limits checks in blk_rq_map_user_bvec for real

Jens Axboe (1):
      Merge tag 'nvme-6.12-2024-10-31' of git://git.infradead.org/nvme into block-6.12

Keith Busch (3):
      nvme: enhance cns version checking
      nvme: module parameter to disable pi with offsets
      nvme: re-fix error-handling for io_uring nvme-passthrough

Vitaliy Shevtsov (1):
      nvmet-auth: assign dh_key to NULL after kfree_sensitive

 block/blk-map.c            | 56 ++++++++++++++--------------------------------
 drivers/nvme/host/core.c   | 56 ++++++++++++++++++++++++++++++++++------------
 drivers/nvme/host/ioctl.c  |  7 ++++--
 drivers/nvme/target/auth.c |  1 +
 4 files changed, 65 insertions(+), 55 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2024, 1:47 a.m. UTC | #1
The pull request you sent on Fri, 1 Nov 2024 12:12:08 -0600:

> git://git.kernel.dk/linux.git tags/block-6.12-20241101

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

Thank you!