All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2.patch removed from -mm tree
@ 2022-12-01 23:15 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-12-01 23:15 UTC (permalink / raw)
  To: mm-commits, yang.lee, Felix.Kuehling, dan.j.williams, akpm, akpm


The quilt patch titled
     Subject: mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2
has been removed from the -mm tree.  Its filename was
     mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2.patch

This patch was dropped because it was folded into mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2
Date: Thu Oct 27 11:53:07 AM PDT 2022

fix whitespace, per Felix and Yang Li

Cc: Felix Kuehling <Felix.Kuehling@amd.com>
Cc: Yang Li <yang.lee@linux.alibaba.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/gpu/drm/amd/amdkfd/kfd_migrate.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c~mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2
+++ a/drivers/gpu/drm/amd/amdkfd/kfd_migrate.c
@@ -328,8 +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(&kfddev->pgmap, prange,
-						  migrate->dst[i]);
+		svm_migrate_get_vram_page(&kfddev->pgmap, prange,
+					  migrate->dst[i]);
 		migrate->dst[i] = migrate_pfn(migrate->dst[i]);
 
 		spage = migrate_pfn_to_page(migrate->src[i]);
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

revert-mm-align-larger-anonymous-mappings-on-thp-boundaries.patch
mm-gup-remove-foll_migration-fix.patch
mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-01 23:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-01 23:15 [folded-merged] mm-memremap-introduce-pgmap_request_folio-using-pgmap-offsets-fix-2.patch removed from -mm tree Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.