On Wed, 26 Oct 2022 16:23:22 -0400 Felix Kuehling <felix.kuehling@xxxxxxx> wrote: > > --- a/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c~mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets > > +++ a/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c > [snip] > > @@ -325,7 +328,8 @@ svm_migrate_copy_to_vram(struct amdgpu_d > > > > dst[i] = cursor.start + (j << PAGE_SHIFT); > > migrate->dst[i] = svm_migrate_addr_to_pfn(adev, dst[i]); > > - svm_migrate_get_vram_page(prange, migrate->dst[i]); > > + svm_migrate_get_vram_page(&kfddev->pgmap, prange, > > + migrate->dst[i]); > > Yang Lee pointed out that the indentation was broken here. I don't know > what to do with his patch because it doesn't apply to the branches I > work on. What's the best way to fix this before it goes to Linus' master > branch? Thanks, I added a fixup patch.