[GIT PULL] nvme fixes for Linux 6.7
Keith Busch
kbusch at kernel.org
Thu Dec 7 09:06:41 PST 2023
The following changes since commit a134cd8dfb8cdfd8f019a7ec2ad5cb8e855f0245:
Merge tag 'md-fixes-20231201-1' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.7 (2023-12-01 18:37:24 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.7-2023-12-7
for you to fetch changes up to 107b4e063d78c300b21e2d5291b1aa94c514ea5b:
nvme-pci: Add sleep quirk for Kingston drives (2023-12-07 08:53:20 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.7
- Proper nvme ctrl state setting (Keith)
- Passthrough command optimization (Keith)
- Spectre fix (Nitesh)
- Kconfig clarifications (Shin'ichiro)
- Frozen state deadlock fix (Bitao)
- Power setting quirk (Georg)
----------------------------------------------------------------
Bitao Hu (1):
nvme: fix deadlock between reset and scan
Georg Gottleuber (1):
nvme-pci: Add sleep quirk for Kingston drives
Keith Busch (3):
nvme: introduce helper function to get ctrl state
nvme: ensure reset state check ordering
nvme-ioctl: move capable() admin check to the end
Nitesh Shetty (1):
nvme: prevent potential spectre v1 gadget
Shin'ichiro Kawasaki (1):
nvme: improve NVME_HOST_AUTH and NVME_TARGET_AUTH config descriptions
drivers/nvme/host/Kconfig | 5 +++--
drivers/nvme/host/core.c | 52 ++++++++++++++++++++++++++++++++--------------------
drivers/nvme/host/fc.c | 6 +++---
drivers/nvme/host/ioctl.c | 21 +++++++++++----------
drivers/nvme/host/nvme.h | 11 +++++++++++
drivers/nvme/host/pci.c | 30 ++++++++++++++++++++++--------
drivers/nvme/host/rdma.c | 23 ++++++++++++++---------
drivers/nvme/host/tcp.c | 27 +++++++++++++++++----------
drivers/nvme/target/Kconfig | 5 +++--
drivers/nvme/target/configfs.c | 3 +++
10 files changed, 119 insertions(+), 64 deletions(-)
More information about the Linux-nvme
mailing list