Subject: [PATCH 0/6] EDITME: blk: refactor queue affinity helpers
From: Daniel Wagner <wagi@kernel.org>
To: Jens Axboe <axboe@kernel.dk>, Bjorn Helgaas <bhelgaas@google.com>, 
 "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, 
 "Martin K. Petersen" <martin.petersen@oracle.com>, 
 Keith Busch <kbusch@kernel.org>, Christoph Hellwig <hch@lst.de>, 
 Sagi Grimberg <sagi@grimberg.me>
Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, 
 linux-pci@vger.kernel.org, virtualization@lists.linux.dev, 
 linux-scsi@vger.kernel.org, megaraidlinux.pdl@broadcom.com, 
 mpi3mr-linuxdrv.pdl@broadcom.com, MPT-FusionLinux.pdl@broadcom.com, 
 storagedev@microchip.com, linux-nvme@lists.infradead.org, 
 Daniel Wagner <dwagner@suse.de>, 
 20240912-do-not-overwrite-pci-mapping-v1-1-85724b6cec49@suse.de, 
 Ming Lei <ming.lei@redhat.com>
Date: Fri, 13 Sep 2024 09:41:58 +0200

.
Subject: [PATCH 0/4] cleaning up nvme timeout over-dependence on global values
From: David Jeffery <djeffery@redhat.com>
To: Keith Busch <kbusch@kernel.org>,
	ens Axboe <axboe@fb.com>,
	Christoph Hellwig <hch@lst.de>,
	Sagi Grimberg <sagi@grimberg.me>
Cc: linux-nvme@lists.infradead.org,
	David Jeffery <djeffery@redhat.com>
Date: Fri, 13 Sep 2024 09:44:26 -0400

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

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


.
Subject: [PATCHv5 0/9] block integrity merging and counting
From: Keith Busch <kbusch@meta.com>
To: <axboe@kernel.dk>, <hch@lst.de>, <martin.petersen@oracle.com>,
        <linux-block@vger.kernel.org>, <linux-nvme@lists.infradead.org>,
        <linux-scsi@vger.kernel.org>
Date: Fri, 13 Sep 2024 11:28:45 -0700

.
