[GIT PULL] nvme fixes for linux 6.12

Keith Busch kbusch at kernel.org
Fri Sep 13 07:34:04 PDT 2024


Sending a follow up sooner than usual: the important fix here is for a
potential build error for certain configs.

The following changes since commit 68f31e88917f5608eb8da0bef37249648ffd48d4:

  Merge tag 'md-6.12-20240906' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.12/block (2024-09-06 14:43:16 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.12-2024-09-13

for you to fetch changes up to 83bdfcbdbe5d901c5fa432decf12e1725a840a56:

  nvme-pci: qdepth 1 quirk (2024-09-13 07:29:30 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.12

 - A syntax cleanup (Shen)
 - Fix a Kconfig linking error (Arnd)
 - New queue-depth quirk (Keith)

----------------------------------------------------------------
Arnd Bergmann (1):
      nvme-tcp: fix link failure for TCP auth

Keith Busch (1):
      nvme-pci: qdepth 1 quirk

Shen Lichuan (1):
      nvme: Convert comma to semicolon

 drivers/nvme/host/Kconfig |  2 +-
 drivers/nvme/host/core.c  |  2 +-
 drivers/nvme/host/nvme.h  |  5 +++++
 drivers/nvme/host/pci.c   | 18 +++++++++---------
 4 files changed, 16 insertions(+), 11 deletions(-)



More information about the Linux-nvme mailing list