blob: b4abb87249e166257008bcb7d618085ae26205e3 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Christoph Lameterb20a3502006-03-22 00:09:12 -08002/*
Hugh Dickins14e0f9b2015-11-05 18:49:43 -08003 * Memory Migration functionality - linux/mm/migrate.c
Christoph Lameterb20a3502006-03-22 00:09:12 -08004 *
5 * Copyright (C) 2006 Silicon Graphics, Inc., Christoph Lameter
6 *
7 * Page migration was first developed in the context of the memory hotplug
8 * project. The main authors of the migration code are:
9 *
10 * IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
11 * Hirokazu Takahashi <taka@valinux.co.jp>
12 * Dave Hansen <haveblue@us.ibm.com>
Christoph Lametercde53532008-07-04 09:59:22 -070013 * Christoph Lameter
Christoph Lameterb20a3502006-03-22 00:09:12 -080014 */
15
16#include <linux/migrate.h>
Paul Gortmakerb95f1b312011-10-16 02:01:52 -040017#include <linux/export.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080018#include <linux/swap.h>
Christoph Lameter06972122006-06-23 02:03:35 -070019#include <linux/swapops.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080020#include <linux/pagemap.h>
Christoph Lametere23ca002006-04-10 22:52:57 -070021#include <linux/buffer_head.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080022#include <linux/mm_inline.h>
Pavel Emelyanovb4888932007-10-18 23:40:14 -070023#include <linux/nsproxy.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080024#include <linux/pagevec.h>
Hugh Dickinse9995ef2009-12-14 17:59:31 -080025#include <linux/ksm.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080026#include <linux/rmap.h>
27#include <linux/topology.h>
28#include <linux/cpu.h>
29#include <linux/cpuset.h>
Christoph Lameter04e62a22006-06-23 02:03:38 -070030#include <linux/writeback.h>
Christoph Lameter742755a2006-06-23 02:03:55 -070031#include <linux/mempolicy.h>
32#include <linux/vmalloc.h>
David Quigley86c3a762006-06-23 02:04:02 -070033#include <linux/security.h>
Hugh Dickins42cb14b2015-11-05 18:50:05 -080034#include <linux/backing-dev.h>
Minchan Kimbda807d2016-07-26 15:23:05 -070035#include <linux/compaction.h>
Adrian Bunk4f5ca262008-07-23 21:27:02 -070036#include <linux/syscalls.h>
Dominik Brodowski7addf442018-03-17 16:08:03 +010037#include <linux/compat.h>
Naoya Horiguchi290408d2010-09-08 10:19:35 +090038#include <linux/hugetlb.h>
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -070039#include <linux/hugetlb_cgroup.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090040#include <linux/gfp.h>
Christoph Hellwiga5201102019-08-28 16:19:53 +020041#include <linux/pagewalk.h>
Jérôme Glissedf6ad692017-09-08 16:12:24 -070042#include <linux/pfn_t.h>
Jérôme Glissea5430dd2017-09-08 16:12:17 -070043#include <linux/memremap.h>
Jérôme Glisse8315ada2017-09-08 16:12:21 -070044#include <linux/userfaultfd_k.h>
Rafael Aquinibf6bddf12012-12-11 16:02:42 -080045#include <linux/balloon_compaction.h>
Mel Gormanf714f4f2013-12-18 17:08:33 -080046#include <linux/mmu_notifier.h>
Vladimir Davydov33c3fc72015-09-09 15:35:45 -070047#include <linux/page_idle.h>
Vlastimil Babkad435edc2016-03-15 14:56:15 -070048#include <linux/page_owner.h>
Ingo Molnar6e84f312017-02-08 18:51:29 +010049#include <linux/sched/mm.h>
Linus Torvalds197e7e52017-08-20 13:26:27 -070050#include <linux/ptrace.h>
Ralph Campbell34290e22020-01-30 22:14:44 -080051#include <linux/oom.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080052
Michal Nazarewicz0d1836c2010-12-21 17:24:26 -080053#include <asm/tlbflush.h>
54
Mel Gorman7b2a2d42012-10-19 14:07:31 +010055#define CREATE_TRACE_POINTS
56#include <trace/events/migrate.h>
57
Christoph Lameterb20a3502006-03-22 00:09:12 -080058#include "internal.h"
59
Yisheng Xie9e5bcd62017-02-24 14:57:29 -080060int isolate_movable_page(struct page *page, isolate_mode_t mode)
Minchan Kimbda807d2016-07-26 15:23:05 -070061{
62 struct address_space *mapping;
63
64 /*
65 * Avoid burning cycles with pages that are yet under __free_pages(),
66 * or just got freed under us.
67 *
68 * In case we 'win' a race for a movable page being freed under us and
69 * raise its refcount preventing __free_pages() from doing its job
70 * the put_page() at the end of this block will take care of
71 * release this page, thus avoiding a nasty leakage.
72 */
73 if (unlikely(!get_page_unless_zero(page)))
74 goto out;
75
76 /*
77 * Check PageMovable before holding a PG_lock because page's owner
78 * assumes anybody doesn't touch PG_lock of newly allocated page
Wei Yang8bb4e7a2019-03-05 15:46:22 -080079 * so unconditionally grabbing the lock ruins page's owner side.
Minchan Kimbda807d2016-07-26 15:23:05 -070080 */
81 if (unlikely(!__PageMovable(page)))
82 goto out_putpage;
83 /*
84 * As movable pages are not isolated from LRU lists, concurrent
85 * compaction threads can race against page migration functions
86 * as well as race against the releasing a page.
87 *
88 * In order to avoid having an already isolated movable page
89 * being (wrongly) re-isolated while it is under migration,
90 * or to avoid attempting to isolate pages being released,
91 * lets be sure we have the page lock
92 * before proceeding with the movable page isolation steps.
93 */
94 if (unlikely(!trylock_page(page)))
95 goto out_putpage;
96
97 if (!PageMovable(page) || PageIsolated(page))
98 goto out_no_isolated;
99
100 mapping = page_mapping(page);
101 VM_BUG_ON_PAGE(!mapping, page);
102
103 if (!mapping->a_ops->isolate_page(page, mode))
104 goto out_no_isolated;
105
106 /* Driver shouldn't use PG_isolated bit of page->flags */
107 WARN_ON_ONCE(PageIsolated(page));
108 __SetPageIsolated(page);
109 unlock_page(page);
110
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800111 return 0;
Minchan Kimbda807d2016-07-26 15:23:05 -0700112
113out_no_isolated:
114 unlock_page(page);
115out_putpage:
116 put_page(page);
117out:
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800118 return -EBUSY;
Minchan Kimbda807d2016-07-26 15:23:05 -0700119}
120
Miaohe Lin606a6f72021-05-04 18:37:04 -0700121static void putback_movable_page(struct page *page)
Minchan Kimbda807d2016-07-26 15:23:05 -0700122{
123 struct address_space *mapping;
124
Minchan Kimbda807d2016-07-26 15:23:05 -0700125 mapping = page_mapping(page);
126 mapping->a_ops->putback_page(page);
127 __ClearPageIsolated(page);
128}
129
Christoph Lameterb20a3502006-03-22 00:09:12 -0800130/*
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800131 * Put previously isolated pages back onto the appropriate lists
132 * from where they were once taken off for compaction/migration.
133 *
Joonsoo Kim59c82b72014-01-21 15:51:17 -0800134 * This function shall be used whenever the isolated pageset has been
135 * built from lru, balloon, hugetlbfs page. See isolate_migratepages_range()
136 * and isolate_huge_page().
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800137 */
138void putback_movable_pages(struct list_head *l)
139{
140 struct page *page;
141 struct page *page2;
142
143 list_for_each_entry_safe(page, page2, l, lru) {
Naoya Horiguchi31caf662013-09-11 14:21:59 -0700144 if (unlikely(PageHuge(page))) {
145 putback_active_hugepage(page);
146 continue;
147 }
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800148 list_del(&page->lru);
Minchan Kimbda807d2016-07-26 15:23:05 -0700149 /*
150 * We isolated non-lru movable page so here we can use
151 * __PageMovable because LRU page's mapping cannot have
152 * PAGE_MAPPING_MOVABLE.
153 */
Minchan Kimb1123ea62016-07-26 15:23:09 -0700154 if (unlikely(__PageMovable(page))) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700155 VM_BUG_ON_PAGE(!PageIsolated(page), page);
156 lock_page(page);
157 if (PageMovable(page))
158 putback_movable_page(page);
159 else
160 __ClearPageIsolated(page);
161 unlock_page(page);
162 put_page(page);
163 } else {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -0700164 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700165 page_is_file_lru(page), -thp_nr_pages(page));
Rabin Vincentfc280fe2017-04-20 14:37:46 -0700166 putback_lru_page(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700167 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800168 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800169}
170
Christoph Lameter06972122006-06-23 02:03:35 -0700171/*
172 * Restore a potential migration pte to a working pte entry
173 */
Minchan Kime4b82222017-05-03 14:54:27 -0700174static bool remove_migration_pte(struct page *page, struct vm_area_struct *vma,
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800175 unsigned long addr, void *old)
Christoph Lameter06972122006-06-23 02:03:35 -0700176{
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800177 struct page_vma_mapped_walk pvmw = {
178 .page = old,
179 .vma = vma,
180 .address = addr,
181 .flags = PVMW_SYNC | PVMW_MIGRATION,
182 };
183 struct page *new;
184 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700185 swp_entry_t entry;
Christoph Lameter06972122006-06-23 02:03:35 -0700186
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800187 VM_BUG_ON_PAGE(PageTail(page), page);
188 while (page_vma_mapped_walk(&pvmw)) {
Naoya Horiguchi4b0ece62017-03-31 15:11:44 -0700189 if (PageKsm(page))
190 new = page;
191 else
192 new = page - pvmw.page->index +
193 linear_page_index(vma, pvmw.address);
Christoph Lameter06972122006-06-23 02:03:35 -0700194
Zi Yan616b8372017-09-08 16:10:57 -0700195#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
196 /* PMD-mapped THP migration entry */
197 if (!pvmw.pte) {
198 VM_BUG_ON_PAGE(PageHuge(page) || !PageTransCompound(page), page);
199 remove_migration_pmd(&pvmw, new);
200 continue;
201 }
202#endif
203
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800204 get_page(new);
205 pte = pte_mkold(mk_pte(new, READ_ONCE(vma->vm_page_prot)));
206 if (pte_swp_soft_dirty(*pvmw.pte))
207 pte = pte_mksoft_dirty(pte);
Christoph Lameter06972122006-06-23 02:03:35 -0700208
Hugh Dickins486cf462011-10-19 12:50:35 -0700209 /*
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800210 * Recheck VMA as permissions can change since migration started
Hugh Dickins486cf462011-10-19 12:50:35 -0700211 */
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800212 entry = pte_to_swp_entry(*pvmw.pte);
213 if (is_write_migration_entry(entry))
214 pte = maybe_mkwrite(pte, vma);
Peter Xuf45ec5f2020-04-06 20:06:01 -0700215 else if (pte_swp_uffd_wp(*pvmw.pte))
216 pte = pte_mkuffd_wp(pte);
Mel Gormand3cb8bf2014-10-02 19:47:41 +0100217
Ralph Campbell61287632020-09-04 16:36:04 -0700218 if (unlikely(is_device_private_page(new))) {
219 entry = make_device_private_entry(new, pte_write(pte));
220 pte = swp_entry_to_pte(entry);
Ralph Campbell3d321bf82020-09-04 16:36:07 -0700221 if (pte_swp_soft_dirty(*pvmw.pte))
222 pte = pte_swp_mksoft_dirty(pte);
Ralph Campbell61287632020-09-04 16:36:04 -0700223 if (pte_swp_uffd_wp(*pvmw.pte))
224 pte = pte_swp_mkuffd_wp(pte);
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700225 }
Jérôme Glissea5430dd2017-09-08 16:12:17 -0700226
Andi Kleen3ef8fd72010-10-11 16:03:21 +0200227#ifdef CONFIG_HUGETLB_PAGE
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800228 if (PageHuge(new)) {
Christophe Leroy79c1c592021-06-30 18:48:00 -0700229 unsigned int shift = huge_page_shift(hstate_vma(vma));
230
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800231 pte = pte_mkhuge(pte);
Christophe Leroy79c1c592021-06-30 18:48:00 -0700232 pte = arch_make_huge_pte(pte, shift, vma->vm_flags);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700233 set_huge_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800234 if (PageAnon(new))
235 hugepage_add_anon_rmap(new, vma, pvmw.address);
236 else
237 page_dup_rmap(new, true);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700238 } else
239#endif
240 {
241 set_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700242
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700243 if (PageAnon(new))
244 page_add_anon_rmap(new, vma, pvmw.address, false);
245 else
246 page_add_file_rmap(new, false);
247 }
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800248 if (vma->vm_flags & VM_LOCKED && !PageTransCompound(new))
249 mlock_vma_page(new);
Hugh Dickins51afb122015-11-05 18:49:37 -0800250
Kirill A. Shutemove125fe42018-10-05 15:51:41 -0700251 if (PageTransHuge(page) && PageMlocked(page))
252 clear_page_mlock(page);
253
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800254 /* No need to invalidate - it was non-present before */
255 update_mmu_cache(vma, pvmw.address, pvmw.pte);
256 }
257
Minchan Kime4b82222017-05-03 14:54:27 -0700258 return true;
Christoph Lameter06972122006-06-23 02:03:35 -0700259}
260
261/*
Christoph Lameter04e62a22006-06-23 02:03:38 -0700262 * Get rid of all migration entries and replace them by
263 * references to the indicated page.
264 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700265void remove_migration_ptes(struct page *old, struct page *new, bool locked)
Christoph Lameter04e62a22006-06-23 02:03:38 -0700266{
Joonsoo Kim051ac832014-01-21 15:49:48 -0800267 struct rmap_walk_control rwc = {
268 .rmap_one = remove_migration_pte,
269 .arg = old,
270 };
271
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700272 if (locked)
273 rmap_walk_locked(new, &rwc);
274 else
275 rmap_walk(new, &rwc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700276}
277
278/*
Christoph Lameter06972122006-06-23 02:03:35 -0700279 * Something used the pte of a page under migration. We need to
280 * get to the page and wait until migration is finished.
281 * When we return from this function the fault will be retried.
Christoph Lameter06972122006-06-23 02:03:35 -0700282 */
Naoya Horiguchie66f17f2015-02-11 15:25:22 -0800283void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep,
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700284 spinlock_t *ptl)
Christoph Lameter06972122006-06-23 02:03:35 -0700285{
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700286 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700287 swp_entry_t entry;
288 struct page *page;
289
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700290 spin_lock(ptl);
Christoph Lameter06972122006-06-23 02:03:35 -0700291 pte = *ptep;
292 if (!is_swap_pte(pte))
293 goto out;
294
295 entry = pte_to_swp_entry(pte);
296 if (!is_migration_entry(entry))
297 goto out;
298
Alistair Poppleaf5cdaf2021-06-30 18:54:06 -0700299 page = pfn_swap_entry_to_page(entry);
Xu Yuffc90cb2021-06-15 18:23:42 -0700300 page = compound_head(page);
Christoph Lameter06972122006-06-23 02:03:35 -0700301
Nick Piggine2867812008-07-25 19:45:30 -0700302 /*
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500303 * Once page cache replacement of page migration started, page_count
Hugh Dickins9a1ea432018-12-28 00:36:14 -0800304 * is zero; but we must not call put_and_wait_on_page_locked() without
305 * a ref. Use get_page_unless_zero(), and just fault again if it fails.
Nick Piggine2867812008-07-25 19:45:30 -0700306 */
307 if (!get_page_unless_zero(page))
308 goto out;
Christoph Lameter06972122006-06-23 02:03:35 -0700309 pte_unmap_unlock(ptep, ptl);
Matthew Wilcox (Oracle)48054622021-02-24 12:02:02 -0800310 put_and_wait_on_page_locked(page, TASK_UNINTERRUPTIBLE);
Christoph Lameter06972122006-06-23 02:03:35 -0700311 return;
312out:
313 pte_unmap_unlock(ptep, ptl);
314}
315
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700316void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd,
317 unsigned long address)
318{
319 spinlock_t *ptl = pte_lockptr(mm, pmd);
320 pte_t *ptep = pte_offset_map(pmd, address);
321 __migration_entry_wait(mm, ptep, ptl);
322}
323
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800324void migration_entry_wait_huge(struct vm_area_struct *vma,
325 struct mm_struct *mm, pte_t *pte)
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700326{
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800327 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte);
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700328 __migration_entry_wait(mm, pte, ptl);
329}
330
Zi Yan616b8372017-09-08 16:10:57 -0700331#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
332void pmd_migration_entry_wait(struct mm_struct *mm, pmd_t *pmd)
333{
334 spinlock_t *ptl;
335 struct page *page;
336
337 ptl = pmd_lock(mm, pmd);
338 if (!is_pmd_migration_entry(*pmd))
339 goto unlock;
Alistair Poppleaf5cdaf2021-06-30 18:54:06 -0700340 page = pfn_swap_entry_to_page(pmd_to_swp_entry(*pmd));
Zi Yan616b8372017-09-08 16:10:57 -0700341 if (!get_page_unless_zero(page))
342 goto unlock;
343 spin_unlock(ptl);
Matthew Wilcox (Oracle)48054622021-02-24 12:02:02 -0800344 put_and_wait_on_page_locked(page, TASK_UNINTERRUPTIBLE);
Zi Yan616b8372017-09-08 16:10:57 -0700345 return;
346unlock:
347 spin_unlock(ptl);
348}
349#endif
350
Jan Karaf9004822019-03-05 15:48:46 -0800351static int expected_page_refs(struct address_space *mapping, struct page *page)
Jan Kara0b3901b2018-12-28 00:39:01 -0800352{
353 int expected_count = 1;
354
355 /*
Ralph Campbellf1f4f3a2020-10-13 16:58:42 -0700356 * Device private pages have an extra refcount as they are
Jan Kara0b3901b2018-12-28 00:39:01 -0800357 * ZONE_DEVICE pages.
358 */
359 expected_count += is_device_private_page(page);
Jan Karaf9004822019-03-05 15:48:46 -0800360 if (mapping)
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700361 expected_count += thp_nr_pages(page) + page_has_private(page);
Jan Kara0b3901b2018-12-28 00:39:01 -0800362
363 return expected_count;
364}
365
Christoph Lameterb20a3502006-03-22 00:09:12 -0800366/*
Christoph Lameterc3fcf8a2006-06-23 02:03:32 -0700367 * Replace the page in the mapping.
Christoph Lameter5b5c7122006-06-23 02:03:29 -0700368 *
369 * The number of remaining references must be:
370 * 1 for anonymous pages without a mapping
371 * 2 for pages with a mapping
David Howells266cf652009-04-03 16:42:36 +0100372 * 3 for pages with a mapping and PagePrivate/PagePrivate2 set.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800373 */
Gu Zheng36bc08c2013-07-16 17:56:16 +0800374int migrate_page_move_mapping(struct address_space *mapping,
Keith Busch37109692019-07-18 15:58:46 -0700375 struct page *newpage, struct page *page, int extra_count)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800376{
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500377 XA_STATE(xas, &mapping->i_pages, page_index(page));
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800378 struct zone *oldzone, *newzone;
379 int dirty;
Jan Karaf9004822019-03-05 15:48:46 -0800380 int expected_count = expected_page_refs(mapping, page) + extra_count;
Shakeel Butt5c447d22021-01-23 21:01:15 -0800381 int nr = thp_nr_pages(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -0700382
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700383 if (!mapping) {
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700384 /* Anonymous page without mapping */
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500385 if (page_count(page) != expected_count)
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700386 return -EAGAIN;
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800387
388 /* No turning back from here */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800389 newpage->index = page->index;
390 newpage->mapping = page->mapping;
391 if (PageSwapBacked(page))
Hugh Dickinsfa9949d2016-05-19 17:12:41 -0700392 __SetPageSwapBacked(newpage);
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800393
Rafael Aquini78bd5202012-12-11 16:02:31 -0800394 return MIGRATEPAGE_SUCCESS;
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700395 }
396
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800397 oldzone = page_zone(page);
398 newzone = page_zone(newpage);
399
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500400 xas_lock_irq(&xas);
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500401 if (page_count(page) != expected_count || xas_load(&xas) != page) {
402 xas_unlock_irq(&xas);
Christoph Lametere23ca002006-04-10 22:52:57 -0700403 return -EAGAIN;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800404 }
405
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700406 if (!page_ref_freeze(page, expected_count)) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500407 xas_unlock_irq(&xas);
Nick Piggine2867812008-07-25 19:45:30 -0700408 return -EAGAIN;
409 }
410
Christoph Lameterb20a3502006-03-22 00:09:12 -0800411 /*
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800412 * Now we know that no one else is looking at the page:
413 * no turning back from here.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800414 */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800415 newpage->index = page->index;
416 newpage->mapping = page->mapping;
Shakeel Butt5c447d22021-01-23 21:01:15 -0800417 page_ref_add(newpage, nr); /* add cache reference */
Nicholas Piggin6326fec2016-12-25 13:00:29 +1000418 if (PageSwapBacked(page)) {
419 __SetPageSwapBacked(newpage);
420 if (PageSwapCache(page)) {
421 SetPageSwapCache(newpage);
422 set_page_private(newpage, page_private(page));
423 }
424 } else {
425 VM_BUG_ON_PAGE(PageSwapCache(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800426 }
427
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800428 /* Move dirty while page refs frozen and newpage not yet exposed */
429 dirty = PageDirty(page);
430 if (dirty) {
431 ClearPageDirty(page);
432 SetPageDirty(newpage);
433 }
434
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500435 xas_store(&xas, newpage);
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700436 if (PageTransHuge(page)) {
437 int i;
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700438
Shakeel Butt5c447d22021-01-23 21:01:15 -0800439 for (i = 1; i < nr; i++) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500440 xas_next(&xas);
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700441 xas_store(&xas, newpage);
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700442 }
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700443 }
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800444
445 /*
Jacobo Giralt937a94c2012-01-10 15:07:11 -0800446 * Drop cache reference from old page by unfreezing
447 * to one less reference.
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800448 * We know this isn't the last reference.
449 */
Shakeel Butt5c447d22021-01-23 21:01:15 -0800450 page_ref_unfreeze(page, expected_count - nr);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800451
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500452 xas_unlock(&xas);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800453 /* Leave irq disabled to prevent preemption while updating stats */
454
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700455 /*
456 * If moved to a different zone then also account
457 * the page for that zone. Other VM counters will be
458 * taken care of when we establish references to the
459 * new page and drop references to the old page.
460 *
461 * Note that anonymous pages are accounted for
Mel Gorman4b9d0fa2016-07-28 15:46:17 -0700462 * via NR_FILE_PAGES and NR_ANON_MAPPED if they
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700463 * are mapped to swap space.
464 */
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800465 if (newzone != oldzone) {
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700466 struct lruvec *old_lruvec, *new_lruvec;
467 struct mem_cgroup *memcg;
468
469 memcg = page_memcg(page);
470 old_lruvec = mem_cgroup_lruvec(memcg, oldzone->zone_pgdat);
471 new_lruvec = mem_cgroup_lruvec(memcg, newzone->zone_pgdat);
472
Shakeel Butt5c447d22021-01-23 21:01:15 -0800473 __mod_lruvec_state(old_lruvec, NR_FILE_PAGES, -nr);
474 __mod_lruvec_state(new_lruvec, NR_FILE_PAGES, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800475 if (PageSwapBacked(page) && !PageSwapCache(page)) {
Shakeel Butt5c447d22021-01-23 21:01:15 -0800476 __mod_lruvec_state(old_lruvec, NR_SHMEM, -nr);
477 __mod_lruvec_state(new_lruvec, NR_SHMEM, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800478 }
Shakeel Buttb6038942021-02-24 12:03:55 -0800479#ifdef CONFIG_SWAP
480 if (PageSwapCache(page)) {
481 __mod_lruvec_state(old_lruvec, NR_SWAPCACHE, -nr);
482 __mod_lruvec_state(new_lruvec, NR_SWAPCACHE, nr);
483 }
484#endif
Christoph Hellwigf56753a2020-09-24 08:51:40 +0200485 if (dirty && mapping_can_writeback(mapping)) {
Shakeel Butt5c447d22021-01-23 21:01:15 -0800486 __mod_lruvec_state(old_lruvec, NR_FILE_DIRTY, -nr);
487 __mod_zone_page_state(oldzone, NR_ZONE_WRITE_PENDING, -nr);
488 __mod_lruvec_state(new_lruvec, NR_FILE_DIRTY, nr);
489 __mod_zone_page_state(newzone, NR_ZONE_WRITE_PENDING, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800490 }
KOSAKI Motohiro4b021082009-09-21 17:01:33 -0700491 }
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800492 local_irq_enable();
Christoph Lameterb20a3502006-03-22 00:09:12 -0800493
Rafael Aquini78bd5202012-12-11 16:02:31 -0800494 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800495}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200496EXPORT_SYMBOL(migrate_page_move_mapping);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800497
498/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900499 * The expected number of remaining references is the same as that
500 * of migrate_page_move_mapping().
501 */
502int migrate_huge_page_move_mapping(struct address_space *mapping,
503 struct page *newpage, struct page *page)
504{
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500505 XA_STATE(xas, &mapping->i_pages, page_index(page));
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900506 int expected_count;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900507
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500508 xas_lock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900509 expected_count = 2 + page_has_private(page);
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500510 if (page_count(page) != expected_count || xas_load(&xas) != page) {
511 xas_unlock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900512 return -EAGAIN;
513 }
514
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700515 if (!page_ref_freeze(page, expected_count)) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500516 xas_unlock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900517 return -EAGAIN;
518 }
519
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800520 newpage->index = page->index;
521 newpage->mapping = page->mapping;
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700522
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900523 get_page(newpage);
524
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500525 xas_store(&xas, newpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900526
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700527 page_ref_unfreeze(page, expected_count - 1);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900528
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500529 xas_unlock_irq(&xas);
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700530
Rafael Aquini78bd5202012-12-11 16:02:31 -0800531 return MIGRATEPAGE_SUCCESS;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900532}
533
534/*
Dave Hansen30b0a102013-11-21 14:31:58 -0800535 * Gigantic pages are so large that we do not guarantee that page++ pointer
536 * arithmetic will work across the entire page. We need something more
537 * specialized.
538 */
539static void __copy_gigantic_page(struct page *dst, struct page *src,
540 int nr_pages)
541{
542 int i;
543 struct page *dst_base = dst;
544 struct page *src_base = src;
545
546 for (i = 0; i < nr_pages; ) {
547 cond_resched();
548 copy_highpage(dst, src);
549
550 i++;
551 dst = mem_map_next(dst, dst_base, i);
552 src = mem_map_next(src, src_base, i);
553 }
554}
555
Mina Almasry8cc5fcb2021-06-30 18:48:19 -0700556void copy_huge_page(struct page *dst, struct page *src)
Dave Hansen30b0a102013-11-21 14:31:58 -0800557{
558 int i;
559 int nr_pages;
560
561 if (PageHuge(src)) {
562 /* hugetlbfs page */
563 struct hstate *h = page_hstate(src);
564 nr_pages = pages_per_huge_page(h);
565
566 if (unlikely(nr_pages > MAX_ORDER_NR_PAGES)) {
567 __copy_gigantic_page(dst, src, nr_pages);
568 return;
569 }
570 } else {
571 /* thp page */
572 BUG_ON(!PageTransHuge(src));
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700573 nr_pages = thp_nr_pages(src);
Dave Hansen30b0a102013-11-21 14:31:58 -0800574 }
575
576 for (i = 0; i < nr_pages; i++) {
577 cond_resched();
578 copy_highpage(dst + i, src + i);
579 }
580}
581
582/*
Christoph Lameterb20a3502006-03-22 00:09:12 -0800583 * Copy the page to its new location
584 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700585void migrate_page_states(struct page *newpage, struct page *page)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800586{
Rik van Riel7851a452013-10-07 11:29:23 +0100587 int cpupid;
588
Christoph Lameterb20a3502006-03-22 00:09:12 -0800589 if (PageError(page))
590 SetPageError(newpage);
591 if (PageReferenced(page))
592 SetPageReferenced(newpage);
593 if (PageUptodate(page))
594 SetPageUptodate(newpage);
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700595 if (TestClearPageActive(page)) {
Sasha Levin309381fea2014-01-23 15:52:54 -0800596 VM_BUG_ON_PAGE(PageUnevictable(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800597 SetPageActive(newpage);
Lee Schermerhorn418b27e2009-12-14 17:59:54 -0800598 } else if (TestClearPageUnevictable(page))
599 SetPageUnevictable(newpage);
Johannes Weiner1899ad12018-10-26 15:06:04 -0700600 if (PageWorkingset(page))
601 SetPageWorkingset(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800602 if (PageChecked(page))
603 SetPageChecked(newpage);
604 if (PageMappedToDisk(page))
605 SetPageMappedToDisk(newpage);
606
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800607 /* Move dirty on pages not done by migrate_page_move_mapping() */
608 if (PageDirty(page))
609 SetPageDirty(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800610
Vladimir Davydov33c3fc72015-09-09 15:35:45 -0700611 if (page_is_young(page))
612 set_page_young(newpage);
613 if (page_is_idle(page))
614 set_page_idle(newpage);
615
Rik van Riel7851a452013-10-07 11:29:23 +0100616 /*
617 * Copy NUMA information to the new page, to prevent over-eager
618 * future migrations of this same page.
619 */
620 cpupid = page_cpupid_xchg_last(page, -1);
621 page_cpupid_xchg_last(newpage, cpupid);
622
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800623 ksm_migrate_page(newpage, page);
Hugh Dickinsc8d65532013-02-22 16:35:10 -0800624 /*
625 * Please do not reorder this without considering how mm/ksm.c's
626 * get_ksm_page() depends upon ksm_migrate_page() and PageSwapCache().
627 */
Naoya Horiguchib3b3a992015-04-15 16:13:15 -0700628 if (PageSwapCache(page))
629 ClearPageSwapCache(page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800630 ClearPagePrivate(page);
Muchun Songad2fa372021-06-30 18:47:21 -0700631
632 /* page->private contains hugetlb specific flags */
633 if (!PageHuge(page))
634 set_page_private(page, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800635
636 /*
637 * If any waiters have accumulated on the new page then
638 * wake them up.
639 */
640 if (PageWriteback(newpage))
641 end_page_writeback(newpage);
Vlastimil Babkad435edc2016-03-15 14:56:15 -0700642
Yang Shi6aeff242020-04-06 20:04:21 -0700643 /*
644 * PG_readahead shares the same bit with PG_reclaim. The above
645 * end_page_writeback() may clear PG_readahead mistakenly, so set the
646 * bit after that.
647 */
648 if (PageReadahead(page))
649 SetPageReadahead(newpage);
650
Vlastimil Babkad435edc2016-03-15 14:56:15 -0700651 copy_page_owner(page, newpage);
Johannes Weiner74485cf2016-03-15 14:57:54 -0700652
Hugh Dickinsa333e3e2020-09-18 21:20:06 -0700653 if (!PageHuge(page))
654 mem_cgroup_migrate(page, newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800655}
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700656EXPORT_SYMBOL(migrate_page_states);
657
658void migrate_page_copy(struct page *newpage, struct page *page)
659{
660 if (PageHuge(page) || PageTransHuge(page))
661 copy_huge_page(newpage, page);
662 else
663 copy_highpage(newpage, page);
664
665 migrate_page_states(newpage, page);
666}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200667EXPORT_SYMBOL(migrate_page_copy);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800668
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700669/************************************************************
670 * Migration functions
671 ***********************************************************/
672
Christoph Lameterb20a3502006-03-22 00:09:12 -0800673/*
Minchan Kimbda807d2016-07-26 15:23:05 -0700674 * Common logic to directly migrate a single LRU page suitable for
David Howells266cf652009-04-03 16:42:36 +0100675 * pages that do not use PagePrivate/PagePrivate2.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800676 *
677 * Pages are locked upon entry and exit.
678 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -0700679int migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800680 struct page *newpage, struct page *page,
681 enum migrate_mode mode)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800682{
683 int rc;
684
685 BUG_ON(PageWriteback(page)); /* Writeback must be complete */
686
Keith Busch37109692019-07-18 15:58:46 -0700687 rc = migrate_page_move_mapping(mapping, newpage, page, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800688
Rafael Aquini78bd5202012-12-11 16:02:31 -0800689 if (rc != MIGRATEPAGE_SUCCESS)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800690 return rc;
691
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700692 if (mode != MIGRATE_SYNC_NO_COPY)
693 migrate_page_copy(newpage, page);
694 else
695 migrate_page_states(newpage, page);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800696 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800697}
698EXPORT_SYMBOL(migrate_page);
699
David Howells93614012006-09-30 20:45:40 +0200700#ifdef CONFIG_BLOCK
Jan Kara84ade7c2018-12-28 00:39:09 -0800701/* Returns true if all buffers are successfully locked */
702static bool buffer_migrate_lock_buffers(struct buffer_head *head,
703 enum migrate_mode mode)
704{
705 struct buffer_head *bh = head;
706
707 /* Simple case, sync compaction */
708 if (mode != MIGRATE_ASYNC) {
709 do {
Jan Kara84ade7c2018-12-28 00:39:09 -0800710 lock_buffer(bh);
711 bh = bh->b_this_page;
712
713 } while (bh != head);
714
715 return true;
716 }
717
718 /* async case, we cannot block on lock_buffer so use trylock_buffer */
719 do {
Jan Kara84ade7c2018-12-28 00:39:09 -0800720 if (!trylock_buffer(bh)) {
721 /*
722 * We failed to lock the buffer and cannot stall in
723 * async migration. Release the taken locks
724 */
725 struct buffer_head *failed_bh = bh;
Jan Kara84ade7c2018-12-28 00:39:09 -0800726 bh = head;
727 while (bh != failed_bh) {
728 unlock_buffer(bh);
Jan Kara84ade7c2018-12-28 00:39:09 -0800729 bh = bh->b_this_page;
730 }
731 return false;
732 }
733
734 bh = bh->b_this_page;
735 } while (bh != head);
736 return true;
737}
738
Jan Kara89cb0882018-12-28 00:39:12 -0800739static int __buffer_migrate_page(struct address_space *mapping,
740 struct page *newpage, struct page *page, enum migrate_mode mode,
741 bool check_refs)
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700742{
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700743 struct buffer_head *bh, *head;
744 int rc;
Jan Karacc4f11e2018-12-28 00:39:05 -0800745 int expected_count;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700746
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700747 if (!page_has_buffers(page))
Mel Gormana6bc32b2012-01-12 17:19:43 -0800748 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700749
Jan Karacc4f11e2018-12-28 00:39:05 -0800750 /* Check whether page does not have extra refs before we do more work */
Jan Karaf9004822019-03-05 15:48:46 -0800751 expected_count = expected_page_refs(mapping, page);
Jan Karacc4f11e2018-12-28 00:39:05 -0800752 if (page_count(page) != expected_count)
753 return -EAGAIN;
754
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700755 head = page_buffers(page);
Jan Karacc4f11e2018-12-28 00:39:05 -0800756 if (!buffer_migrate_lock_buffers(head, mode))
757 return -EAGAIN;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700758
Jan Kara89cb0882018-12-28 00:39:12 -0800759 if (check_refs) {
760 bool busy;
761 bool invalidated = false;
762
763recheck_buffers:
764 busy = false;
765 spin_lock(&mapping->private_lock);
766 bh = head;
767 do {
768 if (atomic_read(&bh->b_count)) {
769 busy = true;
770 break;
771 }
772 bh = bh->b_this_page;
773 } while (bh != head);
Jan Kara89cb0882018-12-28 00:39:12 -0800774 if (busy) {
775 if (invalidated) {
776 rc = -EAGAIN;
777 goto unlock_buffers;
778 }
Jan Karaebdf4de2019-08-02 21:48:47 -0700779 spin_unlock(&mapping->private_lock);
Jan Kara89cb0882018-12-28 00:39:12 -0800780 invalidate_bh_lrus();
781 invalidated = true;
782 goto recheck_buffers;
783 }
784 }
785
Keith Busch37109692019-07-18 15:58:46 -0700786 rc = migrate_page_move_mapping(mapping, newpage, page, 0);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800787 if (rc != MIGRATEPAGE_SUCCESS)
Jan Karacc4f11e2018-12-28 00:39:05 -0800788 goto unlock_buffers;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700789
Guoqing Jiangcd0f3712020-06-01 21:48:06 -0700790 attach_page_private(newpage, detach_page_private(page));
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700791
792 bh = head;
793 do {
794 set_bh_page(bh, newpage, bh_offset(bh));
795 bh = bh->b_this_page;
796
797 } while (bh != head);
798
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700799 if (mode != MIGRATE_SYNC_NO_COPY)
800 migrate_page_copy(newpage, page);
801 else
802 migrate_page_states(newpage, page);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700803
Jan Karacc4f11e2018-12-28 00:39:05 -0800804 rc = MIGRATEPAGE_SUCCESS;
805unlock_buffers:
Jan Karaebdf4de2019-08-02 21:48:47 -0700806 if (check_refs)
807 spin_unlock(&mapping->private_lock);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700808 bh = head;
809 do {
810 unlock_buffer(bh);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700811 bh = bh->b_this_page;
812
813 } while (bh != head);
814
Jan Karacc4f11e2018-12-28 00:39:05 -0800815 return rc;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700816}
Jan Kara89cb0882018-12-28 00:39:12 -0800817
818/*
819 * Migration function for pages with buffers. This function can only be used
820 * if the underlying filesystem guarantees that no other references to "page"
821 * exist. For example attached buffer heads are accessed only under page lock.
822 */
823int buffer_migrate_page(struct address_space *mapping,
824 struct page *newpage, struct page *page, enum migrate_mode mode)
825{
826 return __buffer_migrate_page(mapping, newpage, page, mode, false);
827}
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700828EXPORT_SYMBOL(buffer_migrate_page);
Jan Kara89cb0882018-12-28 00:39:12 -0800829
830/*
831 * Same as above except that this variant is more careful and checks that there
832 * are also no buffer head references. This function is the right one for
833 * mappings where buffer heads are directly looked up and referenced (such as
834 * block device mappings).
835 */
836int buffer_migrate_page_norefs(struct address_space *mapping,
837 struct page *newpage, struct page *page, enum migrate_mode mode)
838{
839 return __buffer_migrate_page(mapping, newpage, page, mode, true);
840}
David Howells93614012006-09-30 20:45:40 +0200841#endif
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700842
Christoph Lameter04e62a22006-06-23 02:03:38 -0700843/*
844 * Writeback a page to clean the dirty state
845 */
846static int writeout(struct address_space *mapping, struct page *page)
847{
848 struct writeback_control wbc = {
849 .sync_mode = WB_SYNC_NONE,
850 .nr_to_write = 1,
851 .range_start = 0,
852 .range_end = LLONG_MAX,
Christoph Lameter04e62a22006-06-23 02:03:38 -0700853 .for_reclaim = 1
854 };
855 int rc;
856
857 if (!mapping->a_ops->writepage)
858 /* No write method for the address space */
859 return -EINVAL;
860
861 if (!clear_page_dirty_for_io(page))
862 /* Someone else already triggered a write */
863 return -EAGAIN;
864
865 /*
866 * A dirty page may imply that the underlying filesystem has
867 * the page on some queue. So the page must be clean for
868 * migration. Writeout may mean we loose the lock and the
869 * page state is no longer what we checked for earlier.
870 * At this point we know that the migration attempt cannot
871 * be successful.
872 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700873 remove_migration_ptes(page, page, false);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700874
875 rc = mapping->a_ops->writepage(page, &wbc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700876
877 if (rc != AOP_WRITEPAGE_ACTIVATE)
878 /* unlocked. Relock */
879 lock_page(page);
880
Hugh Dickinsbda85502008-11-19 15:36:36 -0800881 return (rc < 0) ? -EIO : -EAGAIN;
Christoph Lameter04e62a22006-06-23 02:03:38 -0700882}
883
884/*
885 * Default handling if a filesystem does not provide a migration function.
886 */
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700887static int fallback_migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800888 struct page *newpage, struct page *page, enum migrate_mode mode)
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700889{
Mel Gormanb969c4ab2012-01-12 17:19:34 -0800890 if (PageDirty(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800891 /* Only writeback pages in full synchronous migration */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700892 switch (mode) {
893 case MIGRATE_SYNC:
894 case MIGRATE_SYNC_NO_COPY:
895 break;
896 default:
Mel Gormanb969c4ab2012-01-12 17:19:34 -0800897 return -EBUSY;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700898 }
Christoph Lameter04e62a22006-06-23 02:03:38 -0700899 return writeout(mapping, page);
Mel Gormanb969c4ab2012-01-12 17:19:34 -0800900 }
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700901
902 /*
903 * Buffers may be managed in a filesystem specific way.
904 * We must have no buffers or drop them.
905 */
David Howells266cf652009-04-03 16:42:36 +0100906 if (page_has_private(page) &&
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700907 !try_to_release_page(page, GFP_KERNEL))
Mel Gorman806031b2019-03-05 15:44:43 -0800908 return mode == MIGRATE_SYNC ? -EAGAIN : -EBUSY;
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700909
Mel Gormana6bc32b2012-01-12 17:19:43 -0800910 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700911}
912
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700913/*
Christoph Lametere24f0b82006-06-23 02:03:51 -0700914 * Move a page to a newly allocated page
915 * The page is locked and all ptes have been successfully removed.
916 *
917 * The new page will have replaced the old page if this function
918 * is successful.
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700919 *
920 * Return value:
921 * < 0 - error code
Rafael Aquini78bd5202012-12-11 16:02:31 -0800922 * MIGRATEPAGE_SUCCESS - success
Christoph Lametere24f0b82006-06-23 02:03:51 -0700923 */
Mel Gorman3fe20112010-05-24 14:32:20 -0700924static int move_to_new_page(struct page *newpage, struct page *page,
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800925 enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700926{
927 struct address_space *mapping;
Minchan Kimbda807d2016-07-26 15:23:05 -0700928 int rc = -EAGAIN;
929 bool is_lru = !__PageMovable(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700930
Hugh Dickins7db76712015-11-05 18:49:49 -0800931 VM_BUG_ON_PAGE(!PageLocked(page), page);
932 VM_BUG_ON_PAGE(!PageLocked(newpage), newpage);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700933
Christoph Lametere24f0b82006-06-23 02:03:51 -0700934 mapping = page_mapping(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700935
936 if (likely(is_lru)) {
937 if (!mapping)
938 rc = migrate_page(mapping, newpage, page, mode);
939 else if (mapping->a_ops->migratepage)
940 /*
941 * Most pages have a mapping and most filesystems
942 * provide a migratepage callback. Anonymous pages
943 * are part of swap space which also has its own
944 * migratepage callback. This is the most common path
945 * for page migration.
946 */
947 rc = mapping->a_ops->migratepage(mapping, newpage,
948 page, mode);
949 else
950 rc = fallback_migrate_page(mapping, newpage,
951 page, mode);
952 } else {
Christoph Lametere24f0b82006-06-23 02:03:51 -0700953 /*
Minchan Kimbda807d2016-07-26 15:23:05 -0700954 * In case of non-lru page, it could be released after
955 * isolation step. In that case, we shouldn't try migration.
Christoph Lametere24f0b82006-06-23 02:03:51 -0700956 */
Minchan Kimbda807d2016-07-26 15:23:05 -0700957 VM_BUG_ON_PAGE(!PageIsolated(page), page);
958 if (!PageMovable(page)) {
959 rc = MIGRATEPAGE_SUCCESS;
960 __ClearPageIsolated(page);
961 goto out;
962 }
963
964 rc = mapping->a_ops->migratepage(mapping, newpage,
965 page, mode);
966 WARN_ON_ONCE(rc == MIGRATEPAGE_SUCCESS &&
967 !PageIsolated(page));
968 }
Christoph Lametere24f0b82006-06-23 02:03:51 -0700969
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800970 /*
971 * When successful, old pagecache page->mapping must be cleared before
972 * page is freed; but stats require that PageAnon be left as PageAnon.
973 */
974 if (rc == MIGRATEPAGE_SUCCESS) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700975 if (__PageMovable(page)) {
976 VM_BUG_ON_PAGE(!PageIsolated(page), page);
977
978 /*
979 * We clear PG_movable under page_lock so any compactor
980 * cannot try to migrate this page.
981 */
982 __ClearPageIsolated(page);
983 }
984
985 /*
Ralph Campbellc23a0c92020-01-30 22:14:41 -0800986 * Anonymous and movable page->mapping will be cleared by
Minchan Kimbda807d2016-07-26 15:23:05 -0700987 * free_pages_prepare so don't reset it here for keeping
988 * the type to work PageAnon, for example.
989 */
990 if (!PageMappingFlags(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800991 page->mapping = NULL;
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700992
Christoph Hellwig25b29952019-06-13 22:50:49 +0200993 if (likely(!is_zone_device_page(newpage)))
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700994 flush_dcache_page(newpage);
995
Mel Gorman3fe20112010-05-24 14:32:20 -0700996 }
Minchan Kimbda807d2016-07-26 15:23:05 -0700997out:
Christoph Lametere24f0b82006-06-23 02:03:51 -0700998 return rc;
999}
1000
Minchan Kim0dabec92011-10-31 17:06:57 -07001001static int __unmap_and_move(struct page *page, struct page *newpage,
Hugh Dickins9c620e22013-02-22 16:35:14 -08001002 int force, enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -07001003{
Minchan Kim0dabec92011-10-31 17:06:57 -07001004 int rc = -EAGAIN;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001005 int page_was_mapped = 0;
Mel Gorman3f6c8272010-05-24 14:32:17 -07001006 struct anon_vma *anon_vma = NULL;
Minchan Kimbda807d2016-07-26 15:23:05 -07001007 bool is_lru = !__PageMovable(page);
Christoph Lameter95a402c2006-06-23 02:03:53 -07001008
Nick Piggin529ae9a2008-08-02 12:01:03 +02001009 if (!trylock_page(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -08001010 if (!force || mode == MIGRATE_ASYNC)
Minchan Kim0dabec92011-10-31 17:06:57 -07001011 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -08001012
1013 /*
1014 * It's not safe for direct compaction to call lock_page.
1015 * For example, during page readahead pages are added locked
1016 * to the LRU. Later, when the IO completes the pages are
1017 * marked uptodate and unlocked. However, the queueing
1018 * could be merging multiple pages for one bio (e.g.
Matthew Wilcox (Oracle)d4388342020-06-01 21:47:02 -07001019 * mpage_readahead). If an allocation happens for the
Mel Gorman3e7d3442011-01-13 15:45:56 -08001020 * second or third page, the process can end up locking
1021 * the same page twice and deadlocking. Rather than
1022 * trying to be clever about what pages can be locked,
1023 * avoid the use of lock_page for direct compaction
1024 * altogether.
1025 */
1026 if (current->flags & PF_MEMALLOC)
Minchan Kim0dabec92011-10-31 17:06:57 -07001027 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -08001028
Christoph Lametere24f0b82006-06-23 02:03:51 -07001029 lock_page(page);
1030 }
1031
1032 if (PageWriteback(page)) {
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001033 /*
Jianguo Wufed5b642013-04-29 15:07:58 -07001034 * Only in the case of a full synchronous migration is it
Mel Gormana6bc32b2012-01-12 17:19:43 -08001035 * necessary to wait for PageWriteback. In the async case,
1036 * the retry loop is too short and in the sync-light case,
1037 * the overhead of stalling is too much
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001038 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001039 switch (mode) {
1040 case MIGRATE_SYNC:
1041 case MIGRATE_SYNC_NO_COPY:
1042 break;
1043 default:
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001044 rc = -EBUSY;
Johannes Weiner0a31bc92014-08-08 14:19:22 -07001045 goto out_unlock;
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001046 }
1047 if (!force)
Johannes Weiner0a31bc92014-08-08 14:19:22 -07001048 goto out_unlock;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001049 wait_on_page_writeback(page);
1050 }
Hugh Dickins03f15c82015-11-05 18:49:56 -08001051
Christoph Lametere24f0b82006-06-23 02:03:51 -07001052 /*
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001053 * By try_to_unmap(), page->mapcount goes down to 0 here. In this case,
1054 * we cannot notice that anon_vma is freed while we migrates a page.
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001055 * This get_anon_vma() delays freeing anon_vma pointer until the end
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001056 * of migration. File cache pages are no problem because of page_lock()
KAMEZAWA Hiroyuki989f89c2007-08-30 23:56:21 -07001057 * File Caches may use write_page() or lock_page() in migration, then,
1058 * just care Anon page here.
Hugh Dickins03f15c82015-11-05 18:49:56 -08001059 *
1060 * Only page_get_anon_vma() understands the subtleties of
1061 * getting a hold on an anon_vma from outside one of its mms.
1062 * But if we cannot get anon_vma, then we won't need it anyway,
1063 * because that implies that the anon page is no longer mapped
1064 * (and cannot be remapped so long as we hold the page lock).
Christoph Lametere24f0b82006-06-23 02:03:51 -07001065 */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001066 if (PageAnon(page) && !PageKsm(page))
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001067 anon_vma = page_get_anon_vma(page);
Shaohua Li62e1c552008-02-04 22:29:33 -08001068
Hugh Dickins7db76712015-11-05 18:49:49 -08001069 /*
1070 * Block others from accessing the new page when we get around to
1071 * establishing additional references. We are usually the only one
1072 * holding a reference to newpage at this point. We used to have a BUG
1073 * here if trylock_page(newpage) fails, but would like to allow for
1074 * cases where there might be a race with the previous use of newpage.
1075 * This is much like races on refcount of oldpage: just don't BUG().
1076 */
1077 if (unlikely(!trylock_page(newpage)))
1078 goto out_unlock;
1079
Minchan Kimbda807d2016-07-26 15:23:05 -07001080 if (unlikely(!is_lru)) {
1081 rc = move_to_new_page(newpage, page, mode);
1082 goto out_unlock_both;
1083 }
1084
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001085 /*
Shaohua Li62e1c552008-02-04 22:29:33 -08001086 * Corner case handling:
1087 * 1. When a new swap-cache page is read into, it is added to the LRU
1088 * and treated as swapcache but it has no rmap yet.
1089 * Calling try_to_unmap() against a page->mapping==NULL page will
1090 * trigger a BUG. So handle it here.
Yang Shid12b8952020-12-14 19:13:02 -08001091 * 2. An orphaned page (see truncate_cleanup_page) might have
Shaohua Li62e1c552008-02-04 22:29:33 -08001092 * fs-private metadata. The page can be picked up due to memory
1093 * offlining. Everywhere else except page reclaim, the page is
1094 * invisible to the vm, so the page can not be migrated. So try to
1095 * free the metadata, so the page can be freed.
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001096 */
Shaohua Li62e1c552008-02-04 22:29:33 -08001097 if (!page->mapping) {
Sasha Levin309381fea2014-01-23 15:52:54 -08001098 VM_BUG_ON_PAGE(PageAnon(page), page);
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001099 if (page_has_private(page)) {
Shaohua Li62e1c552008-02-04 22:29:33 -08001100 try_to_free_buffers(page);
Hugh Dickins7db76712015-11-05 18:49:49 -08001101 goto out_unlock_both;
Shaohua Li62e1c552008-02-04 22:29:33 -08001102 }
Hugh Dickins7db76712015-11-05 18:49:49 -08001103 } else if (page_mapped(page)) {
1104 /* Establish migration ptes */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001105 VM_BUG_ON_PAGE(PageAnon(page) && !PageKsm(page) && !anon_vma,
1106 page);
Shakeel Butt013339d2020-12-14 19:06:39 -08001107 try_to_unmap(page, TTU_MIGRATION|TTU_IGNORE_MLOCK);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001108 page_was_mapped = 1;
1109 }
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001110
Christoph Lametere6a15302006-06-25 05:46:49 -07001111 if (!page_mapped(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001112 rc = move_to_new_page(newpage, page, mode);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001113
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001114 if (page_was_mapped)
1115 remove_migration_ptes(page,
Kirill A. Shutemove3884662016-03-17 14:20:07 -07001116 rc == MIGRATEPAGE_SUCCESS ? newpage : page, false);
Mel Gorman3f6c8272010-05-24 14:32:17 -07001117
Hugh Dickins7db76712015-11-05 18:49:49 -08001118out_unlock_both:
1119 unlock_page(newpage);
1120out_unlock:
Mel Gorman3f6c8272010-05-24 14:32:17 -07001121 /* Drop an anon_vma reference if we took one */
Rik van Riel76545062010-08-09 17:18:41 -07001122 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001123 put_anon_vma(anon_vma);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001124 unlock_page(page);
Minchan Kim0dabec92011-10-31 17:06:57 -07001125out:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001126 /*
1127 * If migration is successful, decrease refcount of the newpage
1128 * which will not free the page because new page owner increased
1129 * refcounter. As well, if it is LRU page, add the page to LRU
David Hildenbrande0a352f2019-02-01 14:21:19 -08001130 * list in here. Use the old state of the isolated source page to
1131 * determine if we migrated a LRU page. newpage was already unlocked
1132 * and possibly modified by its owner - don't rely on the page
1133 * state.
Minchan Kimc6c919e2016-07-26 15:23:02 -07001134 */
1135 if (rc == MIGRATEPAGE_SUCCESS) {
David Hildenbrande0a352f2019-02-01 14:21:19 -08001136 if (unlikely(!is_lru))
Minchan Kimc6c919e2016-07-26 15:23:02 -07001137 put_page(newpage);
1138 else
1139 putback_lru_page(newpage);
1140 }
1141
Minchan Kim0dabec92011-10-31 17:06:57 -07001142 return rc;
1143}
Christoph Lameter95a402c2006-06-23 02:03:53 -07001144
Minchan Kim0dabec92011-10-31 17:06:57 -07001145/*
1146 * Obtain the lock on page, remove all ptes and migrate the page
1147 * to the newly allocated page in newpage.
1148 */
Linus Torvalds6ec44762020-07-08 10:48:35 -07001149static int unmap_and_move(new_page_t get_new_page,
Geert Uytterhoevenef2a5152015-04-14 15:44:22 -07001150 free_page_t put_new_page,
1151 unsigned long private, struct page *page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001152 int force, enum migrate_mode mode,
Yang Shidd4ae782020-12-14 19:13:06 -08001153 enum migrate_reason reason,
1154 struct list_head *ret)
Minchan Kim0dabec92011-10-31 17:06:57 -07001155{
Hugh Dickins2def7422015-11-05 18:49:46 -08001156 int rc = MIGRATEPAGE_SUCCESS;
Yang Shi74d4a572019-11-30 17:57:12 -08001157 struct page *newpage = NULL;
Minchan Kim0dabec92011-10-31 17:06:57 -07001158
Michal Hocko94723aa2018-04-10 16:30:07 -07001159 if (!thp_migration_supported() && PageTransHuge(page))
Yang Shid532e2e2020-12-14 19:13:16 -08001160 return -ENOSYS;
Michal Hocko94723aa2018-04-10 16:30:07 -07001161
Minchan Kim0dabec92011-10-31 17:06:57 -07001162 if (page_count(page) == 1) {
1163 /* page was freed from under us. So we are done. */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001164 ClearPageActive(page);
1165 ClearPageUnevictable(page);
Minchan Kimbda807d2016-07-26 15:23:05 -07001166 if (unlikely(__PageMovable(page))) {
1167 lock_page(page);
1168 if (!PageMovable(page))
1169 __ClearPageIsolated(page);
1170 unlock_page(page);
1171 }
Minchan Kim0dabec92011-10-31 17:06:57 -07001172 goto out;
1173 }
1174
Yang Shi74d4a572019-11-30 17:57:12 -08001175 newpage = get_new_page(page, private);
1176 if (!newpage)
1177 return -ENOMEM;
1178
Hugh Dickins9c620e22013-02-22 16:35:14 -08001179 rc = __unmap_and_move(page, newpage, force, mode);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001180 if (rc == MIGRATEPAGE_SUCCESS)
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001181 set_page_owner_migrate_reason(newpage, reason);
Rafael Aquinibf6bddf12012-12-11 16:02:42 -08001182
Minchan Kim0dabec92011-10-31 17:06:57 -07001183out:
Christoph Lametere24f0b82006-06-23 02:03:51 -07001184 if (rc != -EAGAIN) {
Minchan Kim0dabec92011-10-31 17:06:57 -07001185 /*
1186 * A page that has been migrated has all references
1187 * removed and will be freed. A page that has not been
Ralph Campbellc23a0c92020-01-30 22:14:41 -08001188 * migrated will have kept its references and be restored.
Minchan Kim0dabec92011-10-31 17:06:57 -07001189 */
1190 list_del(&page->lru);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001191 }
David Rientjes68711a72014-06-04 16:08:25 -07001192
Christoph Lameter95a402c2006-06-23 02:03:53 -07001193 /*
Minchan Kimc6c919e2016-07-26 15:23:02 -07001194 * If migration is successful, releases reference grabbed during
1195 * isolation. Otherwise, restore the page to right list unless
1196 * we want to retry.
Christoph Lameter95a402c2006-06-23 02:03:53 -07001197 */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001198 if (rc == MIGRATEPAGE_SUCCESS) {
Yang Shidd4ae782020-12-14 19:13:06 -08001199 /*
1200 * Compaction can migrate also non-LRU pages which are
1201 * not accounted to NR_ISOLATED_*. They can be recognized
1202 * as __PageMovable
1203 */
1204 if (likely(!__PageMovable(page)))
1205 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
1206 page_is_file_lru(page), -thp_nr_pages(page));
1207
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001208 if (reason != MR_MEMORY_FAILURE)
Minchan Kimc6c919e2016-07-26 15:23:02 -07001209 /*
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001210 * We release the page in page_handle_poison.
Minchan Kimc6c919e2016-07-26 15:23:02 -07001211 */
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001212 put_page(page);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001213 } else {
Yang Shidd4ae782020-12-14 19:13:06 -08001214 if (rc != -EAGAIN)
1215 list_add_tail(&page->lru, ret);
Minchan Kimbda807d2016-07-26 15:23:05 -07001216
Minchan Kimc6c919e2016-07-26 15:23:02 -07001217 if (put_new_page)
1218 put_new_page(newpage, private);
1219 else
1220 put_page(newpage);
1221 }
David Rientjes68711a72014-06-04 16:08:25 -07001222
Christoph Lametere24f0b82006-06-23 02:03:51 -07001223 return rc;
1224}
1225
1226/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001227 * Counterpart of unmap_and_move_page() for hugepage migration.
1228 *
1229 * This function doesn't wait the completion of hugepage I/O
1230 * because there is no race between I/O and migration for hugepage.
1231 * Note that currently hugepage I/O occurs only in direct I/O
1232 * where no lock is held and PG_writeback is irrelevant,
1233 * and writeback status of all subpages are counted in the reference
1234 * count of the head page (i.e. if all subpages of a 2MB hugepage are
1235 * under direct I/O, the reference of the head page is 512 and a bit more.)
1236 * This means that when we try to migrate hugepage whose subpages are
1237 * doing direct I/O, some references remain after try_to_unmap() and
1238 * hugepage migration fails without data corruption.
1239 *
1240 * There is also no race when direct I/O is issued on the page under migration,
1241 * because then pte is replaced with migration swap entry and direct I/O code
1242 * will wait in the page fault for migration to complete.
1243 */
1244static int unmap_and_move_huge_page(new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001245 free_page_t put_new_page, unsigned long private,
1246 struct page *hpage, int force,
Yang Shidd4ae782020-12-14 19:13:06 -08001247 enum migrate_mode mode, int reason,
1248 struct list_head *ret)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001249{
Hugh Dickins2def7422015-11-05 18:49:46 -08001250 int rc = -EAGAIN;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001251 int page_was_mapped = 0;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001252 struct page *new_hpage;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001253 struct anon_vma *anon_vma = NULL;
Mike Kravetzc0d03812020-04-01 21:11:05 -07001254 struct address_space *mapping = NULL;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001255
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001256 /*
Anshuman Khandual7ed2c312019-03-05 15:43:44 -08001257 * Migratability of hugepages depends on architectures and their size.
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001258 * This check is necessary because some callers of hugepage migration
1259 * like soft offline and memory hotremove don't walk through page
1260 * tables or check whether the hugepage is pmd-based or not before
1261 * kicking migration.
1262 */
Naoya Horiguchi100873d2014-06-04 16:10:56 -07001263 if (!hugepage_migration_supported(page_hstate(hpage))) {
Yang Shidd4ae782020-12-14 19:13:06 -08001264 list_move_tail(&hpage->lru, ret);
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001265 return -ENOSYS;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001266 }
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001267
Muchun Song71a64f62021-02-04 18:32:17 -08001268 if (page_count(hpage) == 1) {
1269 /* page was freed from under us. So we are done. */
1270 putback_active_hugepage(hpage);
1271 return MIGRATEPAGE_SUCCESS;
1272 }
1273
Michal Hocko666feb22018-04-10 16:30:03 -07001274 new_hpage = get_new_page(hpage, private);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001275 if (!new_hpage)
1276 return -ENOMEM;
1277
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001278 if (!trylock_page(hpage)) {
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001279 if (!force)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001280 goto out;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001281 switch (mode) {
1282 case MIGRATE_SYNC:
1283 case MIGRATE_SYNC_NO_COPY:
1284 break;
1285 default:
1286 goto out;
1287 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001288 lock_page(hpage);
1289 }
1290
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001291 /*
1292 * Check for pages which are in the process of being freed. Without
1293 * page_mapping() set, hugetlbfs specific move page routine will not
1294 * be called and we could leak usage counts for subpools.
1295 */
Muchun Song6acfb5b2021-06-30 18:51:29 -07001296 if (hugetlb_page_subpool(hpage) && !page_mapping(hpage)) {
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001297 rc = -EBUSY;
1298 goto out_unlock;
1299 }
1300
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001301 if (PageAnon(hpage))
1302 anon_vma = page_get_anon_vma(hpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001303
Hugh Dickins7db76712015-11-05 18:49:49 -08001304 if (unlikely(!trylock_page(new_hpage)))
1305 goto put_anon;
1306
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001307 if (page_mapped(hpage)) {
Mike Kravetz336bf302020-11-13 22:52:16 -08001308 bool mapping_locked = false;
Shakeel Butt013339d2020-12-14 19:06:39 -08001309 enum ttu_flags ttu = TTU_MIGRATION|TTU_IGNORE_MLOCK;
Mike Kravetzc0d03812020-04-01 21:11:05 -07001310
Mike Kravetz336bf302020-11-13 22:52:16 -08001311 if (!PageAnon(hpage)) {
1312 /*
1313 * In shared mappings, try_to_unmap could potentially
1314 * call huge_pmd_unshare. Because of this, take
1315 * semaphore in write mode here and set TTU_RMAP_LOCKED
1316 * to let lower levels know we have taken the lock.
1317 */
1318 mapping = hugetlb_page_mapping_lock_write(hpage);
1319 if (unlikely(!mapping))
1320 goto unlock_put_anon;
1321
1322 mapping_locked = true;
1323 ttu |= TTU_RMAP_LOCKED;
1324 }
1325
1326 try_to_unmap(hpage, ttu);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001327 page_was_mapped = 1;
Mike Kravetz336bf302020-11-13 22:52:16 -08001328
1329 if (mapping_locked)
1330 i_mmap_unlock_write(mapping);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001331 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001332
1333 if (!page_mapped(hpage))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001334 rc = move_to_new_page(new_hpage, hpage, mode);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001335
Mike Kravetz336bf302020-11-13 22:52:16 -08001336 if (page_was_mapped)
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001337 remove_migration_ptes(hpage,
Mike Kravetz336bf302020-11-13 22:52:16 -08001338 rc == MIGRATEPAGE_SUCCESS ? new_hpage : hpage, false);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001339
Mike Kravetzc0d03812020-04-01 21:11:05 -07001340unlock_put_anon:
Hugh Dickins7db76712015-11-05 18:49:49 -08001341 unlock_page(new_hpage);
1342
1343put_anon:
Hugh Dickinsfd4a4662011-01-13 15:47:31 -08001344 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001345 put_anon_vma(anon_vma);
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001346
Hugh Dickins2def7422015-11-05 18:49:46 -08001347 if (rc == MIGRATEPAGE_SUCCESS) {
Michal Hockoab5ac902018-01-31 16:20:48 -08001348 move_hugetlb_state(hpage, new_hpage, reason);
Hugh Dickins2def7422015-11-05 18:49:46 -08001349 put_new_page = NULL;
1350 }
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001351
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001352out_unlock:
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001353 unlock_page(hpage);
Hillf Danton09761332011-12-08 14:34:20 -08001354out:
Yang Shidd4ae782020-12-14 19:13:06 -08001355 if (rc == MIGRATEPAGE_SUCCESS)
Naoya Horiguchib8ec1ce2013-09-11 14:22:01 -07001356 putback_active_hugepage(hpage);
Miaohe Lina04840c2021-05-04 18:37:07 -07001357 else if (rc != -EAGAIN)
Yang Shidd4ae782020-12-14 19:13:06 -08001358 list_move_tail(&hpage->lru, ret);
David Rientjes68711a72014-06-04 16:08:25 -07001359
1360 /*
1361 * If migration was not successful and there's a freeing callback, use
1362 * it. Otherwise, put_page() will drop the reference grabbed during
1363 * isolation.
1364 */
Hugh Dickins2def7422015-11-05 18:49:46 -08001365 if (put_new_page)
David Rientjes68711a72014-06-04 16:08:25 -07001366 put_new_page(new_hpage, private);
1367 else
Naoya Horiguchi3aaa76e2015-09-22 14:59:14 -07001368 putback_active_hugepage(new_hpage);
David Rientjes68711a72014-06-04 16:08:25 -07001369
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001370 return rc;
1371}
1372
Yang Shid532e2e2020-12-14 19:13:16 -08001373static inline int try_split_thp(struct page *page, struct page **page2,
1374 struct list_head *from)
1375{
1376 int rc = 0;
1377
1378 lock_page(page);
1379 rc = split_huge_page_to_list(page, from);
1380 unlock_page(page);
1381 if (!rc)
1382 list_safe_reset_next(page, *page2, lru);
1383
1384 return rc;
1385}
1386
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001387/*
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001388 * migrate_pages - migrate the pages specified in a list, to the free pages
1389 * supplied as the target for the page migration
Christoph Lameterb20a3502006-03-22 00:09:12 -08001390 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001391 * @from: The list of pages to be migrated.
1392 * @get_new_page: The function used to allocate free pages to be used
1393 * as the target of the page migration.
David Rientjes68711a72014-06-04 16:08:25 -07001394 * @put_new_page: The function used to free target pages if migration
1395 * fails, or NULL if no special handling is necessary.
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001396 * @private: Private data to be passed on to get_new_page()
1397 * @mode: The migration mode that specifies the constraints for
1398 * page migration, if any.
1399 * @reason: The reason for page migration.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001400 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001401 * The function returns after 10 attempts or if no pages are movable any more
1402 * because the list has become empty or no retryable pages exist any more.
Yang Shidd4ae782020-12-14 19:13:06 -08001403 * It is caller's responsibility to call putback_movable_pages() to return pages
1404 * to the LRU or free list only if ret != 0.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001405 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001406 * Returns the number of pages that were not migrated, or an error code.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001407 */
Hugh Dickins9c620e22013-02-22 16:35:14 -08001408int migrate_pages(struct list_head *from, new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001409 free_page_t put_new_page, unsigned long private,
1410 enum migrate_mode mode, int reason)
Christoph Lameterb20a3502006-03-22 00:09:12 -08001411{
Christoph Lametere24f0b82006-06-23 02:03:51 -07001412 int retry = 1;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001413 int thp_retry = 1;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001414 int nr_failed = 0;
Mel Gorman5647bc22012-10-19 10:46:20 +01001415 int nr_succeeded = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001416 int nr_thp_succeeded = 0;
1417 int nr_thp_failed = 0;
1418 int nr_thp_split = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001419 int pass = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001420 bool is_thp = false;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001421 struct page *page;
1422 struct page *page2;
1423 int swapwrite = current->flags & PF_SWAPWRITE;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001424 int rc, nr_subpages;
Yang Shidd4ae782020-12-14 19:13:06 -08001425 LIST_HEAD(ret_pages);
Yang Shib0b515b2021-06-30 18:51:48 -07001426 bool nosplit = (reason == MR_NUMA_MISPLACED);
Christoph Lameterb20a3502006-03-22 00:09:12 -08001427
Liam Mark7bc1aec2021-05-04 18:37:25 -07001428 trace_mm_migrate_pages_start(mode, reason);
1429
Christoph Lameterb20a3502006-03-22 00:09:12 -08001430 if (!swapwrite)
1431 current->flags |= PF_SWAPWRITE;
1432
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001433 for (pass = 0; pass < 10 && (retry || thp_retry); pass++) {
Christoph Lametere24f0b82006-06-23 02:03:51 -07001434 retry = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001435 thp_retry = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001436
Christoph Lametere24f0b82006-06-23 02:03:51 -07001437 list_for_each_entry_safe(page, page2, from, lru) {
Michal Hocko94723aa2018-04-10 16:30:07 -07001438retry:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001439 /*
1440 * THP statistics is based on the source huge page.
1441 * Capture required information that might get lost
1442 * during migration.
1443 */
Zi Yan6c5c7b92020-09-25 21:19:14 -07001444 is_thp = PageTransHuge(page) && !PageHuge(page);
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07001445 nr_subpages = thp_nr_pages(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001446 cond_resched();
Christoph Lameterb20a3502006-03-22 00:09:12 -08001447
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001448 if (PageHuge(page))
1449 rc = unmap_and_move_huge_page(get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001450 put_new_page, private, page,
Yang Shidd4ae782020-12-14 19:13:06 -08001451 pass > 2, mode, reason,
1452 &ret_pages);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001453 else
David Rientjes68711a72014-06-04 16:08:25 -07001454 rc = unmap_and_move(get_new_page, put_new_page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001455 private, page, pass > 2, mode,
Yang Shidd4ae782020-12-14 19:13:06 -08001456 reason, &ret_pages);
1457 /*
1458 * The rules are:
1459 * Success: non hugetlb page will be freed, hugetlb
1460 * page will be put back
1461 * -EAGAIN: stay on the from list
1462 * -ENOMEM: stay on the from list
1463 * Other errno: put on ret_pages list then splice to
1464 * from list
1465 */
Christoph Lametere24f0b82006-06-23 02:03:51 -07001466 switch(rc) {
Yang Shid532e2e2020-12-14 19:13:16 -08001467 /*
1468 * THP migration might be unsupported or the
1469 * allocation could've failed so we should
1470 * retry on the same page with the THP split
1471 * to base pages.
1472 *
1473 * Head page is retried immediately and tail
1474 * pages are added to the tail of the list so
1475 * we encounter them after the rest of the list
1476 * is processed.
1477 */
1478 case -ENOSYS:
1479 /* THP migration is unsupported */
1480 if (is_thp) {
1481 if (!try_split_thp(page, &page2, from)) {
1482 nr_thp_split++;
1483 goto retry;
1484 }
1485
1486 nr_thp_failed++;
1487 nr_failed += nr_subpages;
1488 break;
1489 }
1490
1491 /* Hugetlb migration is unsupported */
1492 nr_failed++;
1493 break;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001494 case -ENOMEM:
Michal Hocko94723aa2018-04-10 16:30:07 -07001495 /*
Yang Shid532e2e2020-12-14 19:13:16 -08001496 * When memory is low, don't bother to try to migrate
1497 * other pages, just exit.
Yang Shib0b515b2021-06-30 18:51:48 -07001498 * THP NUMA faulting doesn't split THP to retry.
Michal Hocko94723aa2018-04-10 16:30:07 -07001499 */
Yang Shib0b515b2021-06-30 18:51:48 -07001500 if (is_thp && !nosplit) {
Yang Shid532e2e2020-12-14 19:13:16 -08001501 if (!try_split_thp(page, &page2, from)) {
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001502 nr_thp_split++;
Michal Hocko94723aa2018-04-10 16:30:07 -07001503 goto retry;
1504 }
Zi Yan6c5c7b92020-09-25 21:19:14 -07001505
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001506 nr_thp_failed++;
1507 nr_failed += nr_subpages;
1508 goto out;
1509 }
David Rientjesdfef2ef2016-05-20 16:59:05 -07001510 nr_failed++;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001511 goto out;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001512 case -EAGAIN:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001513 if (is_thp) {
1514 thp_retry++;
1515 break;
1516 }
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001517 retry++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001518 break;
Rafael Aquini78bd5202012-12-11 16:02:31 -08001519 case MIGRATEPAGE_SUCCESS:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001520 if (is_thp) {
1521 nr_thp_succeeded++;
1522 nr_succeeded += nr_subpages;
1523 break;
1524 }
Mel Gorman5647bc22012-10-19 10:46:20 +01001525 nr_succeeded++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001526 break;
1527 default:
Naoya Horiguchi354a3362014-01-21 15:51:14 -08001528 /*
Yang Shid532e2e2020-12-14 19:13:16 -08001529 * Permanent failure (-EBUSY, etc.):
Naoya Horiguchi354a3362014-01-21 15:51:14 -08001530 * unlike -EAGAIN case, the failed page is
1531 * removed from migration page list and not
1532 * retried in the next outer loop.
1533 */
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001534 if (is_thp) {
1535 nr_thp_failed++;
1536 nr_failed += nr_subpages;
1537 break;
1538 }
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001539 nr_failed++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001540 break;
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001541 }
Christoph Lameterb20a3502006-03-22 00:09:12 -08001542 }
1543 }
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001544 nr_failed += retry + thp_retry;
1545 nr_thp_failed += thp_retry;
Vlastimil Babkaf2f81fb2015-11-05 18:47:03 -08001546 rc = nr_failed;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001547out:
Yang Shidd4ae782020-12-14 19:13:06 -08001548 /*
1549 * Put the permanent failure page back to migration list, they
1550 * will be put back to the right list by the caller.
1551 */
1552 list_splice(&ret_pages, from);
1553
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001554 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded);
1555 count_vm_events(PGMIGRATE_FAIL, nr_failed);
1556 count_vm_events(THP_MIGRATION_SUCCESS, nr_thp_succeeded);
1557 count_vm_events(THP_MIGRATION_FAIL, nr_thp_failed);
1558 count_vm_events(THP_MIGRATION_SPLIT, nr_thp_split);
1559 trace_mm_migrate_pages(nr_succeeded, nr_failed, nr_thp_succeeded,
1560 nr_thp_failed, nr_thp_split, mode, reason);
Mel Gorman7b2a2d42012-10-19 14:07:31 +01001561
Christoph Lameterb20a3502006-03-22 00:09:12 -08001562 if (!swapwrite)
1563 current->flags &= ~PF_SWAPWRITE;
1564
Rafael Aquini78bd5202012-12-11 16:02:31 -08001565 return rc;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001566}
1567
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001568struct page *alloc_migration_target(struct page *page, unsigned long private)
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001569{
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001570 struct migration_target_control *mtc;
1571 gfp_t gfp_mask;
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001572 unsigned int order = 0;
1573 struct page *new_page = NULL;
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001574 int nid;
1575 int zidx;
1576
1577 mtc = (struct migration_target_control *)private;
1578 gfp_mask = mtc->gfp_mask;
1579 nid = mtc->nid;
1580 if (nid == NUMA_NO_NODE)
1581 nid = page_to_nid(page);
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001582
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07001583 if (PageHuge(page)) {
1584 struct hstate *h = page_hstate(compound_head(page));
1585
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001586 gfp_mask = htlb_modify_alloc_mask(h, gfp_mask);
1587 return alloc_huge_page_nodemask(h, nid, mtc->nmask, gfp_mask);
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07001588 }
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001589
1590 if (PageTransHuge(page)) {
Joonsoo Kim9933a0c2020-08-11 18:37:20 -07001591 /*
1592 * clear __GFP_RECLAIM to make the migration callback
1593 * consistent with regular THP allocations.
1594 */
1595 gfp_mask &= ~__GFP_RECLAIM;
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001596 gfp_mask |= GFP_TRANSHUGE;
1597 order = HPAGE_PMD_ORDER;
1598 }
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001599 zidx = zone_idx(page_zone(page));
1600 if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE)
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001601 gfp_mask |= __GFP_HIGHMEM;
1602
Matthew Wilcox (Oracle)84172f42021-04-29 23:01:15 -07001603 new_page = __alloc_pages(gfp_mask, order, nid, mtc->nmask);
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001604
1605 if (new_page && PageTransHuge(new_page))
1606 prep_transhuge_page(new_page);
1607
1608 return new_page;
1609}
1610
Christoph Lameter742755a2006-06-23 02:03:55 -07001611#ifdef CONFIG_NUMA
Christoph Lameter742755a2006-06-23 02:03:55 -07001612
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001613static int store_status(int __user *status, int start, int value, int nr)
Christoph Lameter742755a2006-06-23 02:03:55 -07001614{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001615 while (nr-- > 0) {
1616 if (put_user(value, status + start))
1617 return -EFAULT;
1618 start++;
1619 }
Christoph Lameter742755a2006-06-23 02:03:55 -07001620
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001621 return 0;
1622}
Christoph Lameter742755a2006-06-23 02:03:55 -07001623
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001624static int do_move_pages_to_node(struct mm_struct *mm,
1625 struct list_head *pagelist, int node)
1626{
1627 int err;
Joonsoo Kima0976312020-08-11 18:37:28 -07001628 struct migration_target_control mtc = {
1629 .nid = node,
1630 .gfp_mask = GFP_HIGHUSER_MOVABLE | __GFP_THISNODE,
1631 };
Christoph Lameter742755a2006-06-23 02:03:55 -07001632
Joonsoo Kima0976312020-08-11 18:37:28 -07001633 err = migrate_pages(pagelist, alloc_migration_target, NULL,
1634 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001635 if (err)
1636 putback_movable_pages(pagelist);
1637 return err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001638}
1639
1640/*
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001641 * Resolves the given address to a struct page, isolates it from the LRU and
1642 * puts it to the given pagelist.
Yang Shie0153fc2020-01-04 12:59:46 -08001643 * Returns:
1644 * errno - if the page cannot be found/isolated
1645 * 0 - when it doesn't have to be migrated because it is already on the
1646 * target node
1647 * 1 - when it has been queued
Christoph Lameter742755a2006-06-23 02:03:55 -07001648 */
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001649static int add_page_for_migration(struct mm_struct *mm, unsigned long addr,
1650 int node, struct list_head *pagelist, bool migrate_all)
Christoph Lameter742755a2006-06-23 02:03:55 -07001651{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001652 struct vm_area_struct *vma;
1653 struct page *page;
1654 unsigned int follflags;
Christoph Lameter742755a2006-06-23 02:03:55 -07001655 int err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001656
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001657 mmap_read_lock(mm);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001658 err = -EFAULT;
1659 vma = find_vma(mm, addr);
1660 if (!vma || addr < vma->vm_start || !vma_migratable(vma))
1661 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001662
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001663 /* FOLL_DUMP to ignore special (like zero) pages */
1664 follflags = FOLL_GET | FOLL_DUMP;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001665 page = follow_page(vma, addr, follflags);
Christoph Lameter742755a2006-06-23 02:03:55 -07001666
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001667 err = PTR_ERR(page);
1668 if (IS_ERR(page))
1669 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001670
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001671 err = -ENOENT;
1672 if (!page)
1673 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001674
Brice Gogline78bbfa2008-10-18 20:27:15 -07001675 err = 0;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001676 if (page_to_nid(page) == node)
1677 goto out_putpage;
Christoph Lameter742755a2006-06-23 02:03:55 -07001678
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001679 err = -EACCES;
1680 if (page_mapcount(page) > 1 && !migrate_all)
1681 goto out_putpage;
1682
1683 if (PageHuge(page)) {
1684 if (PageHead(page)) {
1685 isolate_huge_page(page, pagelist);
Yang Shie0153fc2020-01-04 12:59:46 -08001686 err = 1;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001687 }
1688 } else {
1689 struct page *head;
1690
1691 head = compound_head(page);
1692 err = isolate_lru_page(head);
1693 if (err)
1694 goto out_putpage;
1695
Yang Shie0153fc2020-01-04 12:59:46 -08001696 err = 1;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001697 list_add_tail(&head->lru, pagelist);
1698 mod_node_page_state(page_pgdat(head),
Huang Ying9de4f222020-04-06 20:04:41 -07001699 NR_ISOLATED_ANON + page_is_file_lru(head),
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07001700 thp_nr_pages(head));
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001701 }
1702out_putpage:
1703 /*
1704 * Either remove the duplicate refcount from
1705 * isolate_lru_page() or drop the page ref if it was
1706 * not isolated.
1707 */
1708 put_page(page);
1709out:
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001710 mmap_read_unlock(mm);
Christoph Lameter742755a2006-06-23 02:03:55 -07001711 return err;
1712}
1713
Wei Yang7ca87832020-04-06 20:04:12 -07001714static int move_pages_and_store_status(struct mm_struct *mm, int node,
1715 struct list_head *pagelist, int __user *status,
1716 int start, int i, unsigned long nr_pages)
1717{
1718 int err;
1719
Wei Yang5d7ae892020-04-06 20:04:15 -07001720 if (list_empty(pagelist))
1721 return 0;
1722
Wei Yang7ca87832020-04-06 20:04:12 -07001723 err = do_move_pages_to_node(mm, pagelist, node);
1724 if (err) {
1725 /*
1726 * Positive err means the number of failed
1727 * pages to migrate. Since we are going to
1728 * abort and return the number of non-migrated
Long Liab9dd4f2020-12-14 19:12:52 -08001729 * pages, so need to include the rest of the
Wei Yang7ca87832020-04-06 20:04:12 -07001730 * nr_pages that have not been attempted as
1731 * well.
1732 */
1733 if (err > 0)
1734 err += nr_pages - i - 1;
1735 return err;
1736 }
1737 return store_status(status, start, node, i - start);
1738}
1739
Christoph Lameter742755a2006-06-23 02:03:55 -07001740/*
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001741 * Migrate an array of page address onto an array of nodes and fill
1742 * the corresponding array of status.
1743 */
Christoph Lameter3268c632012-03-21 16:34:06 -07001744static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes,
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001745 unsigned long nr_pages,
1746 const void __user * __user *pages,
1747 const int __user *nodes,
1748 int __user *status, int flags)
1749{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001750 int current_node = NUMA_NO_NODE;
1751 LIST_HEAD(pagelist);
1752 int start, i;
1753 int err = 0, err1;
Brice Goglin35282a22009-06-16 15:32:43 -07001754
Minchan Kim361a2a22021-05-04 18:36:57 -07001755 lru_cache_disable();
Brice Goglin35282a22009-06-16 15:32:43 -07001756
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001757 for (i = start = 0; i < nr_pages; i++) {
1758 const void __user *p;
1759 unsigned long addr;
1760 int node;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001761
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001762 err = -EFAULT;
1763 if (get_user(p, pages + i))
1764 goto out_flush;
1765 if (get_user(node, nodes + i))
1766 goto out_flush;
Andrey Konovalov057d33892019-09-25 16:48:30 -07001767 addr = (unsigned long)untagged_addr(p);
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001768
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001769 err = -ENODEV;
1770 if (node < 0 || node >= MAX_NUMNODES)
1771 goto out_flush;
1772 if (!node_state(node, N_MEMORY))
1773 goto out_flush;
Brice Goglin3140a222009-01-06 14:38:57 -08001774
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001775 err = -EACCES;
1776 if (!node_isset(node, task_nodes))
1777 goto out_flush;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001778
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001779 if (current_node == NUMA_NO_NODE) {
1780 current_node = node;
1781 start = i;
1782 } else if (node != current_node) {
Wei Yang7ca87832020-04-06 20:04:12 -07001783 err = move_pages_and_store_status(mm, current_node,
1784 &pagelist, status, start, i, nr_pages);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001785 if (err)
1786 goto out;
1787 start = i;
1788 current_node = node;
Brice Goglin3140a222009-01-06 14:38:57 -08001789 }
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001790
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001791 /*
1792 * Errors in the page lookup or isolation are not fatal and we simply
1793 * report them via status
1794 */
1795 err = add_page_for_migration(mm, addr, current_node,
1796 &pagelist, flags & MPOL_MF_MOVE_ALL);
Yang Shie0153fc2020-01-04 12:59:46 -08001797
Wei Yangd08221a2020-04-06 20:04:18 -07001798 if (err > 0) {
Yang Shie0153fc2020-01-04 12:59:46 -08001799 /* The page is successfully queued for migration */
1800 continue;
1801 }
Brice Goglin3140a222009-01-06 14:38:57 -08001802
Wei Yangd08221a2020-04-06 20:04:18 -07001803 /*
1804 * If the page is already on the target node (!err), store the
1805 * node, otherwise, store the err.
1806 */
1807 err = store_status(status, i, err ? : current_node, 1);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001808 if (err)
1809 goto out_flush;
Brice Goglin3140a222009-01-06 14:38:57 -08001810
Wei Yang7ca87832020-04-06 20:04:12 -07001811 err = move_pages_and_store_status(mm, current_node, &pagelist,
1812 status, start, i, nr_pages);
Wei Yang4afdace2020-04-06 20:04:09 -07001813 if (err)
1814 goto out;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001815 current_node = NUMA_NO_NODE;
Brice Goglin3140a222009-01-06 14:38:57 -08001816 }
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001817out_flush:
1818 /* Make sure we do not overwrite the existing error */
Wei Yang7ca87832020-04-06 20:04:12 -07001819 err1 = move_pages_and_store_status(mm, current_node, &pagelist,
1820 status, start, i, nr_pages);
Wei Yangdfe9aa22020-01-30 22:11:14 -08001821 if (err >= 0)
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001822 err = err1;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001823out:
Minchan Kim361a2a22021-05-04 18:36:57 -07001824 lru_cache_enable();
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001825 return err;
1826}
1827
1828/*
Brice Goglin2f007e72008-10-18 20:27:16 -07001829 * Determine the nodes of an array of pages and store it in an array of status.
Christoph Lameter742755a2006-06-23 02:03:55 -07001830 */
Brice Goglin80bba122008-12-09 13:14:23 -08001831static void do_pages_stat_array(struct mm_struct *mm, unsigned long nr_pages,
1832 const void __user **pages, int *status)
Christoph Lameter742755a2006-06-23 02:03:55 -07001833{
Brice Goglin2f007e72008-10-18 20:27:16 -07001834 unsigned long i;
Brice Goglin2f007e72008-10-18 20:27:16 -07001835
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001836 mmap_read_lock(mm);
Christoph Lameter742755a2006-06-23 02:03:55 -07001837
Brice Goglin2f007e72008-10-18 20:27:16 -07001838 for (i = 0; i < nr_pages; i++) {
Brice Goglin80bba122008-12-09 13:14:23 -08001839 unsigned long addr = (unsigned long)(*pages);
Christoph Lameter742755a2006-06-23 02:03:55 -07001840 struct vm_area_struct *vma;
1841 struct page *page;
KOSAKI Motohiroc095adb2008-12-16 16:06:43 +09001842 int err = -EFAULT;
Brice Goglin2f007e72008-10-18 20:27:16 -07001843
Liam Howlett059b8b42021-06-28 19:39:44 -07001844 vma = vma_lookup(mm, addr);
1845 if (!vma)
Christoph Lameter742755a2006-06-23 02:03:55 -07001846 goto set_status;
1847
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001848 /* FOLL_DUMP to ignore special (like zero) pages */
1849 page = follow_page(vma, addr, FOLL_DUMP);
Linus Torvalds89f5b7d2008-06-20 11:18:25 -07001850
1851 err = PTR_ERR(page);
1852 if (IS_ERR(page))
1853 goto set_status;
1854
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001855 err = page ? page_to_nid(page) : -ENOENT;
Christoph Lameter742755a2006-06-23 02:03:55 -07001856set_status:
Brice Goglin80bba122008-12-09 13:14:23 -08001857 *status = err;
1858
1859 pages++;
1860 status++;
1861 }
1862
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001863 mmap_read_unlock(mm);
Brice Goglin80bba122008-12-09 13:14:23 -08001864}
1865
1866/*
1867 * Determine the nodes of a user array of pages and store it in
1868 * a user array of status.
1869 */
1870static int do_pages_stat(struct mm_struct *mm, unsigned long nr_pages,
1871 const void __user * __user *pages,
1872 int __user *status)
1873{
1874#define DO_PAGES_STAT_CHUNK_NR 16
1875 const void __user *chunk_pages[DO_PAGES_STAT_CHUNK_NR];
1876 int chunk_status[DO_PAGES_STAT_CHUNK_NR];
Brice Goglin80bba122008-12-09 13:14:23 -08001877
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001878 while (nr_pages) {
1879 unsigned long chunk_nr;
Brice Goglin80bba122008-12-09 13:14:23 -08001880
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001881 chunk_nr = nr_pages;
1882 if (chunk_nr > DO_PAGES_STAT_CHUNK_NR)
1883 chunk_nr = DO_PAGES_STAT_CHUNK_NR;
1884
1885 if (copy_from_user(chunk_pages, pages, chunk_nr * sizeof(*chunk_pages)))
1886 break;
Brice Goglin80bba122008-12-09 13:14:23 -08001887
1888 do_pages_stat_array(mm, chunk_nr, chunk_pages, chunk_status);
1889
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001890 if (copy_to_user(status, chunk_status, chunk_nr * sizeof(*status)))
1891 break;
Christoph Lameter742755a2006-06-23 02:03:55 -07001892
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001893 pages += chunk_nr;
1894 status += chunk_nr;
1895 nr_pages -= chunk_nr;
1896 }
1897 return nr_pages ? -EFAULT : 0;
Christoph Lameter742755a2006-06-23 02:03:55 -07001898}
1899
Miaohe Lin4dc200c2020-10-17 16:14:03 -07001900static struct mm_struct *find_mm_struct(pid_t pid, nodemask_t *mem_nodes)
1901{
1902 struct task_struct *task;
1903 struct mm_struct *mm;
1904
1905 /*
1906 * There is no need to check if current process has the right to modify
1907 * the specified process when they are same.
1908 */
1909 if (!pid) {
1910 mmget(current->mm);
1911 *mem_nodes = cpuset_mems_allowed(current);
1912 return current->mm;
1913 }
1914
1915 /* Find the mm_struct */
1916 rcu_read_lock();
1917 task = find_task_by_vpid(pid);
1918 if (!task) {
1919 rcu_read_unlock();
1920 return ERR_PTR(-ESRCH);
1921 }
1922 get_task_struct(task);
1923
1924 /*
1925 * Check if this process has the right to modify the specified
1926 * process. Use the regular "ptrace_may_access()" checks.
1927 */
1928 if (!ptrace_may_access(task, PTRACE_MODE_READ_REALCREDS)) {
1929 rcu_read_unlock();
1930 mm = ERR_PTR(-EPERM);
1931 goto out;
1932 }
1933 rcu_read_unlock();
1934
1935 mm = ERR_PTR(security_task_movememory(task));
1936 if (IS_ERR(mm))
1937 goto out;
1938 *mem_nodes = cpuset_mems_allowed(task);
1939 mm = get_task_mm(task);
1940out:
1941 put_task_struct(task);
1942 if (!mm)
1943 mm = ERR_PTR(-EINVAL);
1944 return mm;
1945}
1946
Christoph Lameter742755a2006-06-23 02:03:55 -07001947/*
1948 * Move a list of pages in the address space of the currently executing
1949 * process.
1950 */
Dominik Brodowski7addf442018-03-17 16:08:03 +01001951static int kernel_move_pages(pid_t pid, unsigned long nr_pages,
1952 const void __user * __user *pages,
1953 const int __user *nodes,
1954 int __user *status, int flags)
Christoph Lameter742755a2006-06-23 02:03:55 -07001955{
Christoph Lameter742755a2006-06-23 02:03:55 -07001956 struct mm_struct *mm;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001957 int err;
Christoph Lameter3268c632012-03-21 16:34:06 -07001958 nodemask_t task_nodes;
Christoph Lameter742755a2006-06-23 02:03:55 -07001959
1960 /* Check flags */
1961 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL))
1962 return -EINVAL;
1963
1964 if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE))
1965 return -EPERM;
1966
Miaohe Lin4dc200c2020-10-17 16:14:03 -07001967 mm = find_mm_struct(pid, &task_nodes);
1968 if (IS_ERR(mm))
1969 return PTR_ERR(mm);
Sasha Levin6e8b09e2012-04-25 16:01:53 -07001970
1971 if (nodes)
1972 err = do_pages_move(mm, task_nodes, nr_pages, pages,
1973 nodes, status, flags);
1974 else
1975 err = do_pages_stat(mm, nr_pages, pages, status);
Christoph Lameter3268c632012-03-21 16:34:06 -07001976
1977 mmput(mm);
1978 return err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001979}
Christoph Lameter742755a2006-06-23 02:03:55 -07001980
Dominik Brodowski7addf442018-03-17 16:08:03 +01001981SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
1982 const void __user * __user *, pages,
1983 const int __user *, nodes,
1984 int __user *, status, int, flags)
1985{
1986 return kernel_move_pages(pid, nr_pages, pages, nodes, status, flags);
1987}
1988
1989#ifdef CONFIG_COMPAT
1990COMPAT_SYSCALL_DEFINE6(move_pages, pid_t, pid, compat_ulong_t, nr_pages,
1991 compat_uptr_t __user *, pages32,
1992 const int __user *, nodes,
1993 int __user *, status,
1994 int, flags)
1995{
1996 const void __user * __user *pages;
1997 int i;
1998
1999 pages = compat_alloc_user_space(nr_pages * sizeof(void *));
2000 for (i = 0; i < nr_pages; i++) {
2001 compat_uptr_t p;
2002
2003 if (get_user(p, pages32 + i) ||
2004 put_user(compat_ptr(p), pages + i))
2005 return -EFAULT;
2006 }
2007 return kernel_move_pages(pid, nr_pages, pages, nodes, status, flags);
2008}
2009#endif /* CONFIG_COMPAT */
2010
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002011#ifdef CONFIG_NUMA_BALANCING
2012/*
2013 * Returns true if this is a safe migration target node for misplaced NUMA
2014 * pages. Currently it only checks the watermarks which crude
2015 */
2016static bool migrate_balanced_pgdat(struct pglist_data *pgdat,
Mel Gorman3abef4e2013-02-22 16:34:27 -08002017 unsigned long nr_migrate_pages)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002018{
2019 int z;
Mel Gorman599d0c92016-07-28 15:45:31 -07002020
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002021 for (z = pgdat->nr_zones - 1; z >= 0; z--) {
2022 struct zone *zone = pgdat->node_zones + z;
2023
2024 if (!populated_zone(zone))
2025 continue;
2026
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002027 /* Avoid waking kswapd by allocating pages_to_migrate pages. */
2028 if (!zone_watermark_ok(zone, 0,
2029 high_wmark_pages(zone) +
2030 nr_migrate_pages,
Huang Yingbfe9d002019-11-30 17:57:28 -08002031 ZONE_MOVABLE, 0))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002032 continue;
2033 return true;
2034 }
2035 return false;
2036}
2037
2038static struct page *alloc_misplaced_dst_page(struct page *page,
Michal Hocko666feb22018-04-10 16:30:03 -07002039 unsigned long data)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002040{
2041 int nid = (int) data;
2042 struct page *newpage;
2043
Vlastimil Babka96db8002015-09-08 15:03:50 -07002044 newpage = __alloc_pages_node(nid,
Johannes Weinere97ca8e52014-03-10 15:49:43 -07002045 (GFP_HIGHUSER_MOVABLE |
2046 __GFP_THISNODE | __GFP_NOMEMALLOC |
2047 __GFP_NORETRY | __GFP_NOWARN) &
Mel Gorman8479eba2016-02-26 15:19:31 -08002048 ~__GFP_RECLAIM, 0);
Hillf Dantonbac03822012-11-27 14:46:24 +00002049
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002050 return newpage;
2051}
2052
Yang Shic5b5a3d2021-06-30 18:51:42 -07002053static struct page *alloc_misplaced_dst_page_thp(struct page *page,
2054 unsigned long data)
2055{
2056 int nid = (int) data;
2057 struct page *newpage;
2058
2059 newpage = alloc_pages_node(nid, (GFP_TRANSHUGE_LIGHT | __GFP_THISNODE),
2060 HPAGE_PMD_ORDER);
2061 if (!newpage)
2062 goto out;
2063
2064 prep_transhuge_page(newpage);
2065
2066out:
2067 return newpage;
2068}
2069
Mel Gorman1c30e012014-01-21 15:50:58 -08002070static int numamigrate_isolate_page(pg_data_t *pgdat, struct page *page)
Mel Gormanb32967f2012-11-19 12:35:47 +00002071{
Hugh Dickins340ef392013-02-22 16:34:33 -08002072 int page_lru;
Mel Gormanb32967f2012-11-19 12:35:47 +00002073
Sasha Levin309381fea2014-01-23 15:52:54 -08002074 VM_BUG_ON_PAGE(compound_order(page) && !PageTransHuge(page), page);
Mel Gorman3abef4e2013-02-22 16:34:27 -08002075
Yang Shi662aeea2021-06-30 18:51:51 -07002076 /* Do not migrate THP mapped by multiple processes */
2077 if (PageTransHuge(page) && total_mapcount(page) > 1)
2078 return 0;
2079
Mel Gormanb32967f2012-11-19 12:35:47 +00002080 /* Avoid migrating to a node that is nearly full */
Matthew Wilcox (Oracle)d8c65462019-09-23 15:34:30 -07002081 if (!migrate_balanced_pgdat(pgdat, compound_nr(page)))
Hugh Dickins340ef392013-02-22 16:34:33 -08002082 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00002083
Hugh Dickins340ef392013-02-22 16:34:33 -08002084 if (isolate_lru_page(page))
2085 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00002086
Huang Ying9de4f222020-04-06 20:04:41 -07002087 page_lru = page_is_file_lru(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07002088 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON + page_lru,
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07002089 thp_nr_pages(page));
Hugh Dickins340ef392013-02-22 16:34:33 -08002090
2091 /*
2092 * Isolating the page has taken another reference, so the
2093 * caller's reference can be safely dropped without the page
2094 * disappearing underneath us during migration.
Mel Gormanb32967f2012-11-19 12:35:47 +00002095 */
2096 put_page(page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002097 return 1;
Mel Gormanb32967f2012-11-19 12:35:47 +00002098}
2099
Mel Gormana8f60772012-11-14 21:41:46 +00002100/*
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002101 * Attempt to migrate a misplaced page to the specified destination
2102 * node. Caller is expected to have an elevated reference count on
2103 * the page that will be dropped by this function before returning.
2104 */
Mel Gorman1bc115d2013-10-07 11:29:05 +01002105int migrate_misplaced_page(struct page *page, struct vm_area_struct *vma,
2106 int node)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002107{
Mel Gormana8f60772012-11-14 21:41:46 +00002108 pg_data_t *pgdat = NODE_DATA(node);
Hugh Dickins340ef392013-02-22 16:34:33 -08002109 int isolated;
Mel Gormanb32967f2012-11-19 12:35:47 +00002110 int nr_remaining;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002111 LIST_HEAD(migratepages);
Yang Shic5b5a3d2021-06-30 18:51:42 -07002112 new_page_t *new;
2113 bool compound;
Yang Shic5fc5c32021-06-30 18:51:45 -07002114 unsigned int nr_pages = thp_nr_pages(page);
Yang Shic5b5a3d2021-06-30 18:51:42 -07002115
2116 /*
2117 * PTE mapped THP or HugeTLB page can't reach here so the page could
2118 * be either base page or THP. And it must be head page if it is
2119 * THP.
2120 */
2121 compound = PageTransHuge(page);
2122
2123 if (compound)
2124 new = alloc_misplaced_dst_page_thp;
2125 else
2126 new = alloc_misplaced_dst_page;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002127
2128 /*
Mel Gorman1bc115d2013-10-07 11:29:05 +01002129 * Don't migrate file pages that are mapped in multiple processes
2130 * with execute permissions as they are probably shared libraries.
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002131 */
Miaohe Lin7ee820e2021-05-04 18:37:16 -07002132 if (page_mapcount(page) != 1 && page_is_file_lru(page) &&
2133 (vma->vm_flags & VM_EXEC))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002134 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002135
Mel Gormana8f60772012-11-14 21:41:46 +00002136 /*
Mel Gorman09a913a2018-04-10 16:29:20 -07002137 * Also do not migrate dirty pages as not all filesystems can move
2138 * dirty pages in MIGRATE_ASYNC mode which is a waste of cycles.
2139 */
Huang Ying9de4f222020-04-06 20:04:41 -07002140 if (page_is_file_lru(page) && PageDirty(page))
Mel Gorman09a913a2018-04-10 16:29:20 -07002141 goto out;
2142
Mel Gormanb32967f2012-11-19 12:35:47 +00002143 isolated = numamigrate_isolate_page(pgdat, page);
2144 if (!isolated)
2145 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002146
Mel Gormanb32967f2012-11-19 12:35:47 +00002147 list_add(&page->lru, &migratepages);
Yang Shic5b5a3d2021-06-30 18:51:42 -07002148 nr_remaining = migrate_pages(&migratepages, *new, NULL, node,
2149 MIGRATE_ASYNC, MR_NUMA_MISPLACED);
Mel Gormanb32967f2012-11-19 12:35:47 +00002150 if (nr_remaining) {
Joonsoo Kim59c82b72014-01-21 15:51:17 -08002151 if (!list_empty(&migratepages)) {
2152 list_del(&page->lru);
Yang Shic5fc5c32021-06-30 18:51:45 -07002153 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
2154 page_is_file_lru(page), -nr_pages);
Joonsoo Kim59c82b72014-01-21 15:51:17 -08002155 putback_lru_page(page);
2156 }
Mel Gormanb32967f2012-11-19 12:35:47 +00002157 isolated = 0;
2158 } else
Yang Shic5fc5c32021-06-30 18:51:45 -07002159 count_vm_numa_events(NUMA_PAGE_MIGRATE, nr_pages);
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002160 BUG_ON(!list_empty(&migratepages));
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002161 return isolated;
Hugh Dickins340ef392013-02-22 16:34:33 -08002162
2163out:
2164 put_page(page);
2165 return 0;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002166}
Mel Gorman220018d2012-12-05 09:32:56 +00002167#endif /* CONFIG_NUMA_BALANCING */
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002168#endif /* CONFIG_NUMA */
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002169
Christoph Hellwig9b2ed9c2019-08-14 09:59:28 +02002170#ifdef CONFIG_DEVICE_PRIVATE
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002171static int migrate_vma_collect_skip(unsigned long start,
2172 unsigned long end,
2173 struct mm_walk *walk)
2174{
2175 struct migrate_vma *migrate = walk->private;
2176 unsigned long addr;
2177
Ralph Campbell872ea702020-01-30 22:14:38 -08002178 for (addr = start; addr < end; addr += PAGE_SIZE) {
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002179 migrate->dst[migrate->npages] = 0;
2180 migrate->src[migrate->npages++] = 0;
2181 }
2182
2183 return 0;
2184}
2185
Miaohe Lin843e1be2021-05-04 18:37:13 -07002186static int migrate_vma_collect_hole(unsigned long start,
2187 unsigned long end,
2188 __always_unused int depth,
2189 struct mm_walk *walk)
2190{
2191 struct migrate_vma *migrate = walk->private;
2192 unsigned long addr;
2193
2194 /* Only allow populating anonymous memory. */
2195 if (!vma_is_anonymous(walk->vma))
2196 return migrate_vma_collect_skip(start, end, walk);
2197
2198 for (addr = start; addr < end; addr += PAGE_SIZE) {
2199 migrate->src[migrate->npages] = MIGRATE_PFN_MIGRATE;
2200 migrate->dst[migrate->npages] = 0;
2201 migrate->npages++;
2202 migrate->cpages++;
2203 }
2204
2205 return 0;
2206}
2207
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002208static int migrate_vma_collect_pmd(pmd_t *pmdp,
2209 unsigned long start,
2210 unsigned long end,
2211 struct mm_walk *walk)
2212{
2213 struct migrate_vma *migrate = walk->private;
2214 struct vm_area_struct *vma = walk->vma;
2215 struct mm_struct *mm = vma->vm_mm;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002216 unsigned long addr = start, unmapped = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002217 spinlock_t *ptl;
2218 pte_t *ptep;
2219
2220again:
2221 if (pmd_none(*pmdp))
Steven Priceb7a16c72020-02-03 17:36:03 -08002222 return migrate_vma_collect_hole(start, end, -1, walk);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002223
2224 if (pmd_trans_huge(*pmdp)) {
2225 struct page *page;
2226
2227 ptl = pmd_lock(mm, pmdp);
2228 if (unlikely(!pmd_trans_huge(*pmdp))) {
2229 spin_unlock(ptl);
2230 goto again;
2231 }
2232
2233 page = pmd_page(*pmdp);
2234 if (is_huge_zero_page(page)) {
2235 spin_unlock(ptl);
2236 split_huge_pmd(vma, pmdp, addr);
2237 if (pmd_trans_unstable(pmdp))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002238 return migrate_vma_collect_skip(start, end,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002239 walk);
2240 } else {
2241 int ret;
2242
2243 get_page(page);
2244 spin_unlock(ptl);
2245 if (unlikely(!trylock_page(page)))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002246 return migrate_vma_collect_skip(start, end,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002247 walk);
2248 ret = split_huge_page(page);
2249 unlock_page(page);
2250 put_page(page);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002251 if (ret)
2252 return migrate_vma_collect_skip(start, end,
2253 walk);
2254 if (pmd_none(*pmdp))
Steven Priceb7a16c72020-02-03 17:36:03 -08002255 return migrate_vma_collect_hole(start, end, -1,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002256 walk);
2257 }
2258 }
2259
2260 if (unlikely(pmd_bad(*pmdp)))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002261 return migrate_vma_collect_skip(start, end, walk);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002262
2263 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002264 arch_enter_lazy_mmu_mode();
2265
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002266 for (; addr < end; addr += PAGE_SIZE, ptep++) {
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002267 unsigned long mpfn = 0, pfn;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002268 struct page *page;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002269 swp_entry_t entry;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002270 pte_t pte;
2271
2272 pte = *ptep;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002273
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002274 if (pte_none(pte)) {
Ralph Campbell0744f282020-08-11 18:31:41 -07002275 if (vma_is_anonymous(vma)) {
2276 mpfn = MIGRATE_PFN_MIGRATE;
2277 migrate->cpages++;
2278 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002279 goto next;
2280 }
2281
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002282 if (!pte_present(pte)) {
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002283 /*
2284 * Only care about unaddressable device page special
2285 * page table entry. Other special swap entries are not
2286 * migratable, and we ignore regular swapped page.
2287 */
2288 entry = pte_to_swp_entry(pte);
2289 if (!is_device_private_entry(entry))
2290 goto next;
2291
Alistair Poppleaf5cdaf2021-06-30 18:54:06 -07002292 page = pfn_swap_entry_to_page(entry);
Ralph Campbell51431922020-07-23 15:30:00 -07002293 if (!(migrate->flags &
2294 MIGRATE_VMA_SELECT_DEVICE_PRIVATE) ||
2295 page->pgmap->owner != migrate->pgmap_owner)
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002296 goto next;
2297
Christoph Hellwig06d462b2019-08-14 09:59:27 +02002298 mpfn = migrate_pfn(page_to_pfn(page)) |
2299 MIGRATE_PFN_MIGRATE;
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002300 if (is_write_device_private_entry(entry))
2301 mpfn |= MIGRATE_PFN_WRITE;
2302 } else {
Ralph Campbell51431922020-07-23 15:30:00 -07002303 if (!(migrate->flags & MIGRATE_VMA_SELECT_SYSTEM))
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002304 goto next;
Pingfan Liu276f7562019-09-23 15:37:38 -07002305 pfn = pte_pfn(pte);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002306 if (is_zero_pfn(pfn)) {
2307 mpfn = MIGRATE_PFN_MIGRATE;
2308 migrate->cpages++;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002309 goto next;
2310 }
Christoph Hellwig25b29952019-06-13 22:50:49 +02002311 page = vm_normal_page(migrate->vma, addr, pte);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002312 mpfn = migrate_pfn(pfn) | MIGRATE_PFN_MIGRATE;
2313 mpfn |= pte_write(pte) ? MIGRATE_PFN_WRITE : 0;
2314 }
2315
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002316 /* FIXME support THP */
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002317 if (!page || !page->mapping || PageTransCompound(page)) {
Pingfan Liu276f7562019-09-23 15:37:38 -07002318 mpfn = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002319 goto next;
2320 }
2321
2322 /*
2323 * By getting a reference on the page we pin it and that blocks
2324 * any kind of migration. Side effect is that it "freezes" the
2325 * pte.
2326 *
2327 * We drop this reference after isolating the page from the lru
2328 * for non device page (device page are not on the lru and thus
2329 * can't be dropped from it).
2330 */
2331 get_page(page);
2332 migrate->cpages++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002333
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002334 /*
2335 * Optimize for the common case where page is only mapped once
2336 * in one process. If we can lock the page, then we can safely
2337 * set up a special migration page table entry now.
2338 */
2339 if (trylock_page(page)) {
2340 pte_t swp_pte;
2341
2342 mpfn |= MIGRATE_PFN_LOCKED;
2343 ptep_get_and_clear(mm, addr, ptep);
2344
2345 /* Setup special migration page table entry */
Ralph Campbell07707122018-04-10 16:29:27 -07002346 entry = make_migration_entry(page, mpfn &
2347 MIGRATE_PFN_WRITE);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002348 swp_pte = swp_entry_to_pte(entry);
Alistair Popplead7df762020-09-04 16:36:01 -07002349 if (pte_present(pte)) {
2350 if (pte_soft_dirty(pte))
2351 swp_pte = pte_swp_mksoft_dirty(swp_pte);
2352 if (pte_uffd_wp(pte))
2353 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2354 } else {
2355 if (pte_swp_soft_dirty(pte))
2356 swp_pte = pte_swp_mksoft_dirty(swp_pte);
2357 if (pte_swp_uffd_wp(pte))
2358 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2359 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002360 set_pte_at(mm, addr, ptep, swp_pte);
2361
2362 /*
2363 * This is like regular unmap: we remove the rmap and
2364 * drop page refcount. Page won't be freed, as we took
2365 * a reference just above.
2366 */
2367 page_remove_rmap(page, false);
2368 put_page(page);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002369
2370 if (pte_present(pte))
2371 unmapped++;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002372 }
2373
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002374next:
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002375 migrate->dst[migrate->npages] = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002376 migrate->src[migrate->npages++] = mpfn;
2377 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002378 arch_leave_lazy_mmu_mode();
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002379 pte_unmap_unlock(ptep - 1, ptl);
2380
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002381 /* Only flush the TLB if we actually modified any entries */
2382 if (unmapped)
2383 flush_tlb_range(walk->vma, start, end);
2384
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002385 return 0;
2386}
2387
Christoph Hellwig7b86ac32019-08-28 16:19:54 +02002388static const struct mm_walk_ops migrate_vma_walk_ops = {
2389 .pmd_entry = migrate_vma_collect_pmd,
2390 .pte_hole = migrate_vma_collect_hole,
2391};
2392
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002393/*
2394 * migrate_vma_collect() - collect pages over a range of virtual addresses
2395 * @migrate: migrate struct containing all migration information
2396 *
2397 * This will walk the CPU page table. For each virtual address backed by a
2398 * valid page, it updates the src array and takes a reference on the page, in
2399 * order to pin the page until we lock it and unmap it.
2400 */
2401static void migrate_vma_collect(struct migrate_vma *migrate)
2402{
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002403 struct mmu_notifier_range range;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002404
Ralph Campbell998427b2020-07-23 15:30:01 -07002405 /*
2406 * Note that the pgmap_owner is passed to the mmu notifier callback so
2407 * that the registered device driver can skip invalidating device
2408 * private page mappings that won't be migrated.
2409 */
Ralph Campbellc1a06df2020-08-06 23:17:09 -07002410 mmu_notifier_range_init_migrate(&range, 0, migrate->vma,
2411 migrate->vma->vm_mm, migrate->start, migrate->end,
2412 migrate->pgmap_owner);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002413 mmu_notifier_invalidate_range_start(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002414
Christoph Hellwig7b86ac32019-08-28 16:19:54 +02002415 walk_page_range(migrate->vma->vm_mm, migrate->start, migrate->end,
2416 &migrate_vma_walk_ops, migrate);
2417
2418 mmu_notifier_invalidate_range_end(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002419 migrate->end = migrate->start + (migrate->npages << PAGE_SHIFT);
2420}
2421
2422/*
2423 * migrate_vma_check_page() - check if page is pinned or not
2424 * @page: struct page to check
2425 *
2426 * Pinned pages cannot be migrated. This is the same test as in
2427 * migrate_page_move_mapping(), except that here we allow migration of a
2428 * ZONE_DEVICE page.
2429 */
2430static bool migrate_vma_check_page(struct page *page)
2431{
2432 /*
2433 * One extra ref because caller holds an extra reference, either from
2434 * isolate_lru_page() for a regular page, or migrate_vma_collect() for
2435 * a device page.
2436 */
2437 int extra = 1;
2438
2439 /*
2440 * FIXME support THP (transparent huge page), it is bit more complex to
2441 * check them than regular pages, because they can be mapped with a pmd
2442 * or with a pte (split pte mapping).
2443 */
2444 if (PageCompound(page))
2445 return false;
2446
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002447 /* Page from ZONE_DEVICE have one extra reference */
2448 if (is_zone_device_page(page)) {
2449 /*
2450 * Private page can never be pin as they have no valid pte and
2451 * GUP will fail for those. Yet if there is a pending migration
2452 * a thread might try to wait on the pte migration entry and
2453 * will bump the page reference count. Sadly there is no way to
2454 * differentiate a regular pin from migration wait. Hence to
2455 * avoid 2 racing thread trying to migrate back to CPU to enter
Haitao Shi8958b242020-12-15 20:47:26 -08002456 * infinite loop (one stopping migration because the other is
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002457 * waiting on pte migration entry). We always return true here.
2458 *
2459 * FIXME proper solution is to rework migration_entry_wait() so
2460 * it does not need to take a reference on page.
2461 */
Christoph Hellwig25b29952019-06-13 22:50:49 +02002462 return is_device_private_page(page);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002463 }
2464
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002465 /* For file back page */
2466 if (page_mapping(page))
2467 extra += 1 + page_has_private(page);
2468
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002469 if ((page_count(page) - extra) > page_mapcount(page))
2470 return false;
2471
2472 return true;
2473}
2474
2475/*
2476 * migrate_vma_prepare() - lock pages and isolate them from the lru
2477 * @migrate: migrate struct containing all migration information
2478 *
2479 * This locks pages that have been collected by migrate_vma_collect(). Once each
2480 * page is locked it is isolated from the lru (for non-device pages). Finally,
2481 * the ref taken by migrate_vma_collect() is dropped, as locked pages cannot be
2482 * migrated by concurrent kernel threads.
2483 */
2484static void migrate_vma_prepare(struct migrate_vma *migrate)
2485{
2486 const unsigned long npages = migrate->npages;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002487 const unsigned long start = migrate->start;
2488 unsigned long addr, i, restore = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002489 bool allow_drain = true;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002490
2491 lru_add_drain();
2492
2493 for (i = 0; (i < npages) && migrate->cpages; i++) {
2494 struct page *page = migrate_pfn_to_page(migrate->src[i]);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002495 bool remap = true;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002496
2497 if (!page)
2498 continue;
2499
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002500 if (!(migrate->src[i] & MIGRATE_PFN_LOCKED)) {
2501 /*
2502 * Because we are migrating several pages there can be
2503 * a deadlock between 2 concurrent migration where each
2504 * are waiting on each other page lock.
2505 *
2506 * Make migrate_vma() a best effort thing and backoff
2507 * for any page we can not lock right away.
2508 */
2509 if (!trylock_page(page)) {
2510 migrate->src[i] = 0;
2511 migrate->cpages--;
2512 put_page(page);
2513 continue;
2514 }
2515 remap = false;
2516 migrate->src[i] |= MIGRATE_PFN_LOCKED;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002517 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002518
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002519 /* ZONE_DEVICE pages are not on LRU */
2520 if (!is_zone_device_page(page)) {
2521 if (!PageLRU(page) && allow_drain) {
2522 /* Drain CPU's pagevec */
2523 lru_add_drain_all();
2524 allow_drain = false;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002525 }
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002526
2527 if (isolate_lru_page(page)) {
2528 if (remap) {
2529 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2530 migrate->cpages--;
2531 restore++;
2532 } else {
2533 migrate->src[i] = 0;
2534 unlock_page(page);
2535 migrate->cpages--;
2536 put_page(page);
2537 }
2538 continue;
2539 }
2540
2541 /* Drop the reference we took in collect */
2542 put_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002543 }
2544
2545 if (!migrate_vma_check_page(page)) {
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002546 if (remap) {
2547 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2548 migrate->cpages--;
2549 restore++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002550
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002551 if (!is_zone_device_page(page)) {
2552 get_page(page);
2553 putback_lru_page(page);
2554 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002555 } else {
2556 migrate->src[i] = 0;
2557 unlock_page(page);
2558 migrate->cpages--;
2559
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002560 if (!is_zone_device_page(page))
2561 putback_lru_page(page);
2562 else
2563 put_page(page);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002564 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002565 }
2566 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002567
2568 for (i = 0, addr = start; i < npages && restore; i++, addr += PAGE_SIZE) {
2569 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2570
2571 if (!page || (migrate->src[i] & MIGRATE_PFN_MIGRATE))
2572 continue;
2573
2574 remove_migration_pte(page, migrate->vma, addr, page);
2575
2576 migrate->src[i] = 0;
2577 unlock_page(page);
2578 put_page(page);
2579 restore--;
2580 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002581}
2582
2583/*
2584 * migrate_vma_unmap() - replace page mapping with special migration pte entry
2585 * @migrate: migrate struct containing all migration information
2586 *
2587 * Replace page mapping (CPU page table pte) with a special migration pte entry
2588 * and check again if it has been pinned. Pinned pages are restored because we
2589 * cannot migrate them.
2590 *
2591 * This is the last step before we call the device driver callback to allocate
2592 * destination memory and copy contents of original page over to new page.
2593 */
2594static void migrate_vma_unmap(struct migrate_vma *migrate)
2595{
Shakeel Butt013339d2020-12-14 19:06:39 -08002596 int flags = TTU_MIGRATION | TTU_IGNORE_MLOCK;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002597 const unsigned long npages = migrate->npages;
2598 const unsigned long start = migrate->start;
2599 unsigned long addr, i, restore = 0;
2600
2601 for (i = 0; i < npages; i++) {
2602 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2603
2604 if (!page || !(migrate->src[i] & MIGRATE_PFN_MIGRATE))
2605 continue;
2606
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002607 if (page_mapped(page)) {
2608 try_to_unmap(page, flags);
2609 if (page_mapped(page))
2610 goto restore;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002611 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002612
2613 if (migrate_vma_check_page(page))
2614 continue;
2615
2616restore:
2617 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2618 migrate->cpages--;
2619 restore++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002620 }
2621
2622 for (addr = start, i = 0; i < npages && restore; addr += PAGE_SIZE, i++) {
2623 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2624
2625 if (!page || (migrate->src[i] & MIGRATE_PFN_MIGRATE))
2626 continue;
2627
2628 remove_migration_ptes(page, page, false);
2629
2630 migrate->src[i] = 0;
2631 unlock_page(page);
2632 restore--;
2633
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002634 if (is_zone_device_page(page))
2635 put_page(page);
2636 else
2637 putback_lru_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002638 }
2639}
2640
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002641/**
2642 * migrate_vma_setup() - prepare to migrate a range of memory
Randy Dunlapeaf444d2020-08-11 18:33:08 -07002643 * @args: contains the vma, start, and pfns arrays for the migration
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002644 *
2645 * Returns: negative errno on failures, 0 when 0 or more pages were migrated
2646 * without an error.
2647 *
2648 * Prepare to migrate a range of memory virtual address range by collecting all
2649 * the pages backing each virtual address in the range, saving them inside the
2650 * src array. Then lock those pages and unmap them. Once the pages are locked
2651 * and unmapped, check whether each page is pinned or not. Pages that aren't
2652 * pinned have the MIGRATE_PFN_MIGRATE flag set (by this function) in the
2653 * corresponding src array entry. Then restores any pages that are pinned, by
2654 * remapping and unlocking those pages.
2655 *
2656 * The caller should then allocate destination memory and copy source memory to
2657 * it for all those entries (ie with MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE
2658 * flag set). Once these are allocated and copied, the caller must update each
2659 * corresponding entry in the dst array with the pfn value of the destination
2660 * page and with the MIGRATE_PFN_VALID and MIGRATE_PFN_LOCKED flags set
2661 * (destination pages must have their struct pages locked, via lock_page()).
2662 *
2663 * Note that the caller does not have to migrate all the pages that are marked
2664 * with MIGRATE_PFN_MIGRATE flag in src array unless this is a migration from
2665 * device memory to system memory. If the caller cannot migrate a device page
2666 * back to system memory, then it must return VM_FAULT_SIGBUS, which has severe
2667 * consequences for the userspace process, so it must be avoided if at all
2668 * possible.
2669 *
2670 * For empty entries inside CPU page table (pte_none() or pmd_none() is true) we
2671 * do set MIGRATE_PFN_MIGRATE flag inside the corresponding source array thus
Ingo Molnarf0953a12021-05-06 18:06:47 -07002672 * allowing the caller to allocate device memory for those unbacked virtual
2673 * addresses. For this the caller simply has to allocate device memory and
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002674 * properly set the destination entry like for regular migration. Note that
Ingo Molnarf0953a12021-05-06 18:06:47 -07002675 * this can still fail, and thus inside the device driver you must check if the
2676 * migration was successful for those entries after calling migrate_vma_pages(),
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002677 * just like for regular migration.
2678 *
2679 * After that, the callers must call migrate_vma_pages() to go over each entry
2680 * in the src array that has the MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag
2681 * set. If the corresponding entry in dst array has MIGRATE_PFN_VALID flag set,
2682 * then migrate_vma_pages() to migrate struct page information from the source
2683 * struct page to the destination struct page. If it fails to migrate the
2684 * struct page information, then it clears the MIGRATE_PFN_MIGRATE flag in the
2685 * src array.
2686 *
2687 * At this point all successfully migrated pages have an entry in the src
2688 * array with MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag set and the dst
2689 * array entry with MIGRATE_PFN_VALID flag set.
2690 *
2691 * Once migrate_vma_pages() returns the caller may inspect which pages were
2692 * successfully migrated, and which were not. Successfully migrated pages will
2693 * have the MIGRATE_PFN_MIGRATE flag set for their src array entry.
2694 *
2695 * It is safe to update device page table after migrate_vma_pages() because
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002696 * both destination and source page are still locked, and the mmap_lock is held
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002697 * in read mode (hence no one can unmap the range being migrated).
2698 *
2699 * Once the caller is done cleaning up things and updating its page table (if it
2700 * chose to do so, this is not an obligation) it finally calls
2701 * migrate_vma_finalize() to update the CPU page table to point to new pages
2702 * for successfully migrated pages or otherwise restore the CPU page table to
2703 * point to the original source pages.
2704 */
2705int migrate_vma_setup(struct migrate_vma *args)
2706{
2707 long nr_pages = (args->end - args->start) >> PAGE_SHIFT;
2708
2709 args->start &= PAGE_MASK;
2710 args->end &= PAGE_MASK;
2711 if (!args->vma || is_vm_hugetlb_page(args->vma) ||
2712 (args->vma->vm_flags & VM_SPECIAL) || vma_is_dax(args->vma))
2713 return -EINVAL;
2714 if (nr_pages <= 0)
2715 return -EINVAL;
2716 if (args->start < args->vma->vm_start ||
2717 args->start >= args->vma->vm_end)
2718 return -EINVAL;
2719 if (args->end <= args->vma->vm_start || args->end > args->vma->vm_end)
2720 return -EINVAL;
2721 if (!args->src || !args->dst)
2722 return -EINVAL;
2723
2724 memset(args->src, 0, sizeof(*args->src) * nr_pages);
2725 args->cpages = 0;
2726 args->npages = 0;
2727
2728 migrate_vma_collect(args);
2729
2730 if (args->cpages)
2731 migrate_vma_prepare(args);
2732 if (args->cpages)
2733 migrate_vma_unmap(args);
2734
2735 /*
2736 * At this point pages are locked and unmapped, and thus they have
2737 * stable content and can safely be copied to destination memory that
2738 * is allocated by the drivers.
2739 */
2740 return 0;
2741
2742}
2743EXPORT_SYMBOL(migrate_vma_setup);
2744
Ralph Campbell34290e22020-01-30 22:14:44 -08002745/*
2746 * This code closely matches the code in:
2747 * __handle_mm_fault()
2748 * handle_pte_fault()
2749 * do_anonymous_page()
2750 * to map in an anonymous zero page but the struct page will be a ZONE_DEVICE
2751 * private page.
2752 */
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002753static void migrate_vma_insert_page(struct migrate_vma *migrate,
2754 unsigned long addr,
2755 struct page *page,
Stephen Zhangd85c6db2020-12-14 19:13:20 -08002756 unsigned long *src)
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002757{
2758 struct vm_area_struct *vma = migrate->vma;
2759 struct mm_struct *mm = vma->vm_mm;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002760 bool flush = false;
2761 spinlock_t *ptl;
2762 pte_t entry;
2763 pgd_t *pgdp;
2764 p4d_t *p4dp;
2765 pud_t *pudp;
2766 pmd_t *pmdp;
2767 pte_t *ptep;
2768
2769 /* Only allow populating anonymous memory */
2770 if (!vma_is_anonymous(vma))
2771 goto abort;
2772
2773 pgdp = pgd_offset(mm, addr);
2774 p4dp = p4d_alloc(mm, pgdp, addr);
2775 if (!p4dp)
2776 goto abort;
2777 pudp = pud_alloc(mm, p4dp, addr);
2778 if (!pudp)
2779 goto abort;
2780 pmdp = pmd_alloc(mm, pudp, addr);
2781 if (!pmdp)
2782 goto abort;
2783
2784 if (pmd_trans_huge(*pmdp) || pmd_devmap(*pmdp))
2785 goto abort;
2786
2787 /*
2788 * Use pte_alloc() instead of pte_alloc_map(). We can't run
2789 * pte_offset_map() on pmds where a huge pmd might be created
2790 * from a different thread.
2791 *
Michel Lespinasse3e4e28c2020-06-08 21:33:51 -07002792 * pte_alloc_map() is safe to use under mmap_write_lock(mm) or when
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002793 * parallel threads are excluded by other means.
2794 *
Michel Lespinasse3e4e28c2020-06-08 21:33:51 -07002795 * Here we only have mmap_read_lock(mm).
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002796 */
Joel Fernandes (Google)4cf58922019-01-03 15:28:34 -08002797 if (pte_alloc(mm, pmdp))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002798 goto abort;
2799
2800 /* See the comment in pte_alloc_one_map() */
2801 if (unlikely(pmd_trans_unstable(pmdp)))
2802 goto abort;
2803
2804 if (unlikely(anon_vma_prepare(vma)))
2805 goto abort;
Johannes Weinerd9eb1ea2020-06-03 16:02:24 -07002806 if (mem_cgroup_charge(page, vma->vm_mm, GFP_KERNEL))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002807 goto abort;
2808
2809 /*
2810 * The memory barrier inside __SetPageUptodate makes sure that
2811 * preceding stores to the page contents become visible before
2812 * the set_pte_at() write.
2813 */
2814 __SetPageUptodate(page);
2815
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002816 if (is_zone_device_page(page)) {
2817 if (is_device_private_page(page)) {
2818 swp_entry_t swp_entry;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002819
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002820 swp_entry = make_device_private_entry(page, vma->vm_flags & VM_WRITE);
2821 entry = swp_entry_to_pte(swp_entry);
Miaohe Lin34f5e9b2021-05-04 18:37:10 -07002822 } else {
2823 /*
2824 * For now we only support migrating to un-addressable
2825 * device memory.
2826 */
2827 pr_warn_once("Unsupported ZONE_DEVICE page type.\n");
2828 goto abort;
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002829 }
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002830 } else {
2831 entry = mk_pte(page, vma->vm_page_prot);
2832 if (vma->vm_flags & VM_WRITE)
2833 entry = pte_mkwrite(pte_mkdirty(entry));
2834 }
2835
2836 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl);
2837
Ralph Campbell34290e22020-01-30 22:14:44 -08002838 if (check_stable_address_space(mm))
2839 goto unlock_abort;
2840
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002841 if (pte_present(*ptep)) {
2842 unsigned long pfn = pte_pfn(*ptep);
2843
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002844 if (!is_zero_pfn(pfn))
2845 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002846 flush = true;
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002847 } else if (!pte_none(*ptep))
2848 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002849
2850 /*
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002851 * Check for userfaultfd but do not deliver the fault. Instead,
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002852 * just back off.
2853 */
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002854 if (userfaultfd_missing(vma))
2855 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002856
2857 inc_mm_counter(mm, MM_ANONPAGES);
Johannes Weinerbe5d0a72020-06-03 16:01:57 -07002858 page_add_new_anon_rmap(page, vma, addr, false);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002859 if (!is_zone_device_page(page))
Joonsoo Kimb5181542020-08-11 18:30:40 -07002860 lru_cache_add_inactive_or_unevictable(page, vma);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002861 get_page(page);
2862
2863 if (flush) {
2864 flush_cache_page(vma, addr, pte_pfn(*ptep));
2865 ptep_clear_flush_notify(vma, addr, ptep);
2866 set_pte_at_notify(mm, addr, ptep, entry);
2867 update_mmu_cache(vma, addr, ptep);
2868 } else {
2869 /* No need to invalidate - it was non-present before */
2870 set_pte_at(mm, addr, ptep, entry);
2871 update_mmu_cache(vma, addr, ptep);
2872 }
2873
2874 pte_unmap_unlock(ptep, ptl);
2875 *src = MIGRATE_PFN_MIGRATE;
2876 return;
2877
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002878unlock_abort:
2879 pte_unmap_unlock(ptep, ptl);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002880abort:
2881 *src &= ~MIGRATE_PFN_MIGRATE;
2882}
2883
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002884/**
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002885 * migrate_vma_pages() - migrate meta-data from src page to dst page
2886 * @migrate: migrate struct containing all migration information
2887 *
2888 * This migrates struct page meta-data from source struct page to destination
2889 * struct page. This effectively finishes the migration from source page to the
2890 * destination page.
2891 */
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002892void migrate_vma_pages(struct migrate_vma *migrate)
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002893{
2894 const unsigned long npages = migrate->npages;
2895 const unsigned long start = migrate->start;
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002896 struct mmu_notifier_range range;
2897 unsigned long addr, i;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002898 bool notified = false;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002899
2900 for (i = 0, addr = start; i < npages; addr += PAGE_SIZE, i++) {
2901 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
2902 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2903 struct address_space *mapping;
2904 int r;
2905
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002906 if (!newpage) {
2907 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002908 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002909 }
2910
2911 if (!page) {
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002912 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002913 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002914 if (!notified) {
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002915 notified = true;
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002916
Ralph Campbell5e5dda82020-12-14 19:12:55 -08002917 mmu_notifier_range_init_migrate(&range, 0,
2918 migrate->vma, migrate->vma->vm_mm,
2919 addr, migrate->end,
2920 migrate->pgmap_owner);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002921 mmu_notifier_invalidate_range_start(&range);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002922 }
2923 migrate_vma_insert_page(migrate, addr, newpage,
Stephen Zhangd85c6db2020-12-14 19:13:20 -08002924 &migrate->src[i]);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002925 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002926 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002927
2928 mapping = page_mapping(page);
2929
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002930 if (is_zone_device_page(newpage)) {
2931 if (is_device_private_page(newpage)) {
2932 /*
2933 * For now only support private anonymous when
2934 * migrating to un-addressable device memory.
2935 */
2936 if (mapping) {
2937 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2938 continue;
2939 }
Christoph Hellwig25b29952019-06-13 22:50:49 +02002940 } else {
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002941 /*
2942 * Other types of ZONE_DEVICE page are not
2943 * supported.
2944 */
2945 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2946 continue;
2947 }
2948 }
2949
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002950 r = migrate_page(mapping, newpage, page, MIGRATE_SYNC_NO_COPY);
2951 if (r != MIGRATEPAGE_SUCCESS)
2952 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2953 }
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002954
Jérôme Glisse4645b9f2017-11-15 17:34:11 -08002955 /*
2956 * No need to double call mmu_notifier->invalidate_range() callback as
2957 * the above ptep_clear_flush_notify() inside migrate_vma_insert_page()
2958 * did already call it.
2959 */
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002960 if (notified)
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002961 mmu_notifier_invalidate_range_only_end(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002962}
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002963EXPORT_SYMBOL(migrate_vma_pages);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002964
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002965/**
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002966 * migrate_vma_finalize() - restore CPU page table entry
2967 * @migrate: migrate struct containing all migration information
2968 *
2969 * This replaces the special migration pte entry with either a mapping to the
2970 * new page if migration was successful for that page, or to the original page
2971 * otherwise.
2972 *
2973 * This also unlocks the pages and puts them back on the lru, or drops the extra
2974 * refcount, for device pages.
2975 */
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002976void migrate_vma_finalize(struct migrate_vma *migrate)
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002977{
2978 const unsigned long npages = migrate->npages;
2979 unsigned long i;
2980
2981 for (i = 0; i < npages; i++) {
2982 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
2983 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2984
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002985 if (!page) {
2986 if (newpage) {
2987 unlock_page(newpage);
2988 put_page(newpage);
2989 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002990 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002991 }
2992
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002993 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE) || !newpage) {
2994 if (newpage) {
2995 unlock_page(newpage);
2996 put_page(newpage);
2997 }
2998 newpage = page;
2999 }
3000
3001 remove_migration_ptes(page, newpage, false);
3002 unlock_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003003
Jérôme Glissea5430dd2017-09-08 16:12:17 -07003004 if (is_zone_device_page(page))
3005 put_page(page);
3006 else
3007 putback_lru_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003008
3009 if (newpage != page) {
3010 unlock_page(newpage);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07003011 if (is_zone_device_page(newpage))
3012 put_page(newpage);
3013 else
3014 putback_lru_page(newpage);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003015 }
3016 }
3017}
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02003018EXPORT_SYMBOL(migrate_vma_finalize);
Christoph Hellwig9b2ed9c2019-08-14 09:59:28 +02003019#endif /* CONFIG_DEVICE_PRIVATE */