Date: Fri, 13 Sep 2024 08:34:04 -0600
From: Keith Busch <kbusch@kernel.org>
To: axboe@kernel.dk
Cc: linux-nvme@lists.infradead.org, hch@lst.de, sagi@grimberg.me
Subject: [GIT PULL] nvme fixes for linux 6.12

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


.
