The following changes since commit 02341a08c9dec5a88527981b0bdf0fb6f7499cbf: block: fix memory leak for elevator on add_disk failure (2022-10-22 15:14:38 -0600) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-6.1-2022-10-27 for you to fetch changes up to fe8714b04fb137aa62e9a69424c48b5301b721b9: nvme-multipath: set queue dma alignment to 3 (2022-10-25 08:07:53 -0700) ---------------------------------------------------------------- nvme fixes for Linux 6.1 - make the multipath dma alignment to match the non-multipath one (Keith Busch) - fix a bogus use of sg_init_marker() (Nam Cao) - fix circulr locking in nvme-tcp (Sagi Grimberg) ---------------------------------------------------------------- Keith Busch (1): nvme-multipath: set queue dma alignment to 3 Nam Cao (1): nvme-tcp: replace sg_init_marker() with sg_init_table() Sagi Grimberg (1): nvme-tcp: fix possible circular locking when deleting a controller under memory pressure drivers/nvme/host/multipath.c | 1 + drivers/nvme/host/tcp.c | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-)