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)
commitdea31328d424b5c11c65a3cf9936656abafe94ba
treef446a525096d3cb0fa9d8a26a9fcb0b271054494
parent2d87d455ead2cbdee7e60463cddc5bff3f98c912
parentfe8714b04fb137aa62e9a69424c48b5301b721b9
Merge tag 'nvme-6.1-2022-10-27' of git://git.infradead.org/nvme into block-6.1

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