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(-) -- Jens Axboe