Merge tag 'nvme-6.1-2022-10-27' of git://git.infradead.org/nvme into block-6.1
authorJens Axboe <axboe@kernel.dk>
Thu, 27 Oct 2022 13:49:21 +0000 (07:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 27 Oct 2022 13:49:21 +0000 (07:49 -0600)
Pull NVMe fixes from Christoph:

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

* tag 'nvme-6.1-2022-10-27' of git://git.infradead.org/nvme:
  nvme-multipath: set queue dma alignment to 3
  nvme-tcp: fix possible circular locking when deleting a controller under memory pressure
  nvme-tcp: replace sg_init_marker() with sg_init_table()


Trivial merge