blob: 652b2c642eed18d765b10c4a46f698133d979764 [file] [log] [blame]
Christoph Lameterb20a3502006-03-22 00:09:12 -08001/*
Hugh Dickins14e0f9b2015-11-05 18:49:43 -08002 * Memory Migration functionality - linux/mm/migrate.c
Christoph Lameterb20a3502006-03-22 00:09:12 -08003 *
4 * Copyright (C) 2006 Silicon Graphics, Inc., Christoph Lameter
5 *
6 * Page migration was first developed in the context of the memory hotplug
7 * project. The main authors of the migration code are:
8 *
9 * IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
10 * Hirokazu Takahashi <taka@valinux.co.jp>
11 * Dave Hansen <haveblue@us.ibm.com>
Christoph Lametercde53532008-07-04 09:59:22 -070012 * Christoph Lameter
Christoph Lameterb20a3502006-03-22 00:09:12 -080013 */
14
15#include <linux/migrate.h>
Paul Gortmakerb95f1b312011-10-16 02:01:52 -040016#include <linux/export.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080017#include <linux/swap.h>
Christoph Lameter06972122006-06-23 02:03:35 -070018#include <linux/swapops.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080019#include <linux/pagemap.h>
Christoph Lametere23ca002006-04-10 22:52:57 -070020#include <linux/buffer_head.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080021#include <linux/mm_inline.h>
Pavel Emelyanovb4888932007-10-18 23:40:14 -070022#include <linux/nsproxy.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080023#include <linux/pagevec.h>
Hugh Dickinse9995ef2009-12-14 17:59:31 -080024#include <linux/ksm.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080025#include <linux/rmap.h>
26#include <linux/topology.h>
27#include <linux/cpu.h>
28#include <linux/cpuset.h>
Christoph Lameter04e62a22006-06-23 02:03:38 -070029#include <linux/writeback.h>
Christoph Lameter742755a2006-06-23 02:03:55 -070030#include <linux/mempolicy.h>
31#include <linux/vmalloc.h>
David Quigley86c3a762006-06-23 02:04:02 -070032#include <linux/security.h>
Hugh Dickins42cb14b2015-11-05 18:50:05 -080033#include <linux/backing-dev.h>
Minchan Kimbda807d2016-07-26 15:23:05 -070034#include <linux/compaction.h>
Adrian Bunk4f5ca262008-07-23 21:27:02 -070035#include <linux/syscalls.h>
Naoya Horiguchi290408d2010-09-08 10:19:35 +090036#include <linux/hugetlb.h>
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -070037#include <linux/hugetlb_cgroup.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090038#include <linux/gfp.h>
Rafael Aquinibf6bddf12012-12-11 16:02:42 -080039#include <linux/balloon_compaction.h>
Mel Gormanf714f4f2013-12-18 17:08:33 -080040#include <linux/mmu_notifier.h>
Vladimir Davydov33c3fc72015-09-09 15:35:45 -070041#include <linux/page_idle.h>
Vlastimil Babkad435edc2016-03-15 14:56:15 -070042#include <linux/page_owner.h>
Ingo Molnar6e84f312017-02-08 18:51:29 +010043#include <linux/sched/mm.h>
Linus Torvalds197e7e52017-08-20 13:26:27 -070044#include <linux/ptrace.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080045
Michal Nazarewicz0d1836c2010-12-21 17:24:26 -080046#include <asm/tlbflush.h>
47
Mel Gorman7b2a2d42012-10-19 14:07:31 +010048#define CREATE_TRACE_POINTS
49#include <trace/events/migrate.h>
50
Christoph Lameterb20a3502006-03-22 00:09:12 -080051#include "internal.h"
52
Christoph Lameterb20a3502006-03-22 00:09:12 -080053/*
Christoph Lameter742755a2006-06-23 02:03:55 -070054 * migrate_prep() needs to be called before we start compiling a list of pages
Mel Gorman748446b2010-05-24 14:32:27 -070055 * to be migrated using isolate_lru_page(). If scheduling work on other CPUs is
56 * undesirable, use migrate_prep_local()
Christoph Lameterb20a3502006-03-22 00:09:12 -080057 */
58int migrate_prep(void)
59{
Christoph Lameterb20a3502006-03-22 00:09:12 -080060 /*
61 * Clear the LRU lists so pages can be isolated.
62 * Note that pages may be moved off the LRU after we have
63 * drained them. Those pages will fail to migrate like other
64 * pages that may be busy.
65 */
66 lru_add_drain_all();
67
68 return 0;
69}
70
Mel Gorman748446b2010-05-24 14:32:27 -070071/* Do the necessary work of migrate_prep but not if it involves other CPUs */
72int migrate_prep_local(void)
73{
74 lru_add_drain();
75
76 return 0;
77}
78
Yisheng Xie9e5bcd62017-02-24 14:57:29 -080079int isolate_movable_page(struct page *page, isolate_mode_t mode)
Minchan Kimbda807d2016-07-26 15:23:05 -070080{
81 struct address_space *mapping;
82
83 /*
84 * Avoid burning cycles with pages that are yet under __free_pages(),
85 * or just got freed under us.
86 *
87 * In case we 'win' a race for a movable page being freed under us and
88 * raise its refcount preventing __free_pages() from doing its job
89 * the put_page() at the end of this block will take care of
90 * release this page, thus avoiding a nasty leakage.
91 */
92 if (unlikely(!get_page_unless_zero(page)))
93 goto out;
94
95 /*
96 * Check PageMovable before holding a PG_lock because page's owner
97 * assumes anybody doesn't touch PG_lock of newly allocated page
98 * so unconditionally grapping the lock ruins page's owner side.
99 */
100 if (unlikely(!__PageMovable(page)))
101 goto out_putpage;
102 /*
103 * As movable pages are not isolated from LRU lists, concurrent
104 * compaction threads can race against page migration functions
105 * as well as race against the releasing a page.
106 *
107 * In order to avoid having an already isolated movable page
108 * being (wrongly) re-isolated while it is under migration,
109 * or to avoid attempting to isolate pages being released,
110 * lets be sure we have the page lock
111 * before proceeding with the movable page isolation steps.
112 */
113 if (unlikely(!trylock_page(page)))
114 goto out_putpage;
115
116 if (!PageMovable(page) || PageIsolated(page))
117 goto out_no_isolated;
118
119 mapping = page_mapping(page);
120 VM_BUG_ON_PAGE(!mapping, page);
121
122 if (!mapping->a_ops->isolate_page(page, mode))
123 goto out_no_isolated;
124
125 /* Driver shouldn't use PG_isolated bit of page->flags */
126 WARN_ON_ONCE(PageIsolated(page));
127 __SetPageIsolated(page);
128 unlock_page(page);
129
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800130 return 0;
Minchan Kimbda807d2016-07-26 15:23:05 -0700131
132out_no_isolated:
133 unlock_page(page);
134out_putpage:
135 put_page(page);
136out:
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800137 return -EBUSY;
Minchan Kimbda807d2016-07-26 15:23:05 -0700138}
139
140/* It should be called on page which is PG_movable */
141void putback_movable_page(struct page *page)
142{
143 struct address_space *mapping;
144
145 VM_BUG_ON_PAGE(!PageLocked(page), page);
146 VM_BUG_ON_PAGE(!PageMovable(page), page);
147 VM_BUG_ON_PAGE(!PageIsolated(page), page);
148
149 mapping = page_mapping(page);
150 mapping->a_ops->putback_page(page);
151 __ClearPageIsolated(page);
152}
153
Christoph Lameterb20a3502006-03-22 00:09:12 -0800154/*
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800155 * Put previously isolated pages back onto the appropriate lists
156 * from where they were once taken off for compaction/migration.
157 *
Joonsoo Kim59c82b72014-01-21 15:51:17 -0800158 * This function shall be used whenever the isolated pageset has been
159 * built from lru, balloon, hugetlbfs page. See isolate_migratepages_range()
160 * and isolate_huge_page().
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800161 */
162void putback_movable_pages(struct list_head *l)
163{
164 struct page *page;
165 struct page *page2;
166
167 list_for_each_entry_safe(page, page2, l, lru) {
Naoya Horiguchi31caf662013-09-11 14:21:59 -0700168 if (unlikely(PageHuge(page))) {
169 putback_active_hugepage(page);
170 continue;
171 }
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800172 list_del(&page->lru);
Minchan Kimbda807d2016-07-26 15:23:05 -0700173 /*
174 * We isolated non-lru movable page so here we can use
175 * __PageMovable because LRU page's mapping cannot have
176 * PAGE_MAPPING_MOVABLE.
177 */
Minchan Kimb1123ea62016-07-26 15:23:09 -0700178 if (unlikely(__PageMovable(page))) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700179 VM_BUG_ON_PAGE(!PageIsolated(page), page);
180 lock_page(page);
181 if (PageMovable(page))
182 putback_movable_page(page);
183 else
184 __ClearPageIsolated(page);
185 unlock_page(page);
186 put_page(page);
187 } else {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -0700188 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
189 page_is_file_cache(page), -hpage_nr_pages(page));
Rabin Vincentfc280fe2017-04-20 14:37:46 -0700190 putback_lru_page(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700191 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800192 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800193}
194
Christoph Lameter06972122006-06-23 02:03:35 -0700195/*
196 * Restore a potential migration pte to a working pte entry
197 */
Minchan Kime4b82222017-05-03 14:54:27 -0700198static bool remove_migration_pte(struct page *page, struct vm_area_struct *vma,
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800199 unsigned long addr, void *old)
Christoph Lameter06972122006-06-23 02:03:35 -0700200{
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800201 struct page_vma_mapped_walk pvmw = {
202 .page = old,
203 .vma = vma,
204 .address = addr,
205 .flags = PVMW_SYNC | PVMW_MIGRATION,
206 };
207 struct page *new;
208 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700209 swp_entry_t entry;
Christoph Lameter06972122006-06-23 02:03:35 -0700210
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800211 VM_BUG_ON_PAGE(PageTail(page), page);
212 while (page_vma_mapped_walk(&pvmw)) {
Naoya Horiguchi4b0ece62017-03-31 15:11:44 -0700213 if (PageKsm(page))
214 new = page;
215 else
216 new = page - pvmw.page->index +
217 linear_page_index(vma, pvmw.address);
Christoph Lameter06972122006-06-23 02:03:35 -0700218
Zi Yan616b8372017-09-08 16:10:57 -0700219#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
220 /* PMD-mapped THP migration entry */
221 if (!pvmw.pte) {
222 VM_BUG_ON_PAGE(PageHuge(page) || !PageTransCompound(page), page);
223 remove_migration_pmd(&pvmw, new);
224 continue;
225 }
226#endif
227
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800228 get_page(new);
229 pte = pte_mkold(mk_pte(new, READ_ONCE(vma->vm_page_prot)));
230 if (pte_swp_soft_dirty(*pvmw.pte))
231 pte = pte_mksoft_dirty(pte);
Christoph Lameter06972122006-06-23 02:03:35 -0700232
Hugh Dickins486cf462011-10-19 12:50:35 -0700233 /*
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800234 * Recheck VMA as permissions can change since migration started
Hugh Dickins486cf462011-10-19 12:50:35 -0700235 */
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800236 entry = pte_to_swp_entry(*pvmw.pte);
237 if (is_write_migration_entry(entry))
238 pte = maybe_mkwrite(pte, vma);
Mel Gormand3cb8bf2014-10-02 19:47:41 +0100239
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700240 flush_dcache_page(new);
Andi Kleen3ef8fd72010-10-11 16:03:21 +0200241#ifdef CONFIG_HUGETLB_PAGE
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800242 if (PageHuge(new)) {
243 pte = pte_mkhuge(pte);
244 pte = arch_make_huge_pte(pte, vma, new, 0);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700245 set_huge_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800246 if (PageAnon(new))
247 hugepage_add_anon_rmap(new, vma, pvmw.address);
248 else
249 page_dup_rmap(new, true);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700250 } else
251#endif
252 {
253 set_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700254
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700255 if (PageAnon(new))
256 page_add_anon_rmap(new, vma, pvmw.address, false);
257 else
258 page_add_file_rmap(new, false);
259 }
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800260 if (vma->vm_flags & VM_LOCKED && !PageTransCompound(new))
261 mlock_vma_page(new);
Hugh Dickins51afb122015-11-05 18:49:37 -0800262
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800263 /* No need to invalidate - it was non-present before */
264 update_mmu_cache(vma, pvmw.address, pvmw.pte);
265 }
266
Minchan Kime4b82222017-05-03 14:54:27 -0700267 return true;
Christoph Lameter06972122006-06-23 02:03:35 -0700268}
269
270/*
Christoph Lameter04e62a22006-06-23 02:03:38 -0700271 * Get rid of all migration entries and replace them by
272 * references to the indicated page.
273 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700274void remove_migration_ptes(struct page *old, struct page *new, bool locked)
Christoph Lameter04e62a22006-06-23 02:03:38 -0700275{
Joonsoo Kim051ac832014-01-21 15:49:48 -0800276 struct rmap_walk_control rwc = {
277 .rmap_one = remove_migration_pte,
278 .arg = old,
279 };
280
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700281 if (locked)
282 rmap_walk_locked(new, &rwc);
283 else
284 rmap_walk(new, &rwc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700285}
286
287/*
Christoph Lameter06972122006-06-23 02:03:35 -0700288 * Something used the pte of a page under migration. We need to
289 * get to the page and wait until migration is finished.
290 * When we return from this function the fault will be retried.
Christoph Lameter06972122006-06-23 02:03:35 -0700291 */
Naoya Horiguchie66f17f2015-02-11 15:25:22 -0800292void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep,
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700293 spinlock_t *ptl)
Christoph Lameter06972122006-06-23 02:03:35 -0700294{
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700295 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700296 swp_entry_t entry;
297 struct page *page;
298
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700299 spin_lock(ptl);
Christoph Lameter06972122006-06-23 02:03:35 -0700300 pte = *ptep;
301 if (!is_swap_pte(pte))
302 goto out;
303
304 entry = pte_to_swp_entry(pte);
305 if (!is_migration_entry(entry))
306 goto out;
307
308 page = migration_entry_to_page(entry);
309
Nick Piggine2867812008-07-25 19:45:30 -0700310 /*
311 * Once radix-tree replacement of page migration started, page_count
312 * *must* be zero. And, we don't want to call wait_on_page_locked()
313 * against a page without get_page().
314 * So, we use get_page_unless_zero(), here. Even failed, page fault
315 * will occur again.
316 */
317 if (!get_page_unless_zero(page))
318 goto out;
Christoph Lameter06972122006-06-23 02:03:35 -0700319 pte_unmap_unlock(ptep, ptl);
320 wait_on_page_locked(page);
321 put_page(page);
322 return;
323out:
324 pte_unmap_unlock(ptep, ptl);
325}
326
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700327void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd,
328 unsigned long address)
329{
330 spinlock_t *ptl = pte_lockptr(mm, pmd);
331 pte_t *ptep = pte_offset_map(pmd, address);
332 __migration_entry_wait(mm, ptep, ptl);
333}
334
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800335void migration_entry_wait_huge(struct vm_area_struct *vma,
336 struct mm_struct *mm, pte_t *pte)
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700337{
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800338 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte);
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700339 __migration_entry_wait(mm, pte, ptl);
340}
341
Zi Yan616b8372017-09-08 16:10:57 -0700342#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
343void pmd_migration_entry_wait(struct mm_struct *mm, pmd_t *pmd)
344{
345 spinlock_t *ptl;
346 struct page *page;
347
348 ptl = pmd_lock(mm, pmd);
349 if (!is_pmd_migration_entry(*pmd))
350 goto unlock;
351 page = migration_entry_to_page(pmd_to_swp_entry(*pmd));
352 if (!get_page_unless_zero(page))
353 goto unlock;
354 spin_unlock(ptl);
355 wait_on_page_locked(page);
356 put_page(page);
357 return;
358unlock:
359 spin_unlock(ptl);
360}
361#endif
362
Mel Gormanb969c4a2012-01-12 17:19:34 -0800363#ifdef CONFIG_BLOCK
364/* Returns true if all buffers are successfully locked */
Mel Gormana6bc32b2012-01-12 17:19:43 -0800365static bool buffer_migrate_lock_buffers(struct buffer_head *head,
366 enum migrate_mode mode)
Mel Gormanb969c4a2012-01-12 17:19:34 -0800367{
368 struct buffer_head *bh = head;
369
370 /* Simple case, sync compaction */
Mel Gormana6bc32b2012-01-12 17:19:43 -0800371 if (mode != MIGRATE_ASYNC) {
Mel Gormanb969c4a2012-01-12 17:19:34 -0800372 do {
373 get_bh(bh);
374 lock_buffer(bh);
375 bh = bh->b_this_page;
376
377 } while (bh != head);
378
379 return true;
380 }
381
382 /* async case, we cannot block on lock_buffer so use trylock_buffer */
383 do {
384 get_bh(bh);
385 if (!trylock_buffer(bh)) {
386 /*
387 * We failed to lock the buffer and cannot stall in
388 * async migration. Release the taken locks
389 */
390 struct buffer_head *failed_bh = bh;
391 put_bh(failed_bh);
392 bh = head;
393 while (bh != failed_bh) {
394 unlock_buffer(bh);
395 put_bh(bh);
396 bh = bh->b_this_page;
397 }
398 return false;
399 }
400
401 bh = bh->b_this_page;
402 } while (bh != head);
403 return true;
404}
405#else
406static inline bool buffer_migrate_lock_buffers(struct buffer_head *head,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800407 enum migrate_mode mode)
Mel Gormanb969c4a2012-01-12 17:19:34 -0800408{
409 return true;
410}
411#endif /* CONFIG_BLOCK */
412
Christoph Lameterb20a3502006-03-22 00:09:12 -0800413/*
Christoph Lameterc3fcf8a2006-06-23 02:03:32 -0700414 * Replace the page in the mapping.
Christoph Lameter5b5c7122006-06-23 02:03:29 -0700415 *
416 * The number of remaining references must be:
417 * 1 for anonymous pages without a mapping
418 * 2 for pages with a mapping
David Howells266cf652009-04-03 16:42:36 +0100419 * 3 for pages with a mapping and PagePrivate/PagePrivate2 set.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800420 */
Gu Zheng36bc08c2013-07-16 17:56:16 +0800421int migrate_page_move_mapping(struct address_space *mapping,
Mel Gormanb969c4a2012-01-12 17:19:34 -0800422 struct page *newpage, struct page *page,
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500423 struct buffer_head *head, enum migrate_mode mode,
424 int extra_count)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800425{
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800426 struct zone *oldzone, *newzone;
427 int dirty;
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500428 int expected_count = 1 + extra_count;
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800429 void **pslot;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800430
Jérôme Glisse8763cb42017-09-08 16:12:09 -0700431 /*
432 * ZONE_DEVICE pages have 1 refcount always held by their device
433 *
434 * Note that DAX memory will never reach that point as it does not have
435 * the MEMORY_DEVICE_ALLOW_MIGRATE flag set (see memory_hotplug.h).
436 */
437 expected_count += is_zone_device_page(page);
438
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700439 if (!mapping) {
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700440 /* Anonymous page without mapping */
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500441 if (page_count(page) != expected_count)
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700442 return -EAGAIN;
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800443
444 /* No turning back from here */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800445 newpage->index = page->index;
446 newpage->mapping = page->mapping;
447 if (PageSwapBacked(page))
Hugh Dickinsfa9949d2016-05-19 17:12:41 -0700448 __SetPageSwapBacked(newpage);
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800449
Rafael Aquini78bd5202012-12-11 16:02:31 -0800450 return MIGRATEPAGE_SUCCESS;
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700451 }
452
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800453 oldzone = page_zone(page);
454 newzone = page_zone(newpage);
455
Nick Piggin19fd6232008-07-25 19:45:32 -0700456 spin_lock_irq(&mapping->tree_lock);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800457
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800458 pslot = radix_tree_lookup_slot(&mapping->page_tree,
459 page_index(page));
Christoph Lameterb20a3502006-03-22 00:09:12 -0800460
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500461 expected_count += 1 + page_has_private(page);
Nick Piggine2867812008-07-25 19:45:30 -0700462 if (page_count(page) != expected_count ||
Mel Gorman29c1f672011-01-13 15:47:21 -0800463 radix_tree_deref_slot_protected(pslot, &mapping->tree_lock) != page) {
Nick Piggin19fd6232008-07-25 19:45:32 -0700464 spin_unlock_irq(&mapping->tree_lock);
Christoph Lametere23ca002006-04-10 22:52:57 -0700465 return -EAGAIN;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800466 }
467
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700468 if (!page_ref_freeze(page, expected_count)) {
Nick Piggin19fd6232008-07-25 19:45:32 -0700469 spin_unlock_irq(&mapping->tree_lock);
Nick Piggine2867812008-07-25 19:45:30 -0700470 return -EAGAIN;
471 }
472
Christoph Lameterb20a3502006-03-22 00:09:12 -0800473 /*
Mel Gormanb969c4a2012-01-12 17:19:34 -0800474 * In the async migration case of moving a page with buffers, lock the
475 * buffers using trylock before the mapping is moved. If the mapping
476 * was moved, we later failed to lock the buffers and could not move
477 * the mapping back due to an elevated page count, we would have to
478 * block waiting on other references to be dropped.
479 */
Mel Gormana6bc32b2012-01-12 17:19:43 -0800480 if (mode == MIGRATE_ASYNC && head &&
481 !buffer_migrate_lock_buffers(head, mode)) {
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700482 page_ref_unfreeze(page, expected_count);
Mel Gormanb969c4a2012-01-12 17:19:34 -0800483 spin_unlock_irq(&mapping->tree_lock);
484 return -EAGAIN;
485 }
486
487 /*
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800488 * Now we know that no one else is looking at the page:
489 * no turning back from here.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800490 */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800491 newpage->index = page->index;
492 newpage->mapping = page->mapping;
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800493 get_page(newpage); /* add cache reference */
Nicholas Piggin6326fec2016-12-25 13:00:29 +1000494 if (PageSwapBacked(page)) {
495 __SetPageSwapBacked(newpage);
496 if (PageSwapCache(page)) {
497 SetPageSwapCache(newpage);
498 set_page_private(newpage, page_private(page));
499 }
500 } else {
501 VM_BUG_ON_PAGE(PageSwapCache(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800502 }
503
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800504 /* Move dirty while page refs frozen and newpage not yet exposed */
505 dirty = PageDirty(page);
506 if (dirty) {
507 ClearPageDirty(page);
508 SetPageDirty(newpage);
509 }
510
Johannes Weiner6d75f362016-12-12 16:43:43 -0800511 radix_tree_replace_slot(&mapping->page_tree, pslot, newpage);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800512
513 /*
Jacobo Giralt937a94c2012-01-10 15:07:11 -0800514 * Drop cache reference from old page by unfreezing
515 * to one less reference.
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800516 * We know this isn't the last reference.
517 */
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700518 page_ref_unfreeze(page, expected_count - 1);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800519
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800520 spin_unlock(&mapping->tree_lock);
521 /* Leave irq disabled to prevent preemption while updating stats */
522
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700523 /*
524 * If moved to a different zone then also account
525 * the page for that zone. Other VM counters will be
526 * taken care of when we establish references to the
527 * new page and drop references to the old page.
528 *
529 * Note that anonymous pages are accounted for
Mel Gorman4b9d0fa2016-07-28 15:46:17 -0700530 * via NR_FILE_PAGES and NR_ANON_MAPPED if they
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700531 * are mapped to swap space.
532 */
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800533 if (newzone != oldzone) {
Mel Gorman11fb9982016-07-28 15:46:20 -0700534 __dec_node_state(oldzone->zone_pgdat, NR_FILE_PAGES);
535 __inc_node_state(newzone->zone_pgdat, NR_FILE_PAGES);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800536 if (PageSwapBacked(page) && !PageSwapCache(page)) {
Mel Gorman11fb9982016-07-28 15:46:20 -0700537 __dec_node_state(oldzone->zone_pgdat, NR_SHMEM);
538 __inc_node_state(newzone->zone_pgdat, NR_SHMEM);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800539 }
540 if (dirty && mapping_cap_account_dirty(mapping)) {
Mel Gorman11fb9982016-07-28 15:46:20 -0700541 __dec_node_state(oldzone->zone_pgdat, NR_FILE_DIRTY);
Mel Gorman5a1c84b2016-07-28 15:47:31 -0700542 __dec_zone_state(oldzone, NR_ZONE_WRITE_PENDING);
Mel Gorman11fb9982016-07-28 15:46:20 -0700543 __inc_node_state(newzone->zone_pgdat, NR_FILE_DIRTY);
Mel Gorman5a1c84b2016-07-28 15:47:31 -0700544 __inc_zone_state(newzone, NR_ZONE_WRITE_PENDING);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800545 }
KOSAKI Motohiro4b021082009-09-21 17:01:33 -0700546 }
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800547 local_irq_enable();
Christoph Lameterb20a3502006-03-22 00:09:12 -0800548
Rafael Aquini78bd5202012-12-11 16:02:31 -0800549 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800550}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200551EXPORT_SYMBOL(migrate_page_move_mapping);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800552
553/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900554 * The expected number of remaining references is the same as that
555 * of migrate_page_move_mapping().
556 */
557int migrate_huge_page_move_mapping(struct address_space *mapping,
558 struct page *newpage, struct page *page)
559{
560 int expected_count;
561 void **pslot;
562
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900563 spin_lock_irq(&mapping->tree_lock);
564
565 pslot = radix_tree_lookup_slot(&mapping->page_tree,
566 page_index(page));
567
568 expected_count = 2 + page_has_private(page);
569 if (page_count(page) != expected_count ||
Mel Gorman29c1f672011-01-13 15:47:21 -0800570 radix_tree_deref_slot_protected(pslot, &mapping->tree_lock) != page) {
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900571 spin_unlock_irq(&mapping->tree_lock);
572 return -EAGAIN;
573 }
574
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700575 if (!page_ref_freeze(page, expected_count)) {
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900576 spin_unlock_irq(&mapping->tree_lock);
577 return -EAGAIN;
578 }
579
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800580 newpage->index = page->index;
581 newpage->mapping = page->mapping;
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700582
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900583 get_page(newpage);
584
Johannes Weiner6d75f362016-12-12 16:43:43 -0800585 radix_tree_replace_slot(&mapping->page_tree, pslot, newpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900586
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700587 page_ref_unfreeze(page, expected_count - 1);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900588
589 spin_unlock_irq(&mapping->tree_lock);
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700590
Rafael Aquini78bd5202012-12-11 16:02:31 -0800591 return MIGRATEPAGE_SUCCESS;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900592}
593
594/*
Dave Hansen30b0a102013-11-21 14:31:58 -0800595 * Gigantic pages are so large that we do not guarantee that page++ pointer
596 * arithmetic will work across the entire page. We need something more
597 * specialized.
598 */
599static void __copy_gigantic_page(struct page *dst, struct page *src,
600 int nr_pages)
601{
602 int i;
603 struct page *dst_base = dst;
604 struct page *src_base = src;
605
606 for (i = 0; i < nr_pages; ) {
607 cond_resched();
608 copy_highpage(dst, src);
609
610 i++;
611 dst = mem_map_next(dst, dst_base, i);
612 src = mem_map_next(src, src_base, i);
613 }
614}
615
616static void copy_huge_page(struct page *dst, struct page *src)
617{
618 int i;
619 int nr_pages;
620
621 if (PageHuge(src)) {
622 /* hugetlbfs page */
623 struct hstate *h = page_hstate(src);
624 nr_pages = pages_per_huge_page(h);
625
626 if (unlikely(nr_pages > MAX_ORDER_NR_PAGES)) {
627 __copy_gigantic_page(dst, src, nr_pages);
628 return;
629 }
630 } else {
631 /* thp page */
632 BUG_ON(!PageTransHuge(src));
633 nr_pages = hpage_nr_pages(src);
634 }
635
636 for (i = 0; i < nr_pages; i++) {
637 cond_resched();
638 copy_highpage(dst + i, src + i);
639 }
640}
641
642/*
Christoph Lameterb20a3502006-03-22 00:09:12 -0800643 * Copy the page to its new location
644 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700645void migrate_page_states(struct page *newpage, struct page *page)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800646{
Rik van Riel7851a452013-10-07 11:29:23 +0100647 int cpupid;
648
Christoph Lameterb20a3502006-03-22 00:09:12 -0800649 if (PageError(page))
650 SetPageError(newpage);
651 if (PageReferenced(page))
652 SetPageReferenced(newpage);
653 if (PageUptodate(page))
654 SetPageUptodate(newpage);
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700655 if (TestClearPageActive(page)) {
Sasha Levin309381fea2014-01-23 15:52:54 -0800656 VM_BUG_ON_PAGE(PageUnevictable(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800657 SetPageActive(newpage);
Lee Schermerhorn418b27e2009-12-14 17:59:54 -0800658 } else if (TestClearPageUnevictable(page))
659 SetPageUnevictable(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800660 if (PageChecked(page))
661 SetPageChecked(newpage);
662 if (PageMappedToDisk(page))
663 SetPageMappedToDisk(newpage);
664
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800665 /* Move dirty on pages not done by migrate_page_move_mapping() */
666 if (PageDirty(page))
667 SetPageDirty(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800668
Vladimir Davydov33c3fc72015-09-09 15:35:45 -0700669 if (page_is_young(page))
670 set_page_young(newpage);
671 if (page_is_idle(page))
672 set_page_idle(newpage);
673
Rik van Riel7851a452013-10-07 11:29:23 +0100674 /*
675 * Copy NUMA information to the new page, to prevent over-eager
676 * future migrations of this same page.
677 */
678 cpupid = page_cpupid_xchg_last(page, -1);
679 page_cpupid_xchg_last(newpage, cpupid);
680
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800681 ksm_migrate_page(newpage, page);
Hugh Dickinsc8d65532013-02-22 16:35:10 -0800682 /*
683 * Please do not reorder this without considering how mm/ksm.c's
684 * get_ksm_page() depends upon ksm_migrate_page() and PageSwapCache().
685 */
Naoya Horiguchib3b3a992015-04-15 16:13:15 -0700686 if (PageSwapCache(page))
687 ClearPageSwapCache(page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800688 ClearPagePrivate(page);
689 set_page_private(page, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800690
691 /*
692 * If any waiters have accumulated on the new page then
693 * wake them up.
694 */
695 if (PageWriteback(newpage))
696 end_page_writeback(newpage);
Vlastimil Babkad435edc2016-03-15 14:56:15 -0700697
698 copy_page_owner(page, newpage);
Johannes Weiner74485cf2016-03-15 14:57:54 -0700699
700 mem_cgroup_migrate(page, newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800701}
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700702EXPORT_SYMBOL(migrate_page_states);
703
704void migrate_page_copy(struct page *newpage, struct page *page)
705{
706 if (PageHuge(page) || PageTransHuge(page))
707 copy_huge_page(newpage, page);
708 else
709 copy_highpage(newpage, page);
710
711 migrate_page_states(newpage, page);
712}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200713EXPORT_SYMBOL(migrate_page_copy);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800714
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700715/************************************************************
716 * Migration functions
717 ***********************************************************/
718
Christoph Lameterb20a3502006-03-22 00:09:12 -0800719/*
Minchan Kimbda807d2016-07-26 15:23:05 -0700720 * Common logic to directly migrate a single LRU page suitable for
David Howells266cf652009-04-03 16:42:36 +0100721 * pages that do not use PagePrivate/PagePrivate2.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800722 *
723 * Pages are locked upon entry and exit.
724 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -0700725int migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800726 struct page *newpage, struct page *page,
727 enum migrate_mode mode)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800728{
729 int rc;
730
731 BUG_ON(PageWriteback(page)); /* Writeback must be complete */
732
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500733 rc = migrate_page_move_mapping(mapping, newpage, page, NULL, mode, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800734
Rafael Aquini78bd5202012-12-11 16:02:31 -0800735 if (rc != MIGRATEPAGE_SUCCESS)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800736 return rc;
737
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700738 if (mode != MIGRATE_SYNC_NO_COPY)
739 migrate_page_copy(newpage, page);
740 else
741 migrate_page_states(newpage, page);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800742 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800743}
744EXPORT_SYMBOL(migrate_page);
745
David Howells93614012006-09-30 20:45:40 +0200746#ifdef CONFIG_BLOCK
Christoph Lameterb20a3502006-03-22 00:09:12 -0800747/*
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700748 * Migration function for pages with buffers. This function can only be used
749 * if the underlying filesystem guarantees that no other references to "page"
750 * exist.
751 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -0700752int buffer_migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800753 struct page *newpage, struct page *page, enum migrate_mode mode)
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700754{
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700755 struct buffer_head *bh, *head;
756 int rc;
757
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700758 if (!page_has_buffers(page))
Mel Gormana6bc32b2012-01-12 17:19:43 -0800759 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700760
761 head = page_buffers(page);
762
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500763 rc = migrate_page_move_mapping(mapping, newpage, page, head, mode, 0);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700764
Rafael Aquini78bd5202012-12-11 16:02:31 -0800765 if (rc != MIGRATEPAGE_SUCCESS)
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700766 return rc;
767
Mel Gormanb969c4a2012-01-12 17:19:34 -0800768 /*
769 * In the async case, migrate_page_move_mapping locked the buffers
770 * with an IRQ-safe spinlock held. In the sync case, the buffers
771 * need to be locked now
772 */
Mel Gormana6bc32b2012-01-12 17:19:43 -0800773 if (mode != MIGRATE_ASYNC)
774 BUG_ON(!buffer_migrate_lock_buffers(head, mode));
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700775
776 ClearPagePrivate(page);
777 set_page_private(newpage, page_private(page));
778 set_page_private(page, 0);
779 put_page(page);
780 get_page(newpage);
781
782 bh = head;
783 do {
784 set_bh_page(bh, newpage, bh_offset(bh));
785 bh = bh->b_this_page;
786
787 } while (bh != head);
788
789 SetPagePrivate(newpage);
790
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700791 if (mode != MIGRATE_SYNC_NO_COPY)
792 migrate_page_copy(newpage, page);
793 else
794 migrate_page_states(newpage, page);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700795
796 bh = head;
797 do {
798 unlock_buffer(bh);
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700799 put_bh(bh);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700800 bh = bh->b_this_page;
801
802 } while (bh != head);
803
Rafael Aquini78bd5202012-12-11 16:02:31 -0800804 return MIGRATEPAGE_SUCCESS;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700805}
806EXPORT_SYMBOL(buffer_migrate_page);
David Howells93614012006-09-30 20:45:40 +0200807#endif
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700808
Christoph Lameter04e62a22006-06-23 02:03:38 -0700809/*
810 * Writeback a page to clean the dirty state
811 */
812static int writeout(struct address_space *mapping, struct page *page)
813{
814 struct writeback_control wbc = {
815 .sync_mode = WB_SYNC_NONE,
816 .nr_to_write = 1,
817 .range_start = 0,
818 .range_end = LLONG_MAX,
Christoph Lameter04e62a22006-06-23 02:03:38 -0700819 .for_reclaim = 1
820 };
821 int rc;
822
823 if (!mapping->a_ops->writepage)
824 /* No write method for the address space */
825 return -EINVAL;
826
827 if (!clear_page_dirty_for_io(page))
828 /* Someone else already triggered a write */
829 return -EAGAIN;
830
831 /*
832 * A dirty page may imply that the underlying filesystem has
833 * the page on some queue. So the page must be clean for
834 * migration. Writeout may mean we loose the lock and the
835 * page state is no longer what we checked for earlier.
836 * At this point we know that the migration attempt cannot
837 * be successful.
838 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700839 remove_migration_ptes(page, page, false);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700840
841 rc = mapping->a_ops->writepage(page, &wbc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700842
843 if (rc != AOP_WRITEPAGE_ACTIVATE)
844 /* unlocked. Relock */
845 lock_page(page);
846
Hugh Dickinsbda85502008-11-19 15:36:36 -0800847 return (rc < 0) ? -EIO : -EAGAIN;
Christoph Lameter04e62a22006-06-23 02:03:38 -0700848}
849
850/*
851 * Default handling if a filesystem does not provide a migration function.
852 */
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700853static int fallback_migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800854 struct page *newpage, struct page *page, enum migrate_mode mode)
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700855{
Mel Gormanb969c4a2012-01-12 17:19:34 -0800856 if (PageDirty(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800857 /* Only writeback pages in full synchronous migration */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700858 switch (mode) {
859 case MIGRATE_SYNC:
860 case MIGRATE_SYNC_NO_COPY:
861 break;
862 default:
Mel Gormanb969c4a2012-01-12 17:19:34 -0800863 return -EBUSY;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700864 }
Christoph Lameter04e62a22006-06-23 02:03:38 -0700865 return writeout(mapping, page);
Mel Gormanb969c4a2012-01-12 17:19:34 -0800866 }
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700867
868 /*
869 * Buffers may be managed in a filesystem specific way.
870 * We must have no buffers or drop them.
871 */
David Howells266cf652009-04-03 16:42:36 +0100872 if (page_has_private(page) &&
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700873 !try_to_release_page(page, GFP_KERNEL))
874 return -EAGAIN;
875
Mel Gormana6bc32b2012-01-12 17:19:43 -0800876 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700877}
878
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700879/*
Christoph Lametere24f0b82006-06-23 02:03:51 -0700880 * Move a page to a newly allocated page
881 * The page is locked and all ptes have been successfully removed.
882 *
883 * The new page will have replaced the old page if this function
884 * is successful.
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700885 *
886 * Return value:
887 * < 0 - error code
Rafael Aquini78bd5202012-12-11 16:02:31 -0800888 * MIGRATEPAGE_SUCCESS - success
Christoph Lametere24f0b82006-06-23 02:03:51 -0700889 */
Mel Gorman3fe20112010-05-24 14:32:20 -0700890static int move_to_new_page(struct page *newpage, struct page *page,
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800891 enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700892{
893 struct address_space *mapping;
Minchan Kimbda807d2016-07-26 15:23:05 -0700894 int rc = -EAGAIN;
895 bool is_lru = !__PageMovable(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700896
Hugh Dickins7db76712015-11-05 18:49:49 -0800897 VM_BUG_ON_PAGE(!PageLocked(page), page);
898 VM_BUG_ON_PAGE(!PageLocked(newpage), newpage);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700899
Christoph Lametere24f0b82006-06-23 02:03:51 -0700900 mapping = page_mapping(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700901
902 if (likely(is_lru)) {
903 if (!mapping)
904 rc = migrate_page(mapping, newpage, page, mode);
905 else if (mapping->a_ops->migratepage)
906 /*
907 * Most pages have a mapping and most filesystems
908 * provide a migratepage callback. Anonymous pages
909 * are part of swap space which also has its own
910 * migratepage callback. This is the most common path
911 * for page migration.
912 */
913 rc = mapping->a_ops->migratepage(mapping, newpage,
914 page, mode);
915 else
916 rc = fallback_migrate_page(mapping, newpage,
917 page, mode);
918 } else {
Christoph Lametere24f0b82006-06-23 02:03:51 -0700919 /*
Minchan Kimbda807d2016-07-26 15:23:05 -0700920 * In case of non-lru page, it could be released after
921 * isolation step. In that case, we shouldn't try migration.
Christoph Lametere24f0b82006-06-23 02:03:51 -0700922 */
Minchan Kimbda807d2016-07-26 15:23:05 -0700923 VM_BUG_ON_PAGE(!PageIsolated(page), page);
924 if (!PageMovable(page)) {
925 rc = MIGRATEPAGE_SUCCESS;
926 __ClearPageIsolated(page);
927 goto out;
928 }
929
930 rc = mapping->a_ops->migratepage(mapping, newpage,
931 page, mode);
932 WARN_ON_ONCE(rc == MIGRATEPAGE_SUCCESS &&
933 !PageIsolated(page));
934 }
Christoph Lametere24f0b82006-06-23 02:03:51 -0700935
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800936 /*
937 * When successful, old pagecache page->mapping must be cleared before
938 * page is freed; but stats require that PageAnon be left as PageAnon.
939 */
940 if (rc == MIGRATEPAGE_SUCCESS) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700941 if (__PageMovable(page)) {
942 VM_BUG_ON_PAGE(!PageIsolated(page), page);
943
944 /*
945 * We clear PG_movable under page_lock so any compactor
946 * cannot try to migrate this page.
947 */
948 __ClearPageIsolated(page);
949 }
950
951 /*
952 * Anonymous and movable page->mapping will be cleard by
953 * free_pages_prepare so don't reset it here for keeping
954 * the type to work PageAnon, for example.
955 */
956 if (!PageMappingFlags(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800957 page->mapping = NULL;
Mel Gorman3fe20112010-05-24 14:32:20 -0700958 }
Minchan Kimbda807d2016-07-26 15:23:05 -0700959out:
Christoph Lametere24f0b82006-06-23 02:03:51 -0700960 return rc;
961}
962
Minchan Kim0dabec92011-10-31 17:06:57 -0700963static int __unmap_and_move(struct page *page, struct page *newpage,
Hugh Dickins9c620e22013-02-22 16:35:14 -0800964 int force, enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700965{
Minchan Kim0dabec92011-10-31 17:06:57 -0700966 int rc = -EAGAIN;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -0800967 int page_was_mapped = 0;
Mel Gorman3f6c8272010-05-24 14:32:17 -0700968 struct anon_vma *anon_vma = NULL;
Minchan Kimbda807d2016-07-26 15:23:05 -0700969 bool is_lru = !__PageMovable(page);
Christoph Lameter95a402c2006-06-23 02:03:53 -0700970
Nick Piggin529ae9a2008-08-02 12:01:03 +0200971 if (!trylock_page(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800972 if (!force || mode == MIGRATE_ASYNC)
Minchan Kim0dabec92011-10-31 17:06:57 -0700973 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -0800974
975 /*
976 * It's not safe for direct compaction to call lock_page.
977 * For example, during page readahead pages are added locked
978 * to the LRU. Later, when the IO completes the pages are
979 * marked uptodate and unlocked. However, the queueing
980 * could be merging multiple pages for one bio (e.g.
981 * mpage_readpages). If an allocation happens for the
982 * second or third page, the process can end up locking
983 * the same page twice and deadlocking. Rather than
984 * trying to be clever about what pages can be locked,
985 * avoid the use of lock_page for direct compaction
986 * altogether.
987 */
988 if (current->flags & PF_MEMALLOC)
Minchan Kim0dabec92011-10-31 17:06:57 -0700989 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -0800990
Christoph Lametere24f0b82006-06-23 02:03:51 -0700991 lock_page(page);
992 }
993
994 if (PageWriteback(page)) {
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700995 /*
Jianguo Wufed5b642013-04-29 15:07:58 -0700996 * Only in the case of a full synchronous migration is it
Mel Gormana6bc32b2012-01-12 17:19:43 -0800997 * necessary to wait for PageWriteback. In the async case,
998 * the retry loop is too short and in the sync-light case,
999 * the overhead of stalling is too much
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001000 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001001 switch (mode) {
1002 case MIGRATE_SYNC:
1003 case MIGRATE_SYNC_NO_COPY:
1004 break;
1005 default:
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001006 rc = -EBUSY;
Johannes Weiner0a31bc92014-08-08 14:19:22 -07001007 goto out_unlock;
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001008 }
1009 if (!force)
Johannes Weiner0a31bc92014-08-08 14:19:22 -07001010 goto out_unlock;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001011 wait_on_page_writeback(page);
1012 }
Hugh Dickins03f15c82015-11-05 18:49:56 -08001013
Christoph Lametere24f0b82006-06-23 02:03:51 -07001014 /*
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001015 * By try_to_unmap(), page->mapcount goes down to 0 here. In this case,
1016 * we cannot notice that anon_vma is freed while we migrates a page.
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001017 * This get_anon_vma() delays freeing anon_vma pointer until the end
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001018 * of migration. File cache pages are no problem because of page_lock()
KAMEZAWA Hiroyuki989f89c2007-08-30 23:56:21 -07001019 * File Caches may use write_page() or lock_page() in migration, then,
1020 * just care Anon page here.
Hugh Dickins03f15c82015-11-05 18:49:56 -08001021 *
1022 * Only page_get_anon_vma() understands the subtleties of
1023 * getting a hold on an anon_vma from outside one of its mms.
1024 * But if we cannot get anon_vma, then we won't need it anyway,
1025 * because that implies that the anon page is no longer mapped
1026 * (and cannot be remapped so long as we hold the page lock).
Christoph Lametere24f0b82006-06-23 02:03:51 -07001027 */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001028 if (PageAnon(page) && !PageKsm(page))
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001029 anon_vma = page_get_anon_vma(page);
Shaohua Li62e1c552008-02-04 22:29:33 -08001030
Hugh Dickins7db76712015-11-05 18:49:49 -08001031 /*
1032 * Block others from accessing the new page when we get around to
1033 * establishing additional references. We are usually the only one
1034 * holding a reference to newpage at this point. We used to have a BUG
1035 * here if trylock_page(newpage) fails, but would like to allow for
1036 * cases where there might be a race with the previous use of newpage.
1037 * This is much like races on refcount of oldpage: just don't BUG().
1038 */
1039 if (unlikely(!trylock_page(newpage)))
1040 goto out_unlock;
1041
Minchan Kimbda807d2016-07-26 15:23:05 -07001042 if (unlikely(!is_lru)) {
1043 rc = move_to_new_page(newpage, page, mode);
1044 goto out_unlock_both;
1045 }
1046
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001047 /*
Shaohua Li62e1c552008-02-04 22:29:33 -08001048 * Corner case handling:
1049 * 1. When a new swap-cache page is read into, it is added to the LRU
1050 * and treated as swapcache but it has no rmap yet.
1051 * Calling try_to_unmap() against a page->mapping==NULL page will
1052 * trigger a BUG. So handle it here.
1053 * 2. An orphaned page (see truncate_complete_page) might have
1054 * fs-private metadata. The page can be picked up due to memory
1055 * offlining. Everywhere else except page reclaim, the page is
1056 * invisible to the vm, so the page can not be migrated. So try to
1057 * free the metadata, so the page can be freed.
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001058 */
Shaohua Li62e1c552008-02-04 22:29:33 -08001059 if (!page->mapping) {
Sasha Levin309381fea2014-01-23 15:52:54 -08001060 VM_BUG_ON_PAGE(PageAnon(page), page);
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001061 if (page_has_private(page)) {
Shaohua Li62e1c552008-02-04 22:29:33 -08001062 try_to_free_buffers(page);
Hugh Dickins7db76712015-11-05 18:49:49 -08001063 goto out_unlock_both;
Shaohua Li62e1c552008-02-04 22:29:33 -08001064 }
Hugh Dickins7db76712015-11-05 18:49:49 -08001065 } else if (page_mapped(page)) {
1066 /* Establish migration ptes */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001067 VM_BUG_ON_PAGE(PageAnon(page) && !PageKsm(page) && !anon_vma,
1068 page);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001069 try_to_unmap(page,
Wanpeng Lida1b13c2015-09-08 15:03:27 -07001070 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001071 page_was_mapped = 1;
1072 }
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001073
Christoph Lametere6a15302006-06-25 05:46:49 -07001074 if (!page_mapped(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001075 rc = move_to_new_page(newpage, page, mode);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001076
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001077 if (page_was_mapped)
1078 remove_migration_ptes(page,
Kirill A. Shutemove3884662016-03-17 14:20:07 -07001079 rc == MIGRATEPAGE_SUCCESS ? newpage : page, false);
Mel Gorman3f6c8272010-05-24 14:32:17 -07001080
Hugh Dickins7db76712015-11-05 18:49:49 -08001081out_unlock_both:
1082 unlock_page(newpage);
1083out_unlock:
Mel Gorman3f6c8272010-05-24 14:32:17 -07001084 /* Drop an anon_vma reference if we took one */
Rik van Riel76545062010-08-09 17:18:41 -07001085 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001086 put_anon_vma(anon_vma);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001087 unlock_page(page);
Minchan Kim0dabec92011-10-31 17:06:57 -07001088out:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001089 /*
1090 * If migration is successful, decrease refcount of the newpage
1091 * which will not free the page because new page owner increased
1092 * refcounter. As well, if it is LRU page, add the page to LRU
1093 * list in here.
1094 */
1095 if (rc == MIGRATEPAGE_SUCCESS) {
Minchan Kimb1123ea62016-07-26 15:23:09 -07001096 if (unlikely(__PageMovable(newpage)))
Minchan Kimc6c919e2016-07-26 15:23:02 -07001097 put_page(newpage);
1098 else
1099 putback_lru_page(newpage);
1100 }
1101
Minchan Kim0dabec92011-10-31 17:06:57 -07001102 return rc;
1103}
Christoph Lameter95a402c2006-06-23 02:03:53 -07001104
Minchan Kim0dabec92011-10-31 17:06:57 -07001105/*
Geert Uytterhoevenef2a5152015-04-14 15:44:22 -07001106 * gcc 4.7 and 4.8 on arm get an ICEs when inlining unmap_and_move(). Work
1107 * around it.
1108 */
1109#if (GCC_VERSION >= 40700 && GCC_VERSION < 40900) && defined(CONFIG_ARM)
1110#define ICE_noinline noinline
1111#else
1112#define ICE_noinline
1113#endif
1114
1115/*
Minchan Kim0dabec92011-10-31 17:06:57 -07001116 * Obtain the lock on page, remove all ptes and migrate the page
1117 * to the newly allocated page in newpage.
1118 */
Geert Uytterhoevenef2a5152015-04-14 15:44:22 -07001119static ICE_noinline int unmap_and_move(new_page_t get_new_page,
1120 free_page_t put_new_page,
1121 unsigned long private, struct page *page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001122 int force, enum migrate_mode mode,
1123 enum migrate_reason reason)
Minchan Kim0dabec92011-10-31 17:06:57 -07001124{
Hugh Dickins2def7422015-11-05 18:49:46 -08001125 int rc = MIGRATEPAGE_SUCCESS;
Minchan Kim0dabec92011-10-31 17:06:57 -07001126 int *result = NULL;
Hugh Dickins2def7422015-11-05 18:49:46 -08001127 struct page *newpage;
Minchan Kim0dabec92011-10-31 17:06:57 -07001128
Hugh Dickins2def7422015-11-05 18:49:46 -08001129 newpage = get_new_page(page, private, &result);
Minchan Kim0dabec92011-10-31 17:06:57 -07001130 if (!newpage)
1131 return -ENOMEM;
1132
1133 if (page_count(page) == 1) {
1134 /* page was freed from under us. So we are done. */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001135 ClearPageActive(page);
1136 ClearPageUnevictable(page);
Minchan Kimbda807d2016-07-26 15:23:05 -07001137 if (unlikely(__PageMovable(page))) {
1138 lock_page(page);
1139 if (!PageMovable(page))
1140 __ClearPageIsolated(page);
1141 unlock_page(page);
1142 }
Minchan Kimc6c919e2016-07-26 15:23:02 -07001143 if (put_new_page)
1144 put_new_page(newpage, private);
1145 else
1146 put_page(newpage);
Minchan Kim0dabec92011-10-31 17:06:57 -07001147 goto out;
1148 }
1149
Zi Yan616b8372017-09-08 16:10:57 -07001150 if (unlikely(PageTransHuge(page) && !PageTransHuge(newpage))) {
Kirill A. Shutemov4d2fa962016-01-15 16:54:00 -08001151 lock_page(page);
1152 rc = split_huge_page(page);
1153 unlock_page(page);
1154 if (rc)
Minchan Kim0dabec92011-10-31 17:06:57 -07001155 goto out;
Kirill A. Shutemov4d2fa962016-01-15 16:54:00 -08001156 }
Minchan Kim0dabec92011-10-31 17:06:57 -07001157
Hugh Dickins9c620e22013-02-22 16:35:14 -08001158 rc = __unmap_and_move(page, newpage, force, mode);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001159 if (rc == MIGRATEPAGE_SUCCESS)
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001160 set_page_owner_migrate_reason(newpage, reason);
Rafael Aquinibf6bddf12012-12-11 16:02:42 -08001161
Minchan Kim0dabec92011-10-31 17:06:57 -07001162out:
Christoph Lametere24f0b82006-06-23 02:03:51 -07001163 if (rc != -EAGAIN) {
Minchan Kim0dabec92011-10-31 17:06:57 -07001164 /*
1165 * A page that has been migrated has all references
1166 * removed and will be freed. A page that has not been
1167 * migrated will have kepts its references and be
1168 * restored.
1169 */
1170 list_del(&page->lru);
Ming Ling6afcf8e2016-12-12 16:42:26 -08001171
1172 /*
1173 * Compaction can migrate also non-LRU pages which are
1174 * not accounted to NR_ISOLATED_*. They can be recognized
1175 * as __PageMovable
1176 */
1177 if (likely(!__PageMovable(page)))
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001178 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
1179 page_is_file_cache(page), -hpage_nr_pages(page));
Christoph Lametere24f0b82006-06-23 02:03:51 -07001180 }
David Rientjes68711a72014-06-04 16:08:25 -07001181
Christoph Lameter95a402c2006-06-23 02:03:53 -07001182 /*
Minchan Kimc6c919e2016-07-26 15:23:02 -07001183 * If migration is successful, releases reference grabbed during
1184 * isolation. Otherwise, restore the page to right list unless
1185 * we want to retry.
Christoph Lameter95a402c2006-06-23 02:03:53 -07001186 */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001187 if (rc == MIGRATEPAGE_SUCCESS) {
1188 put_page(page);
1189 if (reason == MR_MEMORY_FAILURE) {
1190 /*
1191 * Set PG_HWPoison on just freed page
1192 * intentionally. Although it's rather weird,
1193 * it's how HWPoison flag works at the moment.
1194 */
1195 if (!test_set_page_hwpoison(page))
1196 num_poisoned_pages_inc();
1197 }
1198 } else {
Minchan Kimbda807d2016-07-26 15:23:05 -07001199 if (rc != -EAGAIN) {
1200 if (likely(!__PageMovable(page))) {
1201 putback_lru_page(page);
1202 goto put_new;
1203 }
1204
1205 lock_page(page);
1206 if (PageMovable(page))
1207 putback_movable_page(page);
1208 else
1209 __ClearPageIsolated(page);
1210 unlock_page(page);
1211 put_page(page);
1212 }
1213put_new:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001214 if (put_new_page)
1215 put_new_page(newpage, private);
1216 else
1217 put_page(newpage);
1218 }
David Rientjes68711a72014-06-04 16:08:25 -07001219
Christoph Lameter742755a2006-06-23 02:03:55 -07001220 if (result) {
1221 if (rc)
1222 *result = rc;
1223 else
1224 *result = page_to_nid(newpage);
1225 }
Christoph Lametere24f0b82006-06-23 02:03:51 -07001226 return rc;
1227}
1228
1229/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001230 * Counterpart of unmap_and_move_page() for hugepage migration.
1231 *
1232 * This function doesn't wait the completion of hugepage I/O
1233 * because there is no race between I/O and migration for hugepage.
1234 * Note that currently hugepage I/O occurs only in direct I/O
1235 * where no lock is held and PG_writeback is irrelevant,
1236 * and writeback status of all subpages are counted in the reference
1237 * count of the head page (i.e. if all subpages of a 2MB hugepage are
1238 * under direct I/O, the reference of the head page is 512 and a bit more.)
1239 * This means that when we try to migrate hugepage whose subpages are
1240 * doing direct I/O, some references remain after try_to_unmap() and
1241 * hugepage migration fails without data corruption.
1242 *
1243 * There is also no race when direct I/O is issued on the page under migration,
1244 * because then pte is replaced with migration swap entry and direct I/O code
1245 * will wait in the page fault for migration to complete.
1246 */
1247static int unmap_and_move_huge_page(new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001248 free_page_t put_new_page, unsigned long private,
1249 struct page *hpage, int force,
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001250 enum migrate_mode mode, int reason)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001251{
Hugh Dickins2def7422015-11-05 18:49:46 -08001252 int rc = -EAGAIN;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001253 int *result = NULL;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001254 int page_was_mapped = 0;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001255 struct page *new_hpage;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001256 struct anon_vma *anon_vma = NULL;
1257
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001258 /*
1259 * Movability of hugepages depends on architectures and hugepage size.
1260 * This check is necessary because some callers of hugepage migration
1261 * like soft offline and memory hotremove don't walk through page
1262 * tables or check whether the hugepage is pmd-based or not before
1263 * kicking migration.
1264 */
Naoya Horiguchi100873d2014-06-04 16:10:56 -07001265 if (!hugepage_migration_supported(page_hstate(hpage))) {
Joonsoo Kim32665f22014-01-21 15:51:15 -08001266 putback_active_hugepage(hpage);
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001267 return -ENOSYS;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001268 }
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001269
Joonsoo Kim32665f22014-01-21 15:51:15 -08001270 new_hpage = get_new_page(hpage, private, &result);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001271 if (!new_hpage)
1272 return -ENOMEM;
1273
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001274 if (!trylock_page(hpage)) {
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001275 if (!force)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001276 goto out;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001277 switch (mode) {
1278 case MIGRATE_SYNC:
1279 case MIGRATE_SYNC_NO_COPY:
1280 break;
1281 default:
1282 goto out;
1283 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001284 lock_page(hpage);
1285 }
1286
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001287 if (PageAnon(hpage))
1288 anon_vma = page_get_anon_vma(hpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001289
Hugh Dickins7db76712015-11-05 18:49:49 -08001290 if (unlikely(!trylock_page(new_hpage)))
1291 goto put_anon;
1292
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001293 if (page_mapped(hpage)) {
1294 try_to_unmap(hpage,
1295 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS);
1296 page_was_mapped = 1;
1297 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001298
1299 if (!page_mapped(hpage))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001300 rc = move_to_new_page(new_hpage, hpage, mode);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001301
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001302 if (page_was_mapped)
1303 remove_migration_ptes(hpage,
Kirill A. Shutemove3884662016-03-17 14:20:07 -07001304 rc == MIGRATEPAGE_SUCCESS ? new_hpage : hpage, false);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001305
Hugh Dickins7db76712015-11-05 18:49:49 -08001306 unlock_page(new_hpage);
1307
1308put_anon:
Hugh Dickinsfd4a4662011-01-13 15:47:31 -08001309 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001310 put_anon_vma(anon_vma);
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001311
Hugh Dickins2def7422015-11-05 18:49:46 -08001312 if (rc == MIGRATEPAGE_SUCCESS) {
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001313 hugetlb_cgroup_migrate(hpage, new_hpage);
Hugh Dickins2def7422015-11-05 18:49:46 -08001314 put_new_page = NULL;
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001315 set_page_owner_migrate_reason(new_hpage, reason);
Hugh Dickins2def7422015-11-05 18:49:46 -08001316 }
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001317
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001318 unlock_page(hpage);
Hillf Danton09761332011-12-08 14:34:20 -08001319out:
Naoya Horiguchib8ec1ce2013-09-11 14:22:01 -07001320 if (rc != -EAGAIN)
1321 putback_active_hugepage(hpage);
Anshuman Khandualc3114a82017-07-10 15:47:41 -07001322 if (reason == MR_MEMORY_FAILURE && !test_set_page_hwpoison(hpage))
1323 num_poisoned_pages_inc();
David Rientjes68711a72014-06-04 16:08:25 -07001324
1325 /*
1326 * If migration was not successful and there's a freeing callback, use
1327 * it. Otherwise, put_page() will drop the reference grabbed during
1328 * isolation.
1329 */
Hugh Dickins2def7422015-11-05 18:49:46 -08001330 if (put_new_page)
David Rientjes68711a72014-06-04 16:08:25 -07001331 put_new_page(new_hpage, private);
1332 else
Naoya Horiguchi3aaa76e2015-09-22 14:59:14 -07001333 putback_active_hugepage(new_hpage);
David Rientjes68711a72014-06-04 16:08:25 -07001334
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001335 if (result) {
1336 if (rc)
1337 *result = rc;
1338 else
1339 *result = page_to_nid(new_hpage);
1340 }
1341 return rc;
1342}
1343
1344/*
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001345 * migrate_pages - migrate the pages specified in a list, to the free pages
1346 * supplied as the target for the page migration
Christoph Lameterb20a3502006-03-22 00:09:12 -08001347 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001348 * @from: The list of pages to be migrated.
1349 * @get_new_page: The function used to allocate free pages to be used
1350 * as the target of the page migration.
David Rientjes68711a72014-06-04 16:08:25 -07001351 * @put_new_page: The function used to free target pages if migration
1352 * fails, or NULL if no special handling is necessary.
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001353 * @private: Private data to be passed on to get_new_page()
1354 * @mode: The migration mode that specifies the constraints for
1355 * page migration, if any.
1356 * @reason: The reason for page migration.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001357 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001358 * The function returns after 10 attempts or if no pages are movable any more
1359 * because the list has become empty or no retryable pages exist any more.
Hugh Dickins14e0f9b2015-11-05 18:49:43 -08001360 * The caller should call putback_movable_pages() to return pages to the LRU
Minchan Kim28bd6572011-01-25 15:07:26 -08001361 * or free list only if ret != 0.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001362 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001363 * Returns the number of pages that were not migrated, or an error code.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001364 */
Hugh Dickins9c620e22013-02-22 16:35:14 -08001365int migrate_pages(struct list_head *from, new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001366 free_page_t put_new_page, unsigned long private,
1367 enum migrate_mode mode, int reason)
Christoph Lameterb20a3502006-03-22 00:09:12 -08001368{
Christoph Lametere24f0b82006-06-23 02:03:51 -07001369 int retry = 1;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001370 int nr_failed = 0;
Mel Gorman5647bc22012-10-19 10:46:20 +01001371 int nr_succeeded = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001372 int pass = 0;
1373 struct page *page;
1374 struct page *page2;
1375 int swapwrite = current->flags & PF_SWAPWRITE;
1376 int rc;
1377
1378 if (!swapwrite)
1379 current->flags |= PF_SWAPWRITE;
1380
Christoph Lametere24f0b82006-06-23 02:03:51 -07001381 for(pass = 0; pass < 10 && retry; pass++) {
1382 retry = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001383
Christoph Lametere24f0b82006-06-23 02:03:51 -07001384 list_for_each_entry_safe(page, page2, from, lru) {
Christoph Lametere24f0b82006-06-23 02:03:51 -07001385 cond_resched();
Christoph Lameterb20a3502006-03-22 00:09:12 -08001386
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001387 if (PageHuge(page))
1388 rc = unmap_and_move_huge_page(get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001389 put_new_page, private, page,
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001390 pass > 2, mode, reason);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001391 else
David Rientjes68711a72014-06-04 16:08:25 -07001392 rc = unmap_and_move(get_new_page, put_new_page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001393 private, page, pass > 2, mode,
1394 reason);
Christoph Lameterb20a3502006-03-22 00:09:12 -08001395
Christoph Lametere24f0b82006-06-23 02:03:51 -07001396 switch(rc) {
Christoph Lameter95a402c2006-06-23 02:03:53 -07001397 case -ENOMEM:
David Rientjesdfef2ef2016-05-20 16:59:05 -07001398 nr_failed++;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001399 goto out;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001400 case -EAGAIN:
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001401 retry++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001402 break;
Rafael Aquini78bd5202012-12-11 16:02:31 -08001403 case MIGRATEPAGE_SUCCESS:
Mel Gorman5647bc22012-10-19 10:46:20 +01001404 nr_succeeded++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001405 break;
1406 default:
Naoya Horiguchi354a3362014-01-21 15:51:14 -08001407 /*
1408 * Permanent failure (-EBUSY, -ENOSYS, etc.):
1409 * unlike -EAGAIN case, the failed page is
1410 * removed from migration page list and not
1411 * retried in the next outer loop.
1412 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001413 nr_failed++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001414 break;
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001415 }
Christoph Lameterb20a3502006-03-22 00:09:12 -08001416 }
1417 }
Vlastimil Babkaf2f81fb2015-11-05 18:47:03 -08001418 nr_failed += retry;
1419 rc = nr_failed;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001420out:
Mel Gorman5647bc22012-10-19 10:46:20 +01001421 if (nr_succeeded)
1422 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded);
1423 if (nr_failed)
1424 count_vm_events(PGMIGRATE_FAIL, nr_failed);
Mel Gorman7b2a2d42012-10-19 14:07:31 +01001425 trace_mm_migrate_pages(nr_succeeded, nr_failed, mode, reason);
1426
Christoph Lameterb20a3502006-03-22 00:09:12 -08001427 if (!swapwrite)
1428 current->flags &= ~PF_SWAPWRITE;
1429
Rafael Aquini78bd5202012-12-11 16:02:31 -08001430 return rc;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001431}
1432
Christoph Lameter742755a2006-06-23 02:03:55 -07001433#ifdef CONFIG_NUMA
1434/*
1435 * Move a list of individual pages
1436 */
1437struct page_to_node {
1438 unsigned long addr;
1439 struct page *page;
1440 int node;
1441 int status;
1442};
1443
1444static struct page *new_page_node(struct page *p, unsigned long private,
1445 int **result)
1446{
1447 struct page_to_node *pm = (struct page_to_node *)private;
1448
1449 while (pm->node != MAX_NUMNODES && pm->page != p)
1450 pm++;
1451
1452 if (pm->node == MAX_NUMNODES)
1453 return NULL;
1454
1455 *result = &pm->status;
1456
Naoya Horiguchie632a932013-09-11 14:22:04 -07001457 if (PageHuge(p))
1458 return alloc_huge_page_node(page_hstate(compound_head(p)),
1459 pm->node);
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001460 else if (thp_migration_supported() && PageTransHuge(p)) {
1461 struct page *thp;
1462
1463 thp = alloc_pages_node(pm->node,
1464 (GFP_TRANSHUGE | __GFP_THISNODE) & ~__GFP_RECLAIM,
1465 HPAGE_PMD_ORDER);
1466 if (!thp)
1467 return NULL;
1468 prep_transhuge_page(thp);
1469 return thp;
1470 } else
Vlastimil Babka96db8002015-09-08 15:03:50 -07001471 return __alloc_pages_node(pm->node,
Johannes Weinere97ca8e52014-03-10 15:49:43 -07001472 GFP_HIGHUSER_MOVABLE | __GFP_THISNODE, 0);
Christoph Lameter742755a2006-06-23 02:03:55 -07001473}
1474
1475/*
1476 * Move a set of pages as indicated in the pm array. The addr
1477 * field must be set to the virtual address of the page to be moved
1478 * and the node number must contain a valid target node.
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001479 * The pm array ends with node = MAX_NUMNODES.
Christoph Lameter742755a2006-06-23 02:03:55 -07001480 */
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001481static int do_move_page_to_node_array(struct mm_struct *mm,
1482 struct page_to_node *pm,
1483 int migrate_all)
Christoph Lameter742755a2006-06-23 02:03:55 -07001484{
1485 int err;
1486 struct page_to_node *pp;
1487 LIST_HEAD(pagelist);
1488
1489 down_read(&mm->mmap_sem);
1490
1491 /*
1492 * Build a list of pages to migrate
1493 */
Christoph Lameter742755a2006-06-23 02:03:55 -07001494 for (pp = pm; pp->node != MAX_NUMNODES; pp++) {
1495 struct vm_area_struct *vma;
1496 struct page *page;
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001497 struct page *head;
1498 unsigned int follflags;
Christoph Lameter742755a2006-06-23 02:03:55 -07001499
Christoph Lameter742755a2006-06-23 02:03:55 -07001500 err = -EFAULT;
1501 vma = find_vma(mm, pp->addr);
Gleb Natapov70384dc2010-10-26 14:22:07 -07001502 if (!vma || pp->addr < vma->vm_start || !vma_migratable(vma))
Christoph Lameter742755a2006-06-23 02:03:55 -07001503 goto set_status;
1504
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001505 /* FOLL_DUMP to ignore special (like zero) pages */
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001506 follflags = FOLL_GET | FOLL_DUMP;
1507 if (!thp_migration_supported())
1508 follflags |= FOLL_SPLIT;
1509 page = follow_page(vma, pp->addr, follflags);
Linus Torvalds89f5b7d2008-06-20 11:18:25 -07001510
1511 err = PTR_ERR(page);
1512 if (IS_ERR(page))
1513 goto set_status;
1514
Christoph Lameter742755a2006-06-23 02:03:55 -07001515 err = -ENOENT;
1516 if (!page)
1517 goto set_status;
1518
Christoph Lameter742755a2006-06-23 02:03:55 -07001519 err = page_to_nid(page);
1520
1521 if (err == pp->node)
1522 /*
1523 * Node already in the right place
1524 */
1525 goto put_and_set;
1526
1527 err = -EACCES;
1528 if (page_mapcount(page) > 1 &&
1529 !migrate_all)
1530 goto put_and_set;
1531
Naoya Horiguchie632a932013-09-11 14:22:04 -07001532 if (PageHuge(page)) {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001533 if (PageHead(page)) {
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08001534 isolate_huge_page(page, &pagelist);
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001535 err = 0;
1536 pp->page = page;
1537 }
Naoya Horiguchie632a932013-09-11 14:22:04 -07001538 goto put_and_set;
1539 }
1540
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001541 pp->page = compound_head(page);
1542 head = compound_head(page);
1543 err = isolate_lru_page(head);
KOSAKI Motohiro6d9c2852009-12-14 17:58:11 -08001544 if (!err) {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001545 list_add_tail(&head->lru, &pagelist);
1546 mod_node_page_state(page_pgdat(head),
1547 NR_ISOLATED_ANON + page_is_file_cache(head),
1548 hpage_nr_pages(head));
KOSAKI Motohiro6d9c2852009-12-14 17:58:11 -08001549 }
Christoph Lameter742755a2006-06-23 02:03:55 -07001550put_and_set:
1551 /*
1552 * Either remove the duplicate refcount from
1553 * isolate_lru_page() or drop the page ref if it was
1554 * not isolated.
1555 */
1556 put_page(page);
1557set_status:
1558 pp->status = err;
1559 }
1560
Brice Gogline78bbfa2008-10-18 20:27:15 -07001561 err = 0;
Minchan Kimcf608ac2010-10-26 14:21:29 -07001562 if (!list_empty(&pagelist)) {
David Rientjes68711a72014-06-04 16:08:25 -07001563 err = migrate_pages(&pagelist, new_page_node, NULL,
Hugh Dickins9c620e22013-02-22 16:35:14 -08001564 (unsigned long)pm, MIGRATE_SYNC, MR_SYSCALL);
Minchan Kimcf608ac2010-10-26 14:21:29 -07001565 if (err)
Naoya Horiguchie632a932013-09-11 14:22:04 -07001566 putback_movable_pages(&pagelist);
Minchan Kimcf608ac2010-10-26 14:21:29 -07001567 }
Christoph Lameter742755a2006-06-23 02:03:55 -07001568
1569 up_read(&mm->mmap_sem);
1570 return err;
1571}
1572
1573/*
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001574 * Migrate an array of page address onto an array of nodes and fill
1575 * the corresponding array of status.
1576 */
Christoph Lameter3268c632012-03-21 16:34:06 -07001577static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes,
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001578 unsigned long nr_pages,
1579 const void __user * __user *pages,
1580 const int __user *nodes,
1581 int __user *status, int flags)
1582{
Brice Goglin3140a222009-01-06 14:38:57 -08001583 struct page_to_node *pm;
Brice Goglin3140a222009-01-06 14:38:57 -08001584 unsigned long chunk_nr_pages;
1585 unsigned long chunk_start;
1586 int err;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001587
Brice Goglin3140a222009-01-06 14:38:57 -08001588 err = -ENOMEM;
1589 pm = (struct page_to_node *)__get_free_page(GFP_KERNEL);
1590 if (!pm)
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001591 goto out;
Brice Goglin35282a22009-06-16 15:32:43 -07001592
1593 migrate_prep();
1594
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001595 /*
Brice Goglin3140a222009-01-06 14:38:57 -08001596 * Store a chunk of page_to_node array in a page,
1597 * but keep the last one as a marker
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001598 */
Brice Goglin3140a222009-01-06 14:38:57 -08001599 chunk_nr_pages = (PAGE_SIZE / sizeof(struct page_to_node)) - 1;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001600
Brice Goglin3140a222009-01-06 14:38:57 -08001601 for (chunk_start = 0;
1602 chunk_start < nr_pages;
1603 chunk_start += chunk_nr_pages) {
1604 int j;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001605
Brice Goglin3140a222009-01-06 14:38:57 -08001606 if (chunk_start + chunk_nr_pages > nr_pages)
1607 chunk_nr_pages = nr_pages - chunk_start;
1608
1609 /* fill the chunk pm with addrs and nodes from user-space */
1610 for (j = 0; j < chunk_nr_pages; j++) {
1611 const void __user *p;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001612 int node;
1613
Brice Goglin3140a222009-01-06 14:38:57 -08001614 err = -EFAULT;
1615 if (get_user(p, pages + j + chunk_start))
1616 goto out_pm;
1617 pm[j].addr = (unsigned long) p;
1618
1619 if (get_user(node, nodes + j + chunk_start))
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001620 goto out_pm;
1621
1622 err = -ENODEV;
Linus Torvalds6f5a55f2010-02-05 16:16:50 -08001623 if (node < 0 || node >= MAX_NUMNODES)
1624 goto out_pm;
1625
Lai Jiangshan389162c2012-12-12 13:51:30 -08001626 if (!node_state(node, N_MEMORY))
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001627 goto out_pm;
1628
1629 err = -EACCES;
1630 if (!node_isset(node, task_nodes))
1631 goto out_pm;
1632
Brice Goglin3140a222009-01-06 14:38:57 -08001633 pm[j].node = node;
1634 }
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001635
Brice Goglin3140a222009-01-06 14:38:57 -08001636 /* End marker for this chunk */
1637 pm[chunk_nr_pages].node = MAX_NUMNODES;
1638
1639 /* Migrate this chunk */
1640 err = do_move_page_to_node_array(mm, pm,
1641 flags & MPOL_MF_MOVE_ALL);
1642 if (err < 0)
1643 goto out_pm;
1644
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001645 /* Return status information */
Brice Goglin3140a222009-01-06 14:38:57 -08001646 for (j = 0; j < chunk_nr_pages; j++)
1647 if (put_user(pm[j].status, status + j + chunk_start)) {
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001648 err = -EFAULT;
Brice Goglin3140a222009-01-06 14:38:57 -08001649 goto out_pm;
1650 }
1651 }
1652 err = 0;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001653
1654out_pm:
Brice Goglin3140a222009-01-06 14:38:57 -08001655 free_page((unsigned long)pm);
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001656out:
1657 return err;
1658}
1659
1660/*
Brice Goglin2f007e72008-10-18 20:27:16 -07001661 * Determine the nodes of an array of pages and store it in an array of status.
Christoph Lameter742755a2006-06-23 02:03:55 -07001662 */
Brice Goglin80bba122008-12-09 13:14:23 -08001663static void do_pages_stat_array(struct mm_struct *mm, unsigned long nr_pages,
1664 const void __user **pages, int *status)
Christoph Lameter742755a2006-06-23 02:03:55 -07001665{
Brice Goglin2f007e72008-10-18 20:27:16 -07001666 unsigned long i;
Brice Goglin2f007e72008-10-18 20:27:16 -07001667
Christoph Lameter742755a2006-06-23 02:03:55 -07001668 down_read(&mm->mmap_sem);
1669
Brice Goglin2f007e72008-10-18 20:27:16 -07001670 for (i = 0; i < nr_pages; i++) {
Brice Goglin80bba122008-12-09 13:14:23 -08001671 unsigned long addr = (unsigned long)(*pages);
Christoph Lameter742755a2006-06-23 02:03:55 -07001672 struct vm_area_struct *vma;
1673 struct page *page;
KOSAKI Motohiroc095adb2008-12-16 16:06:43 +09001674 int err = -EFAULT;
Brice Goglin2f007e72008-10-18 20:27:16 -07001675
1676 vma = find_vma(mm, addr);
Gleb Natapov70384dc2010-10-26 14:22:07 -07001677 if (!vma || addr < vma->vm_start)
Christoph Lameter742755a2006-06-23 02:03:55 -07001678 goto set_status;
1679
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001680 /* FOLL_DUMP to ignore special (like zero) pages */
1681 page = follow_page(vma, addr, FOLL_DUMP);
Linus Torvalds89f5b7d2008-06-20 11:18:25 -07001682
1683 err = PTR_ERR(page);
1684 if (IS_ERR(page))
1685 goto set_status;
1686
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001687 err = page ? page_to_nid(page) : -ENOENT;
Christoph Lameter742755a2006-06-23 02:03:55 -07001688set_status:
Brice Goglin80bba122008-12-09 13:14:23 -08001689 *status = err;
1690
1691 pages++;
1692 status++;
1693 }
1694
1695 up_read(&mm->mmap_sem);
1696}
1697
1698/*
1699 * Determine the nodes of a user array of pages and store it in
1700 * a user array of status.
1701 */
1702static int do_pages_stat(struct mm_struct *mm, unsigned long nr_pages,
1703 const void __user * __user *pages,
1704 int __user *status)
1705{
1706#define DO_PAGES_STAT_CHUNK_NR 16
1707 const void __user *chunk_pages[DO_PAGES_STAT_CHUNK_NR];
1708 int chunk_status[DO_PAGES_STAT_CHUNK_NR];
Brice Goglin80bba122008-12-09 13:14:23 -08001709
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001710 while (nr_pages) {
1711 unsigned long chunk_nr;
Brice Goglin80bba122008-12-09 13:14:23 -08001712
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001713 chunk_nr = nr_pages;
1714 if (chunk_nr > DO_PAGES_STAT_CHUNK_NR)
1715 chunk_nr = DO_PAGES_STAT_CHUNK_NR;
1716
1717 if (copy_from_user(chunk_pages, pages, chunk_nr * sizeof(*chunk_pages)))
1718 break;
Brice Goglin80bba122008-12-09 13:14:23 -08001719
1720 do_pages_stat_array(mm, chunk_nr, chunk_pages, chunk_status);
1721
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001722 if (copy_to_user(status, chunk_status, chunk_nr * sizeof(*status)))
1723 break;
Christoph Lameter742755a2006-06-23 02:03:55 -07001724
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001725 pages += chunk_nr;
1726 status += chunk_nr;
1727 nr_pages -= chunk_nr;
1728 }
1729 return nr_pages ? -EFAULT : 0;
Christoph Lameter742755a2006-06-23 02:03:55 -07001730}
1731
1732/*
1733 * Move a list of pages in the address space of the currently executing
1734 * process.
1735 */
Heiko Carstens938bb9f2009-01-14 14:14:30 +01001736SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
1737 const void __user * __user *, pages,
1738 const int __user *, nodes,
1739 int __user *, status, int, flags)
Christoph Lameter742755a2006-06-23 02:03:55 -07001740{
Christoph Lameter742755a2006-06-23 02:03:55 -07001741 struct task_struct *task;
Christoph Lameter742755a2006-06-23 02:03:55 -07001742 struct mm_struct *mm;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001743 int err;
Christoph Lameter3268c632012-03-21 16:34:06 -07001744 nodemask_t task_nodes;
Christoph Lameter742755a2006-06-23 02:03:55 -07001745
1746 /* Check flags */
1747 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL))
1748 return -EINVAL;
1749
1750 if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE))
1751 return -EPERM;
1752
1753 /* Find the mm_struct */
Greg Thelena879bf52011-02-25 14:44:13 -08001754 rcu_read_lock();
Pavel Emelyanov228ebcb2007-10-18 23:40:16 -07001755 task = pid ? find_task_by_vpid(pid) : current;
Christoph Lameter742755a2006-06-23 02:03:55 -07001756 if (!task) {
Greg Thelena879bf52011-02-25 14:44:13 -08001757 rcu_read_unlock();
Christoph Lameter742755a2006-06-23 02:03:55 -07001758 return -ESRCH;
1759 }
Christoph Lameter3268c632012-03-21 16:34:06 -07001760 get_task_struct(task);
Christoph Lameter742755a2006-06-23 02:03:55 -07001761
1762 /*
1763 * Check if this process has the right to modify the specified
Linus Torvalds197e7e52017-08-20 13:26:27 -07001764 * process. Use the regular "ptrace_may_access()" checks.
Christoph Lameter742755a2006-06-23 02:03:55 -07001765 */
Linus Torvalds197e7e52017-08-20 13:26:27 -07001766 if (!ptrace_may_access(task, PTRACE_MODE_READ_REALCREDS)) {
David Howellsc69e8d92008-11-14 10:39:19 +11001767 rcu_read_unlock();
Christoph Lameter742755a2006-06-23 02:03:55 -07001768 err = -EPERM;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001769 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001770 }
David Howellsc69e8d92008-11-14 10:39:19 +11001771 rcu_read_unlock();
Christoph Lameter742755a2006-06-23 02:03:55 -07001772
David Quigley86c3a762006-06-23 02:04:02 -07001773 err = security_task_movememory(task);
1774 if (err)
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001775 goto out;
David Quigley86c3a762006-06-23 02:04:02 -07001776
Christoph Lameter3268c632012-03-21 16:34:06 -07001777 task_nodes = cpuset_mems_allowed(task);
1778 mm = get_task_mm(task);
1779 put_task_struct(task);
1780
Sasha Levin6e8b09e2012-04-25 16:01:53 -07001781 if (!mm)
1782 return -EINVAL;
1783
1784 if (nodes)
1785 err = do_pages_move(mm, task_nodes, nr_pages, pages,
1786 nodes, status, flags);
1787 else
1788 err = do_pages_stat(mm, nr_pages, pages, status);
Christoph Lameter3268c632012-03-21 16:34:06 -07001789
1790 mmput(mm);
1791 return err;
David Quigley86c3a762006-06-23 02:04:02 -07001792
Christoph Lameter742755a2006-06-23 02:03:55 -07001793out:
Christoph Lameter3268c632012-03-21 16:34:06 -07001794 put_task_struct(task);
Christoph Lameter742755a2006-06-23 02:03:55 -07001795 return err;
1796}
Christoph Lameter742755a2006-06-23 02:03:55 -07001797
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001798#ifdef CONFIG_NUMA_BALANCING
1799/*
1800 * Returns true if this is a safe migration target node for misplaced NUMA
1801 * pages. Currently it only checks the watermarks which crude
1802 */
1803static bool migrate_balanced_pgdat(struct pglist_data *pgdat,
Mel Gorman3abef4e2013-02-22 16:34:27 -08001804 unsigned long nr_migrate_pages)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001805{
1806 int z;
Mel Gorman599d0c92016-07-28 15:45:31 -07001807
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001808 for (z = pgdat->nr_zones - 1; z >= 0; z--) {
1809 struct zone *zone = pgdat->node_zones + z;
1810
1811 if (!populated_zone(zone))
1812 continue;
1813
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001814 /* Avoid waking kswapd by allocating pages_to_migrate pages. */
1815 if (!zone_watermark_ok(zone, 0,
1816 high_wmark_pages(zone) +
1817 nr_migrate_pages,
1818 0, 0))
1819 continue;
1820 return true;
1821 }
1822 return false;
1823}
1824
1825static struct page *alloc_misplaced_dst_page(struct page *page,
1826 unsigned long data,
1827 int **result)
1828{
1829 int nid = (int) data;
1830 struct page *newpage;
1831
Vlastimil Babka96db8002015-09-08 15:03:50 -07001832 newpage = __alloc_pages_node(nid,
Johannes Weinere97ca8e52014-03-10 15:49:43 -07001833 (GFP_HIGHUSER_MOVABLE |
1834 __GFP_THISNODE | __GFP_NOMEMALLOC |
1835 __GFP_NORETRY | __GFP_NOWARN) &
Mel Gorman8479eba2016-02-26 15:19:31 -08001836 ~__GFP_RECLAIM, 0);
Hillf Dantonbac03822012-11-27 14:46:24 +00001837
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001838 return newpage;
1839}
1840
1841/*
Mel Gormana8f60772012-11-14 21:41:46 +00001842 * page migration rate limiting control.
1843 * Do not migrate more than @pages_to_migrate in a @migrate_interval_millisecs
1844 * window of time. Default here says do not migrate more than 1280M per second.
1845 */
1846static unsigned int migrate_interval_millisecs __read_mostly = 100;
1847static unsigned int ratelimit_pages __read_mostly = 128 << (20 - PAGE_SHIFT);
1848
Mel Gormanb32967f2012-11-19 12:35:47 +00001849/* Returns true if the node is migrate rate-limited after the update */
Mel Gorman1c30e012014-01-21 15:50:58 -08001850static bool numamigrate_update_ratelimit(pg_data_t *pgdat,
1851 unsigned long nr_pages)
Mel Gormanb32967f2012-11-19 12:35:47 +00001852{
Mel Gormanb32967f2012-11-19 12:35:47 +00001853 /*
1854 * Rate-limit the amount of data that is being migrated to a node.
1855 * Optimal placement is no good if the memory bus is saturated and
1856 * all the time is being spent migrating!
1857 */
Mel Gormanb32967f2012-11-19 12:35:47 +00001858 if (time_after(jiffies, pgdat->numabalancing_migrate_next_window)) {
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001859 spin_lock(&pgdat->numabalancing_migrate_lock);
Mel Gormanb32967f2012-11-19 12:35:47 +00001860 pgdat->numabalancing_migrate_nr_pages = 0;
1861 pgdat->numabalancing_migrate_next_window = jiffies +
1862 msecs_to_jiffies(migrate_interval_millisecs);
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001863 spin_unlock(&pgdat->numabalancing_migrate_lock);
Mel Gormanb32967f2012-11-19 12:35:47 +00001864 }
Mel Gormanaf1839d2014-01-21 15:51:01 -08001865 if (pgdat->numabalancing_migrate_nr_pages > ratelimit_pages) {
1866 trace_mm_numa_migrate_ratelimit(current, pgdat->node_id,
1867 nr_pages);
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001868 return true;
Mel Gormanaf1839d2014-01-21 15:51:01 -08001869 }
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001870
1871 /*
1872 * This is an unlocked non-atomic update so errors are possible.
1873 * The consequences are failing to migrate when we potentiall should
1874 * have which is not severe enough to warrant locking. If it is ever
1875 * a problem, it can be converted to a per-cpu counter.
1876 */
1877 pgdat->numabalancing_migrate_nr_pages += nr_pages;
1878 return false;
Mel Gormanb32967f2012-11-19 12:35:47 +00001879}
1880
Mel Gorman1c30e012014-01-21 15:50:58 -08001881static int numamigrate_isolate_page(pg_data_t *pgdat, struct page *page)
Mel Gormanb32967f2012-11-19 12:35:47 +00001882{
Hugh Dickins340ef392013-02-22 16:34:33 -08001883 int page_lru;
Mel Gormanb32967f2012-11-19 12:35:47 +00001884
Sasha Levin309381fea2014-01-23 15:52:54 -08001885 VM_BUG_ON_PAGE(compound_order(page) && !PageTransHuge(page), page);
Mel Gorman3abef4e2013-02-22 16:34:27 -08001886
Mel Gormanb32967f2012-11-19 12:35:47 +00001887 /* Avoid migrating to a node that is nearly full */
Hugh Dickins340ef392013-02-22 16:34:33 -08001888 if (!migrate_balanced_pgdat(pgdat, 1UL << compound_order(page)))
1889 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00001890
Hugh Dickins340ef392013-02-22 16:34:33 -08001891 if (isolate_lru_page(page))
1892 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00001893
1894 /*
Hugh Dickins340ef392013-02-22 16:34:33 -08001895 * migrate_misplaced_transhuge_page() skips page migration's usual
1896 * check on page_count(), so we must do it here, now that the page
1897 * has been isolated: a GUP pin, or any other pin, prevents migration.
1898 * The expected page count is 3: 1 for page's mapcount and 1 for the
1899 * caller's pin and 1 for the reference taken by isolate_lru_page().
1900 */
1901 if (PageTransHuge(page) && page_count(page) != 3) {
1902 putback_lru_page(page);
1903 return 0;
1904 }
1905
1906 page_lru = page_is_file_cache(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07001907 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON + page_lru,
Hugh Dickins340ef392013-02-22 16:34:33 -08001908 hpage_nr_pages(page));
1909
1910 /*
1911 * Isolating the page has taken another reference, so the
1912 * caller's reference can be safely dropped without the page
1913 * disappearing underneath us during migration.
Mel Gormanb32967f2012-11-19 12:35:47 +00001914 */
1915 put_page(page);
Hugh Dickins340ef392013-02-22 16:34:33 -08001916 return 1;
Mel Gormanb32967f2012-11-19 12:35:47 +00001917}
1918
Mel Gormande466bd2013-12-18 17:08:42 -08001919bool pmd_trans_migrating(pmd_t pmd)
1920{
1921 struct page *page = pmd_page(pmd);
1922 return PageLocked(page);
1923}
1924
Mel Gormana8f60772012-11-14 21:41:46 +00001925/*
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001926 * Attempt to migrate a misplaced page to the specified destination
1927 * node. Caller is expected to have an elevated reference count on
1928 * the page that will be dropped by this function before returning.
1929 */
Mel Gorman1bc115d2013-10-07 11:29:05 +01001930int migrate_misplaced_page(struct page *page, struct vm_area_struct *vma,
1931 int node)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001932{
Mel Gormana8f60772012-11-14 21:41:46 +00001933 pg_data_t *pgdat = NODE_DATA(node);
Hugh Dickins340ef392013-02-22 16:34:33 -08001934 int isolated;
Mel Gormanb32967f2012-11-19 12:35:47 +00001935 int nr_remaining;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001936 LIST_HEAD(migratepages);
1937
1938 /*
Mel Gorman1bc115d2013-10-07 11:29:05 +01001939 * Don't migrate file pages that are mapped in multiple processes
1940 * with execute permissions as they are probably shared libraries.
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001941 */
Mel Gorman1bc115d2013-10-07 11:29:05 +01001942 if (page_mapcount(page) != 1 && page_is_file_cache(page) &&
1943 (vma->vm_flags & VM_EXEC))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001944 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001945
Mel Gormana8f60772012-11-14 21:41:46 +00001946 /*
1947 * Rate-limit the amount of data that is being migrated to a node.
1948 * Optimal placement is no good if the memory bus is saturated and
1949 * all the time is being spent migrating!
1950 */
Hugh Dickins340ef392013-02-22 16:34:33 -08001951 if (numamigrate_update_ratelimit(pgdat, 1))
Mel Gormana8f60772012-11-14 21:41:46 +00001952 goto out;
Mel Gormana8f60772012-11-14 21:41:46 +00001953
Mel Gormanb32967f2012-11-19 12:35:47 +00001954 isolated = numamigrate_isolate_page(pgdat, page);
1955 if (!isolated)
1956 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001957
Mel Gormanb32967f2012-11-19 12:35:47 +00001958 list_add(&page->lru, &migratepages);
Hugh Dickins9c620e22013-02-22 16:35:14 -08001959 nr_remaining = migrate_pages(&migratepages, alloc_misplaced_dst_page,
David Rientjes68711a72014-06-04 16:08:25 -07001960 NULL, node, MIGRATE_ASYNC,
1961 MR_NUMA_MISPLACED);
Mel Gormanb32967f2012-11-19 12:35:47 +00001962 if (nr_remaining) {
Joonsoo Kim59c82b72014-01-21 15:51:17 -08001963 if (!list_empty(&migratepages)) {
1964 list_del(&page->lru);
Mel Gorman599d0c92016-07-28 15:45:31 -07001965 dec_node_page_state(page, NR_ISOLATED_ANON +
Joonsoo Kim59c82b72014-01-21 15:51:17 -08001966 page_is_file_cache(page));
1967 putback_lru_page(page);
1968 }
Mel Gormanb32967f2012-11-19 12:35:47 +00001969 isolated = 0;
1970 } else
1971 count_vm_numa_event(NUMA_PAGE_MIGRATE);
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001972 BUG_ON(!list_empty(&migratepages));
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001973 return isolated;
Hugh Dickins340ef392013-02-22 16:34:33 -08001974
1975out:
1976 put_page(page);
1977 return 0;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001978}
Mel Gorman220018d2012-12-05 09:32:56 +00001979#endif /* CONFIG_NUMA_BALANCING */
Mel Gormanb32967f2012-11-19 12:35:47 +00001980
Mel Gorman220018d2012-12-05 09:32:56 +00001981#if defined(CONFIG_NUMA_BALANCING) && defined(CONFIG_TRANSPARENT_HUGEPAGE)
Hugh Dickins340ef392013-02-22 16:34:33 -08001982/*
1983 * Migrates a THP to a given target node. page must be locked and is unlocked
1984 * before returning.
1985 */
Mel Gormanb32967f2012-11-19 12:35:47 +00001986int migrate_misplaced_transhuge_page(struct mm_struct *mm,
1987 struct vm_area_struct *vma,
1988 pmd_t *pmd, pmd_t entry,
1989 unsigned long address,
1990 struct page *page, int node)
1991{
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08001992 spinlock_t *ptl;
Mel Gormanb32967f2012-11-19 12:35:47 +00001993 pg_data_t *pgdat = NODE_DATA(node);
1994 int isolated = 0;
1995 struct page *new_page = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00001996 int page_lru = page_is_file_cache(page);
Mel Gormanf714f4f2013-12-18 17:08:33 -08001997 unsigned long mmun_start = address & HPAGE_PMD_MASK;
1998 unsigned long mmun_end = mmun_start + HPAGE_PMD_SIZE;
Mel Gormanb32967f2012-11-19 12:35:47 +00001999
2000 /*
Mel Gormanb32967f2012-11-19 12:35:47 +00002001 * Rate-limit the amount of data that is being migrated to a node.
2002 * Optimal placement is no good if the memory bus is saturated and
2003 * all the time is being spent migrating!
2004 */
Mel Gormand28d43352012-11-29 09:24:36 +00002005 if (numamigrate_update_ratelimit(pgdat, HPAGE_PMD_NR))
Mel Gormanb32967f2012-11-19 12:35:47 +00002006 goto out_dropref;
2007
2008 new_page = alloc_pages_node(node,
Vlastimil Babka25160352016-07-28 15:49:25 -07002009 (GFP_TRANSHUGE_LIGHT | __GFP_THISNODE),
Johannes Weinere97ca8e52014-03-10 15:49:43 -07002010 HPAGE_PMD_ORDER);
Hugh Dickins340ef392013-02-22 16:34:33 -08002011 if (!new_page)
2012 goto out_fail;
Kirill A. Shutemov9a982252016-01-15 16:54:17 -08002013 prep_transhuge_page(new_page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002014
Mel Gormanb32967f2012-11-19 12:35:47 +00002015 isolated = numamigrate_isolate_page(pgdat, page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002016 if (!isolated) {
Mel Gormanb32967f2012-11-19 12:35:47 +00002017 put_page(new_page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002018 goto out_fail;
Mel Gormanb32967f2012-11-19 12:35:47 +00002019 }
Mel Gormanb0943d62013-12-18 17:08:46 -08002020
Mel Gormanb32967f2012-11-19 12:35:47 +00002021 /* Prepare a page as a migration target */
Kirill A. Shutemov48c935a2016-01-15 16:51:24 -08002022 __SetPageLocked(new_page);
Shaohua Lid44d3632017-05-03 14:52:26 -07002023 if (PageSwapBacked(page))
2024 __SetPageSwapBacked(new_page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002025
2026 /* anon mapping, we can simply copy page->mapping to the new page: */
2027 new_page->mapping = page->mapping;
2028 new_page->index = page->index;
2029 migrate_page_copy(new_page, page);
2030 WARN_ON(PageLRU(new_page));
2031
2032 /* Recheck the target PMD */
Mel Gormanf714f4f2013-12-18 17:08:33 -08002033 mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end);
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002034 ptl = pmd_lock(mm, pmd);
Will Deaconf4e177d2017-07-10 15:48:31 -07002035 if (unlikely(!pmd_same(*pmd, entry) || !page_ref_freeze(page, 2))) {
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002036 spin_unlock(ptl);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002037 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Mel Gormanb32967f2012-11-19 12:35:47 +00002038
2039 /* Reverse changes made by migrate_page_copy() */
2040 if (TestClearPageActive(new_page))
2041 SetPageActive(page);
2042 if (TestClearPageUnevictable(new_page))
2043 SetPageUnevictable(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002044
2045 unlock_page(new_page);
2046 put_page(new_page); /* Free it */
2047
Mel Gormana54a4072013-10-07 11:28:46 +01002048 /* Retake the callers reference and putback on LRU */
2049 get_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002050 putback_lru_page(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07002051 mod_node_page_state(page_pgdat(page),
Mel Gormana54a4072013-10-07 11:28:46 +01002052 NR_ISOLATED_ANON + page_lru, -HPAGE_PMD_NR);
Mel Gormaneb4489f62013-12-18 17:08:39 -08002053
2054 goto out_unlock;
Mel Gormanb32967f2012-11-19 12:35:47 +00002055 }
2056
Kirill A. Shutemov10102452016-07-26 15:25:29 -07002057 entry = mk_huge_pmd(new_page, vma->vm_page_prot);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002058 entry = maybe_pmd_mkwrite(pmd_mkdirty(entry), vma);
Mel Gormanb32967f2012-11-19 12:35:47 +00002059
Mel Gorman2b4847e2013-12-18 17:08:32 -08002060 /*
2061 * Clear the old entry under pagetable lock and establish the new PTE.
2062 * Any parallel GUP will either observe the old page blocking on the
2063 * page lock, block on the page table lock or observe the new page.
2064 * The SetPageUptodate on the new page and page_add_new_anon_rmap
2065 * guarantee the copy is visible before the pagetable update.
2066 */
Mel Gormanf714f4f2013-12-18 17:08:33 -08002067 flush_cache_range(vma, mmun_start, mmun_end);
Kirill A. Shutemovd281ee62016-01-15 16:52:16 -08002068 page_add_anon_rmap(new_page, vma, mmun_start, true);
Aneesh Kumar K.V8809aa22015-06-24 16:57:44 -07002069 pmdp_huge_clear_flush_notify(vma, mmun_start, pmd);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002070 set_pmd_at(mm, mmun_start, pmd, entry);
Stephen Rothwellce4a9cc2012-12-10 19:50:57 +11002071 update_mmu_cache_pmd(vma, address, &entry);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002072
Will Deaconf4e177d2017-07-10 15:48:31 -07002073 page_ref_unfreeze(page, 2);
Hugh Dickins51afb122015-11-05 18:49:37 -08002074 mlock_migrate_page(new_page, page);
Kirill A. Shutemovd281ee62016-01-15 16:52:16 -08002075 page_remove_rmap(page, true);
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07002076 set_page_owner_migrate_reason(new_page, MR_NUMA_MISPLACED);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002077
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002078 spin_unlock(ptl);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002079 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Mel Gormanb32967f2012-11-19 12:35:47 +00002080
Mel Gorman11de9922014-06-04 16:07:41 -07002081 /* Take an "isolate" reference and put new page on the LRU. */
2082 get_page(new_page);
2083 putback_lru_page(new_page);
2084
Mel Gormanb32967f2012-11-19 12:35:47 +00002085 unlock_page(new_page);
2086 unlock_page(page);
2087 put_page(page); /* Drop the rmap reference */
2088 put_page(page); /* Drop the LRU isolation reference */
2089
2090 count_vm_events(PGMIGRATE_SUCCESS, HPAGE_PMD_NR);
2091 count_vm_numa_events(NUMA_PAGE_MIGRATE, HPAGE_PMD_NR);
2092
Mel Gorman599d0c92016-07-28 15:45:31 -07002093 mod_node_page_state(page_pgdat(page),
Mel Gormanb32967f2012-11-19 12:35:47 +00002094 NR_ISOLATED_ANON + page_lru,
2095 -HPAGE_PMD_NR);
2096 return isolated;
2097
Hugh Dickins340ef392013-02-22 16:34:33 -08002098out_fail:
2099 count_vm_events(PGMIGRATE_FAIL, HPAGE_PMD_NR);
Mel Gormanb32967f2012-11-19 12:35:47 +00002100out_dropref:
Mel Gorman2b4847e2013-12-18 17:08:32 -08002101 ptl = pmd_lock(mm, pmd);
2102 if (pmd_same(*pmd, entry)) {
Mel Gorman4d942462015-02-12 14:58:28 -08002103 entry = pmd_modify(entry, vma->vm_page_prot);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002104 set_pmd_at(mm, mmun_start, pmd, entry);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002105 update_mmu_cache_pmd(vma, address, &entry);
2106 }
2107 spin_unlock(ptl);
Mel Gormana54a4072013-10-07 11:28:46 +01002108
Mel Gormaneb4489f62013-12-18 17:08:39 -08002109out_unlock:
Hugh Dickins340ef392013-02-22 16:34:33 -08002110 unlock_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002111 put_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002112 return 0;
2113}
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002114#endif /* CONFIG_NUMA_BALANCING */
2115
2116#endif /* CONFIG_NUMA */
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002117
2118
2119struct migrate_vma {
2120 struct vm_area_struct *vma;
2121 unsigned long *dst;
2122 unsigned long *src;
2123 unsigned long cpages;
2124 unsigned long npages;
2125 unsigned long start;
2126 unsigned long end;
2127};
2128
2129static int migrate_vma_collect_hole(unsigned long start,
2130 unsigned long end,
2131 struct mm_walk *walk)
2132{
2133 struct migrate_vma *migrate = walk->private;
2134 unsigned long addr;
2135
2136 for (addr = start & PAGE_MASK; addr < end; addr += PAGE_SIZE) {
2137 migrate->dst[migrate->npages] = 0;
2138 migrate->src[migrate->npages++] = 0;
2139 }
2140
2141 return 0;
2142}
2143
2144static int migrate_vma_collect_pmd(pmd_t *pmdp,
2145 unsigned long start,
2146 unsigned long end,
2147 struct mm_walk *walk)
2148{
2149 struct migrate_vma *migrate = walk->private;
2150 struct vm_area_struct *vma = walk->vma;
2151 struct mm_struct *mm = vma->vm_mm;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002152 unsigned long addr = start, unmapped = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002153 spinlock_t *ptl;
2154 pte_t *ptep;
2155
2156again:
2157 if (pmd_none(*pmdp))
2158 return migrate_vma_collect_hole(start, end, walk);
2159
2160 if (pmd_trans_huge(*pmdp)) {
2161 struct page *page;
2162
2163 ptl = pmd_lock(mm, pmdp);
2164 if (unlikely(!pmd_trans_huge(*pmdp))) {
2165 spin_unlock(ptl);
2166 goto again;
2167 }
2168
2169 page = pmd_page(*pmdp);
2170 if (is_huge_zero_page(page)) {
2171 spin_unlock(ptl);
2172 split_huge_pmd(vma, pmdp, addr);
2173 if (pmd_trans_unstable(pmdp))
2174 return migrate_vma_collect_hole(start, end,
2175 walk);
2176 } else {
2177 int ret;
2178
2179 get_page(page);
2180 spin_unlock(ptl);
2181 if (unlikely(!trylock_page(page)))
2182 return migrate_vma_collect_hole(start, end,
2183 walk);
2184 ret = split_huge_page(page);
2185 unlock_page(page);
2186 put_page(page);
2187 if (ret || pmd_none(*pmdp))
2188 return migrate_vma_collect_hole(start, end,
2189 walk);
2190 }
2191 }
2192
2193 if (unlikely(pmd_bad(*pmdp)))
2194 return migrate_vma_collect_hole(start, end, walk);
2195
2196 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002197 arch_enter_lazy_mmu_mode();
2198
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002199 for (; addr < end; addr += PAGE_SIZE, ptep++) {
2200 unsigned long mpfn, pfn;
2201 struct page *page;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002202 swp_entry_t entry;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002203 pte_t pte;
2204
2205 pte = *ptep;
2206 pfn = pte_pfn(pte);
2207
2208 if (!pte_present(pte)) {
2209 mpfn = pfn = 0;
2210 goto next;
2211 }
2212
2213 /* FIXME support THP */
2214 page = vm_normal_page(migrate->vma, addr, pte);
2215 if (!page || !page->mapping || PageTransCompound(page)) {
2216 mpfn = pfn = 0;
2217 goto next;
2218 }
2219
2220 /*
2221 * By getting a reference on the page we pin it and that blocks
2222 * any kind of migration. Side effect is that it "freezes" the
2223 * pte.
2224 *
2225 * We drop this reference after isolating the page from the lru
2226 * for non device page (device page are not on the lru and thus
2227 * can't be dropped from it).
2228 */
2229 get_page(page);
2230 migrate->cpages++;
2231 mpfn = migrate_pfn(pfn) | MIGRATE_PFN_MIGRATE;
2232 mpfn |= pte_write(pte) ? MIGRATE_PFN_WRITE : 0;
2233
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002234 /*
2235 * Optimize for the common case where page is only mapped once
2236 * in one process. If we can lock the page, then we can safely
2237 * set up a special migration page table entry now.
2238 */
2239 if (trylock_page(page)) {
2240 pte_t swp_pte;
2241
2242 mpfn |= MIGRATE_PFN_LOCKED;
2243 ptep_get_and_clear(mm, addr, ptep);
2244
2245 /* Setup special migration page table entry */
2246 entry = make_migration_entry(page, pte_write(pte));
2247 swp_pte = swp_entry_to_pte(entry);
2248 if (pte_soft_dirty(pte))
2249 swp_pte = pte_swp_mksoft_dirty(swp_pte);
2250 set_pte_at(mm, addr, ptep, swp_pte);
2251
2252 /*
2253 * This is like regular unmap: we remove the rmap and
2254 * drop page refcount. Page won't be freed, as we took
2255 * a reference just above.
2256 */
2257 page_remove_rmap(page, false);
2258 put_page(page);
2259 unmapped++;
2260 }
2261
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002262next:
2263 migrate->src[migrate->npages++] = mpfn;
2264 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002265 arch_leave_lazy_mmu_mode();
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002266 pte_unmap_unlock(ptep - 1, ptl);
2267
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002268 /* Only flush the TLB if we actually modified any entries */
2269 if (unmapped)
2270 flush_tlb_range(walk->vma, start, end);
2271
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002272 return 0;
2273}
2274
2275/*
2276 * migrate_vma_collect() - collect pages over a range of virtual addresses
2277 * @migrate: migrate struct containing all migration information
2278 *
2279 * This will walk the CPU page table. For each virtual address backed by a
2280 * valid page, it updates the src array and takes a reference on the page, in
2281 * order to pin the page until we lock it and unmap it.
2282 */
2283static void migrate_vma_collect(struct migrate_vma *migrate)
2284{
2285 struct mm_walk mm_walk;
2286
2287 mm_walk.pmd_entry = migrate_vma_collect_pmd;
2288 mm_walk.pte_entry = NULL;
2289 mm_walk.pte_hole = migrate_vma_collect_hole;
2290 mm_walk.hugetlb_entry = NULL;
2291 mm_walk.test_walk = NULL;
2292 mm_walk.vma = migrate->vma;
2293 mm_walk.mm = migrate->vma->vm_mm;
2294 mm_walk.private = migrate;
2295
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002296 mmu_notifier_invalidate_range_start(mm_walk.mm,
2297 migrate->start,
2298 migrate->end);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002299 walk_page_range(migrate->start, migrate->end, &mm_walk);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002300 mmu_notifier_invalidate_range_end(mm_walk.mm,
2301 migrate->start,
2302 migrate->end);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002303
2304 migrate->end = migrate->start + (migrate->npages << PAGE_SHIFT);
2305}
2306
2307/*
2308 * migrate_vma_check_page() - check if page is pinned or not
2309 * @page: struct page to check
2310 *
2311 * Pinned pages cannot be migrated. This is the same test as in
2312 * migrate_page_move_mapping(), except that here we allow migration of a
2313 * ZONE_DEVICE page.
2314 */
2315static bool migrate_vma_check_page(struct page *page)
2316{
2317 /*
2318 * One extra ref because caller holds an extra reference, either from
2319 * isolate_lru_page() for a regular page, or migrate_vma_collect() for
2320 * a device page.
2321 */
2322 int extra = 1;
2323
2324 /*
2325 * FIXME support THP (transparent huge page), it is bit more complex to
2326 * check them than regular pages, because they can be mapped with a pmd
2327 * or with a pte (split pte mapping).
2328 */
2329 if (PageCompound(page))
2330 return false;
2331
2332 if ((page_count(page) - extra) > page_mapcount(page))
2333 return false;
2334
2335 return true;
2336}
2337
2338/*
2339 * migrate_vma_prepare() - lock pages and isolate them from the lru
2340 * @migrate: migrate struct containing all migration information
2341 *
2342 * This locks pages that have been collected by migrate_vma_collect(). Once each
2343 * page is locked it is isolated from the lru (for non-device pages). Finally,
2344 * the ref taken by migrate_vma_collect() is dropped, as locked pages cannot be
2345 * migrated by concurrent kernel threads.
2346 */
2347static void migrate_vma_prepare(struct migrate_vma *migrate)
2348{
2349 const unsigned long npages = migrate->npages;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002350 const unsigned long start = migrate->start;
2351 unsigned long addr, i, restore = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002352 bool allow_drain = true;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002353
2354 lru_add_drain();
2355
2356 for (i = 0; (i < npages) && migrate->cpages; i++) {
2357 struct page *page = migrate_pfn_to_page(migrate->src[i]);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002358 bool remap = true;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002359
2360 if (!page)
2361 continue;
2362
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002363 if (!(migrate->src[i] & MIGRATE_PFN_LOCKED)) {
2364 /*
2365 * Because we are migrating several pages there can be
2366 * a deadlock between 2 concurrent migration where each
2367 * are waiting on each other page lock.
2368 *
2369 * Make migrate_vma() a best effort thing and backoff
2370 * for any page we can not lock right away.
2371 */
2372 if (!trylock_page(page)) {
2373 migrate->src[i] = 0;
2374 migrate->cpages--;
2375 put_page(page);
2376 continue;
2377 }
2378 remap = false;
2379 migrate->src[i] |= MIGRATE_PFN_LOCKED;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002380 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002381
2382 if (!PageLRU(page) && allow_drain) {
2383 /* Drain CPU's pagevec */
2384 lru_add_drain_all();
2385 allow_drain = false;
2386 }
2387
2388 if (isolate_lru_page(page)) {
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002389 if (remap) {
2390 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2391 migrate->cpages--;
2392 restore++;
2393 } else {
2394 migrate->src[i] = 0;
2395 unlock_page(page);
2396 migrate->cpages--;
2397 put_page(page);
2398 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002399 continue;
2400 }
2401
2402 if (!migrate_vma_check_page(page)) {
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002403 if (remap) {
2404 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2405 migrate->cpages--;
2406 restore++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002407
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002408 get_page(page);
2409 putback_lru_page(page);
2410 } else {
2411 migrate->src[i] = 0;
2412 unlock_page(page);
2413 migrate->cpages--;
2414
2415 putback_lru_page(page);
2416 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002417 }
2418 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002419
2420 for (i = 0, addr = start; i < npages && restore; i++, addr += PAGE_SIZE) {
2421 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2422
2423 if (!page || (migrate->src[i] & MIGRATE_PFN_MIGRATE))
2424 continue;
2425
2426 remove_migration_pte(page, migrate->vma, addr, page);
2427
2428 migrate->src[i] = 0;
2429 unlock_page(page);
2430 put_page(page);
2431 restore--;
2432 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002433}
2434
2435/*
2436 * migrate_vma_unmap() - replace page mapping with special migration pte entry
2437 * @migrate: migrate struct containing all migration information
2438 *
2439 * Replace page mapping (CPU page table pte) with a special migration pte entry
2440 * and check again if it has been pinned. Pinned pages are restored because we
2441 * cannot migrate them.
2442 *
2443 * This is the last step before we call the device driver callback to allocate
2444 * destination memory and copy contents of original page over to new page.
2445 */
2446static void migrate_vma_unmap(struct migrate_vma *migrate)
2447{
2448 int flags = TTU_MIGRATION | TTU_IGNORE_MLOCK | TTU_IGNORE_ACCESS;
2449 const unsigned long npages = migrate->npages;
2450 const unsigned long start = migrate->start;
2451 unsigned long addr, i, restore = 0;
2452
2453 for (i = 0; i < npages; i++) {
2454 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2455
2456 if (!page || !(migrate->src[i] & MIGRATE_PFN_MIGRATE))
2457 continue;
2458
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002459 if (page_mapped(page)) {
2460 try_to_unmap(page, flags);
2461 if (page_mapped(page))
2462 goto restore;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002463 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002464
2465 if (migrate_vma_check_page(page))
2466 continue;
2467
2468restore:
2469 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2470 migrate->cpages--;
2471 restore++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002472 }
2473
2474 for (addr = start, i = 0; i < npages && restore; addr += PAGE_SIZE, i++) {
2475 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2476
2477 if (!page || (migrate->src[i] & MIGRATE_PFN_MIGRATE))
2478 continue;
2479
2480 remove_migration_ptes(page, page, false);
2481
2482 migrate->src[i] = 0;
2483 unlock_page(page);
2484 restore--;
2485
2486 putback_lru_page(page);
2487 }
2488}
2489
2490/*
2491 * migrate_vma_pages() - migrate meta-data from src page to dst page
2492 * @migrate: migrate struct containing all migration information
2493 *
2494 * This migrates struct page meta-data from source struct page to destination
2495 * struct page. This effectively finishes the migration from source page to the
2496 * destination page.
2497 */
2498static void migrate_vma_pages(struct migrate_vma *migrate)
2499{
2500 const unsigned long npages = migrate->npages;
2501 const unsigned long start = migrate->start;
2502 unsigned long addr, i;
2503
2504 for (i = 0, addr = start; i < npages; addr += PAGE_SIZE, i++) {
2505 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
2506 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2507 struct address_space *mapping;
2508 int r;
2509
2510 if (!page || !newpage)
2511 continue;
2512 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE))
2513 continue;
2514
2515 mapping = page_mapping(page);
2516
2517 r = migrate_page(mapping, newpage, page, MIGRATE_SYNC_NO_COPY);
2518 if (r != MIGRATEPAGE_SUCCESS)
2519 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2520 }
2521}
2522
2523/*
2524 * migrate_vma_finalize() - restore CPU page table entry
2525 * @migrate: migrate struct containing all migration information
2526 *
2527 * This replaces the special migration pte entry with either a mapping to the
2528 * new page if migration was successful for that page, or to the original page
2529 * otherwise.
2530 *
2531 * This also unlocks the pages and puts them back on the lru, or drops the extra
2532 * refcount, for device pages.
2533 */
2534static void migrate_vma_finalize(struct migrate_vma *migrate)
2535{
2536 const unsigned long npages = migrate->npages;
2537 unsigned long i;
2538
2539 for (i = 0; i < npages; i++) {
2540 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
2541 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2542
2543 if (!page)
2544 continue;
2545 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE) || !newpage) {
2546 if (newpage) {
2547 unlock_page(newpage);
2548 put_page(newpage);
2549 }
2550 newpage = page;
2551 }
2552
2553 remove_migration_ptes(page, newpage, false);
2554 unlock_page(page);
2555 migrate->cpages--;
2556
2557 putback_lru_page(page);
2558
2559 if (newpage != page) {
2560 unlock_page(newpage);
2561 putback_lru_page(newpage);
2562 }
2563 }
2564}
2565
2566/*
2567 * migrate_vma() - migrate a range of memory inside vma
2568 *
2569 * @ops: migration callback for allocating destination memory and copying
2570 * @vma: virtual memory area containing the range to be migrated
2571 * @start: start address of the range to migrate (inclusive)
2572 * @end: end address of the range to migrate (exclusive)
2573 * @src: array of hmm_pfn_t containing source pfns
2574 * @dst: array of hmm_pfn_t containing destination pfns
2575 * @private: pointer passed back to each of the callback
2576 * Returns: 0 on success, error code otherwise
2577 *
2578 * This function tries to migrate a range of memory virtual address range, using
2579 * callbacks to allocate and copy memory from source to destination. First it
2580 * collects all the pages backing each virtual address in the range, saving this
2581 * inside the src array. Then it locks those pages and unmaps them. Once the pages
2582 * are locked and unmapped, it checks whether each page is pinned or not. Pages
2583 * that aren't pinned have the MIGRATE_PFN_MIGRATE flag set (by this function)
2584 * in the corresponding src array entry. It then restores any pages that are
2585 * pinned, by remapping and unlocking those pages.
2586 *
2587 * At this point it calls the alloc_and_copy() callback. For documentation on
2588 * what is expected from that callback, see struct migrate_vma_ops comments in
2589 * include/linux/migrate.h
2590 *
2591 * After the alloc_and_copy() callback, this function goes over each entry in
2592 * the src array that has the MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag
2593 * set. If the corresponding entry in dst array has MIGRATE_PFN_VALID flag set,
2594 * then the function tries to migrate struct page information from the source
2595 * struct page to the destination struct page. If it fails to migrate the struct
2596 * page information, then it clears the MIGRATE_PFN_MIGRATE flag in the src
2597 * array.
2598 *
2599 * At this point all successfully migrated pages have an entry in the src
2600 * array with MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag set and the dst
2601 * array entry with MIGRATE_PFN_VALID flag set.
2602 *
2603 * It then calls the finalize_and_map() callback. See comments for "struct
2604 * migrate_vma_ops", in include/linux/migrate.h for details about
2605 * finalize_and_map() behavior.
2606 *
2607 * After the finalize_and_map() callback, for successfully migrated pages, this
2608 * function updates the CPU page table to point to new pages, otherwise it
2609 * restores the CPU page table to point to the original source pages.
2610 *
2611 * Function returns 0 after the above steps, even if no pages were migrated
2612 * (The function only returns an error if any of the arguments are invalid.)
2613 *
2614 * Both src and dst array must be big enough for (end - start) >> PAGE_SHIFT
2615 * unsigned long entries.
2616 */
2617int migrate_vma(const struct migrate_vma_ops *ops,
2618 struct vm_area_struct *vma,
2619 unsigned long start,
2620 unsigned long end,
2621 unsigned long *src,
2622 unsigned long *dst,
2623 void *private)
2624{
2625 struct migrate_vma migrate;
2626
2627 /* Sanity check the arguments */
2628 start &= PAGE_MASK;
2629 end &= PAGE_MASK;
2630 if (!vma || is_vm_hugetlb_page(vma) || (vma->vm_flags & VM_SPECIAL))
2631 return -EINVAL;
2632 if (start < vma->vm_start || start >= vma->vm_end)
2633 return -EINVAL;
2634 if (end <= vma->vm_start || end > vma->vm_end)
2635 return -EINVAL;
2636 if (!ops || !src || !dst || start >= end)
2637 return -EINVAL;
2638
2639 memset(src, 0, sizeof(*src) * ((end - start) >> PAGE_SHIFT));
2640 migrate.src = src;
2641 migrate.dst = dst;
2642 migrate.start = start;
2643 migrate.npages = 0;
2644 migrate.cpages = 0;
2645 migrate.end = end;
2646 migrate.vma = vma;
2647
2648 /* Collect, and try to unmap source pages */
2649 migrate_vma_collect(&migrate);
2650 if (!migrate.cpages)
2651 return 0;
2652
2653 /* Lock and isolate page */
2654 migrate_vma_prepare(&migrate);
2655 if (!migrate.cpages)
2656 return 0;
2657
2658 /* Unmap pages */
2659 migrate_vma_unmap(&migrate);
2660 if (!migrate.cpages)
2661 return 0;
2662
2663 /*
2664 * At this point pages are locked and unmapped, and thus they have
2665 * stable content and can safely be copied to destination memory that
2666 * is allocated by the callback.
2667 *
2668 * Note that migration can fail in migrate_vma_struct_page() for each
2669 * individual page.
2670 */
2671 ops->alloc_and_copy(vma, src, dst, start, end, private);
2672
2673 /* This does the real migration of struct page */
2674 migrate_vma_pages(&migrate);
2675
2676 ops->finalize_and_map(vma, src, dst, start, end, private);
2677
2678 /* Unlock and remap pages */
2679 migrate_vma_finalize(&migrate);
2680
2681 return 0;
2682}
2683EXPORT_SYMBOL(migrate_vma);