Hi Jens, here is currently queue up nvme patches for 6.1, which are not a lot. There are a few more patches under discussion that will follow later. The following changes since commit 91418cc4fd8f8e2e21b409eb8983d074359c8be6: block/drbd: remove unused w_start_resync declaration (2022-09-12 01:47:57 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.1-2022-09-20 for you to fetch changes up to 02c57a82c0081141abc19150beab48ef47f97f18: nvme-tcp: print actual source IP address through sysfs "address" attr (2022-09-19 17:55:28 +0200) ---------------------------------------------------------------- nvme updates for Linux 6.1 - handle number of queue changes in the TCP and RDMA drivers (Daniel Wagner) - allow changing the number of queues in nvmet (Daniel Wagner) - also consider host_iface when checking ip options (Daniel Wagner) - don't map pages which can't come from HIGHMEM (Fabio M. De Francesco) - avoid unnecessary flush bios in nvmet (Guixin Liu) - shrink and better pack the nvme_iod structure (Keith Busch) - add comment for unaligned "fake" nqn (Linjun Bao) - print actual source IP address through sysfs "address" attr (Martin Belanger) - various cleanups (Jackie Liu, Wolfram Sang, Genjian Zhang) ---------------------------------------------------------------- Daniel Wagner (4): nvmet: expose max queues to configfs nvme-tcp: handle number of queue changes nvme-rdma: handle number of queue changes nvme: consider also host_iface when checking ip options Fabio M. De Francesco (1): nvmet-tcp: don't map pages which can't come from HIGHMEM Genjian Zhang (1): nvmet-auth: remove redundant parameters req Guixin Liu (1): nvmet: avoid unnecessary flush bio Jackie Liu (2): nvme-auth: remove the redundant req->cqe->result.u16 assignment operation nvmet-auth: clean up with done_kfree Keith Busch (4): nvme-pci: remove nvme_queue from nvme_iod nvme-pci: iod's 'aborted' is a bool nvme-pci: iod npages fits in s8 nvme-pci: move iod dma_len fill gaps Linjun Bao (1): nvme: add comment for unaligned "fake" nqn Martin Belanger (1): nvme-tcp: print actual source IP address through sysfs "address" attr Wolfram Sang (1): nvme: move from strlcpy with unused retval to strscpy drivers/nvme/host/core.c | 8 +++-- drivers/nvme/host/fabrics.c | 25 +++++++++---- drivers/nvme/host/pci.c | 65 +++++++++++++++++----------------- drivers/nvme/host/rdma.c | 26 +++++++++++--- drivers/nvme/host/tcp.c | 47 ++++++++++++++++++++---- drivers/nvme/target/admin-cmd.c | 2 +- drivers/nvme/target/configfs.c | 29 +++++++++++++++ drivers/nvme/target/discovery.c | 2 +- drivers/nvme/target/fabrics-cmd-auth.c | 10 +++--- drivers/nvme/target/fabrics-cmd.c | 1 - drivers/nvme/target/io-cmd-bdev.c | 8 +++++ drivers/nvme/target/tcp.c | 44 +++++++---------------- 12 files changed, 176 insertions(+), 91 deletions(-)