* [obsolete] mm-page_alloc-remove-pcppage-migratetype-caching-fix.patch removed from -mm tree
@ 2023-09-12 16:04 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-09-12 16:04 UTC (permalink / raw)
To: mm-commits, ziy, wangkefeng.wang, vbabka, mgorman, linmiaohe,
hannes, akpm, akpm
The quilt patch titled
Subject: mm-page_alloc-remove-pcppage-migratetype-caching-fix
has been removed from the -mm tree. Its filename was
mm-page_alloc-remove-pcppage-migratetype-caching-fix.patch
This patch was dropped because it is obsolete
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-page_alloc-remove-pcppage-migratetype-caching-fix
Date: Mon Sep 11 02:40:43 PM PDT 2023
fix free_unref_page()
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/page_alloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/page_alloc.c~mm-page_alloc-remove-pcppage-migratetype-caching-fix
+++ a/mm/page_alloc.c
@@ -2429,7 +2429,7 @@ void free_unref_page(struct page *page,
* must be rechecked.
*/
free_one_page(zone, page, pfn, order,
- get_pcppage_migratetype(page), FPI_NONE);
+ get_pfnblock_migratetype(page, pfn), FPI_NONE);
}
pcp_trylock_finish(UP_flags);
}
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-12 16:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 16:04 [obsolete] mm-page_alloc-remove-pcppage-migratetype-caching-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.