[GIT PULL] nvme fixes for Linux 6.12
Keith Busch
kbusch at kernel.org
Thu Oct 31 08:08:21 PDT 2024
The following changes since commit 49c234b50a437eb827832b61cd662e9aa382f31a:
Merge tag 'md-6.12-20241018' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.12 (2024-10-18 10:58:24 -0600)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.12-2024-10-31
for you to fetch changes up to 5eed4fb274cd6579f2fb4190b11c4c86c553cd06:
nvme: re-fix error-handling for io_uring nvme-passthrough (2024-10-30 07:19:18 -0700)
----------------------------------------------------------------
nvme fixes for Linux 6.12
- 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)
----------------------------------------------------------------
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
drivers/nvme/host/core.c | 56 ++++++++++++++++++++++++++++++++++++++++++--------------
drivers/nvme/host/ioctl.c | 7 +++++--
drivers/nvme/target/auth.c | 1 +
3 files changed, 48 insertions(+), 16 deletions(-)
More information about the Linux-nvme
mailing list