* [folded-merged] mm-migrate-split-source-folio-if-it-is-on-deferred-split-list-fix.patch removed from -mm tree
@ 2024-04-26 3:22 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-04-26 3:22 UTC (permalink / raw)
To: mm-commits, ziy, ying.huang, willy, sj, shy828301, ryan.roberts,
kirill.shutemov, fengwei.yin, baolin.wang, zi.yan, akpm
The quilt patch titled
Subject: mm-migrate-split-source-folio-if-it-is-on-deferred-split-list-fix
has been removed from the -mm tree. Its filename was
mm-migrate-split-source-folio-if-it-is-on-deferred-split-list-fix.patch
This patch was dropped because it was folded into mm-migrate-split-source-folio-if-it-is-on-deferred-split-list.patch
------------------------------------------------------
From: Zi Yan <zi.yan@sent.com>
Subject: mm-migrate-split-source-folio-if-it-is-on-deferred-split-list-fix
Date: Tue, 26 Mar 2024 11:00:31 -0400
fix an error in migrate_misplaced_folio() reported by Baolin Wang
Link: https://lkml.kernel.org/r/20240326150031.569387-1-zi.yan@sent.com
Link: https://lore.kernel.org/linux-mm/df9a644c-a007-46ac-98e3-61d4014fcfff@linux.alibaba.com/
Fixes: 616b8371539a ("mm: thp: enable thp migration in generic path")
Signed-off-by: Zi Yan <ziy@nvidia.com>
Tested-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: Huang, Ying <ying.huang@intel.com>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: SeongJae Park <sj@kernel.org>
Cc: Yang Shi <shy828301@gmail.com>
Cc: Yin Fengwei <fengwei.yin@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/migrate.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/migrate.c~mm-migrate-split-source-folio-if-it-is-on-deferred-split-list-fix
+++ a/mm/migrate.c
@@ -1668,7 +1668,7 @@ static int migrate_pages_batch(struct li
*/
if (nr_pages > 2 &&
!list_empty(&folio->_deferred_list)) {
- if (try_split_folio(folio, from) == 0) {
+ if (try_split_folio(folio, split_folios) == 0) {
stats->nr_thp_split += is_thp;
stats->nr_split++;
continue;
_
Patches currently in -mm which might be from zi.yan@sent.com are
mm-migrate-split-source-folio-if-it-is-on-deferred-split-list.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-04-26 3:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 3:22 [folded-merged] mm-migrate-split-source-folio-if-it-is-on-deferred-split-list-fix.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.