[merged mm-stable] mm-migrate-fix-stale-list-name-in-migrate_folios_move-comment.patch removed from -mm tree
Andrew Morton <[email protected]> Tue, 28 Jul 2026 21:13:52 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: mm/migrate: fix stale list name in migrate_folios_move() comment
has been removed from the -mm tree. Its filename was
mm-migrate-fix-stale-list-name-in-migrate_folios_move-comment.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Shivank Garg <[email protected]>
Subject: mm/migrate: fix stale list name in migrate_folios_move() comment
Date: Wed, 1 Jul 2026 05:17:21 +0000
The return-value description in migrate_folios_move() still refers to
unmap_folios, but that list no longer exists. Update this name to
src_folios.
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Shivank Garg <[email protected]>
Reviewed-by: Zi Yan <[email protected]>
Acked-by: David Hildenbrand (Arm) <[email protected]>
Cc: Alistair Popple <[email protected]>
Cc: Byungchul Park <[email protected]>
Cc: Dev Jain <[email protected]>
Cc: Gregory Price <[email protected]>
Cc: "Huang, Ying" <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Cc: Joshua Hahn <[email protected]>
Cc: Liam R. Howlett <[email protected]>
Cc: Lorenzo Stoakes <[email protected]>
Cc: Matthew Brost <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Mike Rapoport <[email protected]>
Cc: Rakie Kim <[email protected]>
Cc: Suren Baghdasaryan <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
mm/migrate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/migrate.c~mm-migrate-fix-stale-list-name-in-migrate_folios_move-comment
+++ a/mm/migrate.c
@@ -1739,7 +1739,7 @@ static void migrate_folios_move(struct l
/*
* The rules are:
* 0: folio will be freed
- * -EAGAIN: stay on the unmap_folios list
+ * -EAGAIN: stay on the src_folios list
* Other errno: put on ret_folios list
*/
switch (rc) {
_
Patches currently in -mm which might be from [email protected] are