On Fri, Aug 29, 2025 at 07:23:07AM -0700, Keith Busch wrote: > @@ -252,7 +252,7 @@ static unsigned int bvec_from_pages(struct bio_vec *bvec, struct page **pages, > bytes -= next; > } > > - if (is_pci_p2pdma_page(page)) > + if (is_pci_p2pdma_page(pages[i])) > *is_p2p = true; Oh no... >_< This part should have been folded into patch 1.