blob: 71de36cfb673a967045c66aeff912aad5a9b24da [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
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700431 if (!mapping) {
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700432 /* Anonymous page without mapping */
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500433 if (page_count(page) != expected_count)
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700434 return -EAGAIN;
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800435
436 /* No turning back from here */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800437 newpage->index = page->index;
438 newpage->mapping = page->mapping;
439 if (PageSwapBacked(page))
Hugh Dickinsfa9949d2016-05-19 17:12:41 -0700440 __SetPageSwapBacked(newpage);
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800441
Rafael Aquini78bd5202012-12-11 16:02:31 -0800442 return MIGRATEPAGE_SUCCESS;
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700443 }
444
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800445 oldzone = page_zone(page);
446 newzone = page_zone(newpage);
447
Nick Piggin19fd6232008-07-25 19:45:32 -0700448 spin_lock_irq(&mapping->tree_lock);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800449
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800450 pslot = radix_tree_lookup_slot(&mapping->page_tree,
451 page_index(page));
Christoph Lameterb20a3502006-03-22 00:09:12 -0800452
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500453 expected_count += 1 + page_has_private(page);
Nick Piggine2867812008-07-25 19:45:30 -0700454 if (page_count(page) != expected_count ||
Mel Gorman29c1f672011-01-13 15:47:21 -0800455 radix_tree_deref_slot_protected(pslot, &mapping->tree_lock) != page) {
Nick Piggin19fd6232008-07-25 19:45:32 -0700456 spin_unlock_irq(&mapping->tree_lock);
Christoph Lametere23ca002006-04-10 22:52:57 -0700457 return -EAGAIN;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800458 }
459
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700460 if (!page_ref_freeze(page, expected_count)) {
Nick Piggin19fd6232008-07-25 19:45:32 -0700461 spin_unlock_irq(&mapping->tree_lock);
Nick Piggine2867812008-07-25 19:45:30 -0700462 return -EAGAIN;
463 }
464
Christoph Lameterb20a3502006-03-22 00:09:12 -0800465 /*
Mel Gormanb969c4a2012-01-12 17:19:34 -0800466 * In the async migration case of moving a page with buffers, lock the
467 * buffers using trylock before the mapping is moved. If the mapping
468 * was moved, we later failed to lock the buffers and could not move
469 * the mapping back due to an elevated page count, we would have to
470 * block waiting on other references to be dropped.
471 */
Mel Gormana6bc32b2012-01-12 17:19:43 -0800472 if (mode == MIGRATE_ASYNC && head &&
473 !buffer_migrate_lock_buffers(head, mode)) {
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700474 page_ref_unfreeze(page, expected_count);
Mel Gormanb969c4a2012-01-12 17:19:34 -0800475 spin_unlock_irq(&mapping->tree_lock);
476 return -EAGAIN;
477 }
478
479 /*
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800480 * Now we know that no one else is looking at the page:
481 * no turning back from here.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800482 */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800483 newpage->index = page->index;
484 newpage->mapping = page->mapping;
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800485 get_page(newpage); /* add cache reference */
Nicholas Piggin6326fec2016-12-25 13:00:29 +1000486 if (PageSwapBacked(page)) {
487 __SetPageSwapBacked(newpage);
488 if (PageSwapCache(page)) {
489 SetPageSwapCache(newpage);
490 set_page_private(newpage, page_private(page));
491 }
492 } else {
493 VM_BUG_ON_PAGE(PageSwapCache(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800494 }
495
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800496 /* Move dirty while page refs frozen and newpage not yet exposed */
497 dirty = PageDirty(page);
498 if (dirty) {
499 ClearPageDirty(page);
500 SetPageDirty(newpage);
501 }
502
Johannes Weiner6d75f362016-12-12 16:43:43 -0800503 radix_tree_replace_slot(&mapping->page_tree, pslot, newpage);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800504
505 /*
Jacobo Giralt937a94c2012-01-10 15:07:11 -0800506 * Drop cache reference from old page by unfreezing
507 * to one less reference.
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800508 * We know this isn't the last reference.
509 */
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700510 page_ref_unfreeze(page, expected_count - 1);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800511
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800512 spin_unlock(&mapping->tree_lock);
513 /* Leave irq disabled to prevent preemption while updating stats */
514
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700515 /*
516 * If moved to a different zone then also account
517 * the page for that zone. Other VM counters will be
518 * taken care of when we establish references to the
519 * new page and drop references to the old page.
520 *
521 * Note that anonymous pages are accounted for
Mel Gorman4b9d0fa2016-07-28 15:46:17 -0700522 * via NR_FILE_PAGES and NR_ANON_MAPPED if they
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700523 * are mapped to swap space.
524 */
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800525 if (newzone != oldzone) {
Mel Gorman11fb9982016-07-28 15:46:20 -0700526 __dec_node_state(oldzone->zone_pgdat, NR_FILE_PAGES);
527 __inc_node_state(newzone->zone_pgdat, NR_FILE_PAGES);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800528 if (PageSwapBacked(page) && !PageSwapCache(page)) {
Mel Gorman11fb9982016-07-28 15:46:20 -0700529 __dec_node_state(oldzone->zone_pgdat, NR_SHMEM);
530 __inc_node_state(newzone->zone_pgdat, NR_SHMEM);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800531 }
532 if (dirty && mapping_cap_account_dirty(mapping)) {
Mel Gorman11fb9982016-07-28 15:46:20 -0700533 __dec_node_state(oldzone->zone_pgdat, NR_FILE_DIRTY);
Mel Gorman5a1c84b2016-07-28 15:47:31 -0700534 __dec_zone_state(oldzone, NR_ZONE_WRITE_PENDING);
Mel Gorman11fb9982016-07-28 15:46:20 -0700535 __inc_node_state(newzone->zone_pgdat, NR_FILE_DIRTY);
Mel Gorman5a1c84b2016-07-28 15:47:31 -0700536 __inc_zone_state(newzone, NR_ZONE_WRITE_PENDING);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800537 }
KOSAKI Motohiro4b021082009-09-21 17:01:33 -0700538 }
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800539 local_irq_enable();
Christoph Lameterb20a3502006-03-22 00:09:12 -0800540
Rafael Aquini78bd5202012-12-11 16:02:31 -0800541 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800542}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200543EXPORT_SYMBOL(migrate_page_move_mapping);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800544
545/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900546 * The expected number of remaining references is the same as that
547 * of migrate_page_move_mapping().
548 */
549int migrate_huge_page_move_mapping(struct address_space *mapping,
550 struct page *newpage, struct page *page)
551{
552 int expected_count;
553 void **pslot;
554
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900555 spin_lock_irq(&mapping->tree_lock);
556
557 pslot = radix_tree_lookup_slot(&mapping->page_tree,
558 page_index(page));
559
560 expected_count = 2 + page_has_private(page);
561 if (page_count(page) != expected_count ||
Mel Gorman29c1f672011-01-13 15:47:21 -0800562 radix_tree_deref_slot_protected(pslot, &mapping->tree_lock) != page) {
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900563 spin_unlock_irq(&mapping->tree_lock);
564 return -EAGAIN;
565 }
566
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700567 if (!page_ref_freeze(page, expected_count)) {
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900568 spin_unlock_irq(&mapping->tree_lock);
569 return -EAGAIN;
570 }
571
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800572 newpage->index = page->index;
573 newpage->mapping = page->mapping;
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700574
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900575 get_page(newpage);
576
Johannes Weiner6d75f362016-12-12 16:43:43 -0800577 radix_tree_replace_slot(&mapping->page_tree, pslot, newpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900578
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700579 page_ref_unfreeze(page, expected_count - 1);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900580
581 spin_unlock_irq(&mapping->tree_lock);
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700582
Rafael Aquini78bd5202012-12-11 16:02:31 -0800583 return MIGRATEPAGE_SUCCESS;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900584}
585
586/*
Dave Hansen30b0a102013-11-21 14:31:58 -0800587 * Gigantic pages are so large that we do not guarantee that page++ pointer
588 * arithmetic will work across the entire page. We need something more
589 * specialized.
590 */
591static void __copy_gigantic_page(struct page *dst, struct page *src,
592 int nr_pages)
593{
594 int i;
595 struct page *dst_base = dst;
596 struct page *src_base = src;
597
598 for (i = 0; i < nr_pages; ) {
599 cond_resched();
600 copy_highpage(dst, src);
601
602 i++;
603 dst = mem_map_next(dst, dst_base, i);
604 src = mem_map_next(src, src_base, i);
605 }
606}
607
608static void copy_huge_page(struct page *dst, struct page *src)
609{
610 int i;
611 int nr_pages;
612
613 if (PageHuge(src)) {
614 /* hugetlbfs page */
615 struct hstate *h = page_hstate(src);
616 nr_pages = pages_per_huge_page(h);
617
618 if (unlikely(nr_pages > MAX_ORDER_NR_PAGES)) {
619 __copy_gigantic_page(dst, src, nr_pages);
620 return;
621 }
622 } else {
623 /* thp page */
624 BUG_ON(!PageTransHuge(src));
625 nr_pages = hpage_nr_pages(src);
626 }
627
628 for (i = 0; i < nr_pages; i++) {
629 cond_resched();
630 copy_highpage(dst + i, src + i);
631 }
632}
633
634/*
Christoph Lameterb20a3502006-03-22 00:09:12 -0800635 * Copy the page to its new location
636 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700637void migrate_page_states(struct page *newpage, struct page *page)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800638{
Rik van Riel7851a452013-10-07 11:29:23 +0100639 int cpupid;
640
Christoph Lameterb20a3502006-03-22 00:09:12 -0800641 if (PageError(page))
642 SetPageError(newpage);
643 if (PageReferenced(page))
644 SetPageReferenced(newpage);
645 if (PageUptodate(page))
646 SetPageUptodate(newpage);
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700647 if (TestClearPageActive(page)) {
Sasha Levin309381fea2014-01-23 15:52:54 -0800648 VM_BUG_ON_PAGE(PageUnevictable(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800649 SetPageActive(newpage);
Lee Schermerhorn418b27e2009-12-14 17:59:54 -0800650 } else if (TestClearPageUnevictable(page))
651 SetPageUnevictable(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800652 if (PageChecked(page))
653 SetPageChecked(newpage);
654 if (PageMappedToDisk(page))
655 SetPageMappedToDisk(newpage);
656
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800657 /* Move dirty on pages not done by migrate_page_move_mapping() */
658 if (PageDirty(page))
659 SetPageDirty(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800660
Vladimir Davydov33c3fc72015-09-09 15:35:45 -0700661 if (page_is_young(page))
662 set_page_young(newpage);
663 if (page_is_idle(page))
664 set_page_idle(newpage);
665
Rik van Riel7851a452013-10-07 11:29:23 +0100666 /*
667 * Copy NUMA information to the new page, to prevent over-eager
668 * future migrations of this same page.
669 */
670 cpupid = page_cpupid_xchg_last(page, -1);
671 page_cpupid_xchg_last(newpage, cpupid);
672
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800673 ksm_migrate_page(newpage, page);
Hugh Dickinsc8d65532013-02-22 16:35:10 -0800674 /*
675 * Please do not reorder this without considering how mm/ksm.c's
676 * get_ksm_page() depends upon ksm_migrate_page() and PageSwapCache().
677 */
Naoya Horiguchib3b3a992015-04-15 16:13:15 -0700678 if (PageSwapCache(page))
679 ClearPageSwapCache(page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800680 ClearPagePrivate(page);
681 set_page_private(page, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800682
683 /*
684 * If any waiters have accumulated on the new page then
685 * wake them up.
686 */
687 if (PageWriteback(newpage))
688 end_page_writeback(newpage);
Vlastimil Babkad435edc2016-03-15 14:56:15 -0700689
690 copy_page_owner(page, newpage);
Johannes Weiner74485cf2016-03-15 14:57:54 -0700691
692 mem_cgroup_migrate(page, newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800693}
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700694EXPORT_SYMBOL(migrate_page_states);
695
696void migrate_page_copy(struct page *newpage, struct page *page)
697{
698 if (PageHuge(page) || PageTransHuge(page))
699 copy_huge_page(newpage, page);
700 else
701 copy_highpage(newpage, page);
702
703 migrate_page_states(newpage, page);
704}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200705EXPORT_SYMBOL(migrate_page_copy);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800706
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700707/************************************************************
708 * Migration functions
709 ***********************************************************/
710
Christoph Lameterb20a3502006-03-22 00:09:12 -0800711/*
Minchan Kimbda807d2016-07-26 15:23:05 -0700712 * Common logic to directly migrate a single LRU page suitable for
David Howells266cf652009-04-03 16:42:36 +0100713 * pages that do not use PagePrivate/PagePrivate2.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800714 *
715 * Pages are locked upon entry and exit.
716 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -0700717int migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800718 struct page *newpage, struct page *page,
719 enum migrate_mode mode)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800720{
721 int rc;
722
723 BUG_ON(PageWriteback(page)); /* Writeback must be complete */
724
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500725 rc = migrate_page_move_mapping(mapping, newpage, page, NULL, mode, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800726
Rafael Aquini78bd5202012-12-11 16:02:31 -0800727 if (rc != MIGRATEPAGE_SUCCESS)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800728 return rc;
729
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700730 if (mode != MIGRATE_SYNC_NO_COPY)
731 migrate_page_copy(newpage, page);
732 else
733 migrate_page_states(newpage, page);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800734 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800735}
736EXPORT_SYMBOL(migrate_page);
737
David Howells93614012006-09-30 20:45:40 +0200738#ifdef CONFIG_BLOCK
Christoph Lameterb20a3502006-03-22 00:09:12 -0800739/*
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700740 * Migration function for pages with buffers. This function can only be used
741 * if the underlying filesystem guarantees that no other references to "page"
742 * exist.
743 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -0700744int buffer_migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800745 struct page *newpage, struct page *page, enum migrate_mode mode)
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700746{
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700747 struct buffer_head *bh, *head;
748 int rc;
749
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700750 if (!page_has_buffers(page))
Mel Gormana6bc32b2012-01-12 17:19:43 -0800751 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700752
753 head = page_buffers(page);
754
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500755 rc = migrate_page_move_mapping(mapping, newpage, page, head, mode, 0);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700756
Rafael Aquini78bd5202012-12-11 16:02:31 -0800757 if (rc != MIGRATEPAGE_SUCCESS)
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700758 return rc;
759
Mel Gormanb969c4a2012-01-12 17:19:34 -0800760 /*
761 * In the async case, migrate_page_move_mapping locked the buffers
762 * with an IRQ-safe spinlock held. In the sync case, the buffers
763 * need to be locked now
764 */
Mel Gormana6bc32b2012-01-12 17:19:43 -0800765 if (mode != MIGRATE_ASYNC)
766 BUG_ON(!buffer_migrate_lock_buffers(head, mode));
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700767
768 ClearPagePrivate(page);
769 set_page_private(newpage, page_private(page));
770 set_page_private(page, 0);
771 put_page(page);
772 get_page(newpage);
773
774 bh = head;
775 do {
776 set_bh_page(bh, newpage, bh_offset(bh));
777 bh = bh->b_this_page;
778
779 } while (bh != head);
780
781 SetPagePrivate(newpage);
782
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700783 if (mode != MIGRATE_SYNC_NO_COPY)
784 migrate_page_copy(newpage, page);
785 else
786 migrate_page_states(newpage, page);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700787
788 bh = head;
789 do {
790 unlock_buffer(bh);
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700791 put_bh(bh);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700792 bh = bh->b_this_page;
793
794 } while (bh != head);
795
Rafael Aquini78bd5202012-12-11 16:02:31 -0800796 return MIGRATEPAGE_SUCCESS;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700797}
798EXPORT_SYMBOL(buffer_migrate_page);
David Howells93614012006-09-30 20:45:40 +0200799#endif
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700800
Christoph Lameter04e62a22006-06-23 02:03:38 -0700801/*
802 * Writeback a page to clean the dirty state
803 */
804static int writeout(struct address_space *mapping, struct page *page)
805{
806 struct writeback_control wbc = {
807 .sync_mode = WB_SYNC_NONE,
808 .nr_to_write = 1,
809 .range_start = 0,
810 .range_end = LLONG_MAX,
Christoph Lameter04e62a22006-06-23 02:03:38 -0700811 .for_reclaim = 1
812 };
813 int rc;
814
815 if (!mapping->a_ops->writepage)
816 /* No write method for the address space */
817 return -EINVAL;
818
819 if (!clear_page_dirty_for_io(page))
820 /* Someone else already triggered a write */
821 return -EAGAIN;
822
823 /*
824 * A dirty page may imply that the underlying filesystem has
825 * the page on some queue. So the page must be clean for
826 * migration. Writeout may mean we loose the lock and the
827 * page state is no longer what we checked for earlier.
828 * At this point we know that the migration attempt cannot
829 * be successful.
830 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700831 remove_migration_ptes(page, page, false);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700832
833 rc = mapping->a_ops->writepage(page, &wbc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700834
835 if (rc != AOP_WRITEPAGE_ACTIVATE)
836 /* unlocked. Relock */
837 lock_page(page);
838
Hugh Dickinsbda85502008-11-19 15:36:36 -0800839 return (rc < 0) ? -EIO : -EAGAIN;
Christoph Lameter04e62a22006-06-23 02:03:38 -0700840}
841
842/*
843 * Default handling if a filesystem does not provide a migration function.
844 */
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700845static int fallback_migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800846 struct page *newpage, struct page *page, enum migrate_mode mode)
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700847{
Mel Gormanb969c4a2012-01-12 17:19:34 -0800848 if (PageDirty(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800849 /* Only writeback pages in full synchronous migration */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700850 switch (mode) {
851 case MIGRATE_SYNC:
852 case MIGRATE_SYNC_NO_COPY:
853 break;
854 default:
Mel Gormanb969c4a2012-01-12 17:19:34 -0800855 return -EBUSY;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700856 }
Christoph Lameter04e62a22006-06-23 02:03:38 -0700857 return writeout(mapping, page);
Mel Gormanb969c4a2012-01-12 17:19:34 -0800858 }
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700859
860 /*
861 * Buffers may be managed in a filesystem specific way.
862 * We must have no buffers or drop them.
863 */
David Howells266cf652009-04-03 16:42:36 +0100864 if (page_has_private(page) &&
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700865 !try_to_release_page(page, GFP_KERNEL))
866 return -EAGAIN;
867
Mel Gormana6bc32b2012-01-12 17:19:43 -0800868 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700869}
870
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700871/*
Christoph Lametere24f0b82006-06-23 02:03:51 -0700872 * Move a page to a newly allocated page
873 * The page is locked and all ptes have been successfully removed.
874 *
875 * The new page will have replaced the old page if this function
876 * is successful.
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700877 *
878 * Return value:
879 * < 0 - error code
Rafael Aquini78bd5202012-12-11 16:02:31 -0800880 * MIGRATEPAGE_SUCCESS - success
Christoph Lametere24f0b82006-06-23 02:03:51 -0700881 */
Mel Gorman3fe20112010-05-24 14:32:20 -0700882static int move_to_new_page(struct page *newpage, struct page *page,
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800883 enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700884{
885 struct address_space *mapping;
Minchan Kimbda807d2016-07-26 15:23:05 -0700886 int rc = -EAGAIN;
887 bool is_lru = !__PageMovable(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700888
Hugh Dickins7db76712015-11-05 18:49:49 -0800889 VM_BUG_ON_PAGE(!PageLocked(page), page);
890 VM_BUG_ON_PAGE(!PageLocked(newpage), newpage);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700891
Christoph Lametere24f0b82006-06-23 02:03:51 -0700892 mapping = page_mapping(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700893
894 if (likely(is_lru)) {
895 if (!mapping)
896 rc = migrate_page(mapping, newpage, page, mode);
897 else if (mapping->a_ops->migratepage)
898 /*
899 * Most pages have a mapping and most filesystems
900 * provide a migratepage callback. Anonymous pages
901 * are part of swap space which also has its own
902 * migratepage callback. This is the most common path
903 * for page migration.
904 */
905 rc = mapping->a_ops->migratepage(mapping, newpage,
906 page, mode);
907 else
908 rc = fallback_migrate_page(mapping, newpage,
909 page, mode);
910 } else {
Christoph Lametere24f0b82006-06-23 02:03:51 -0700911 /*
Minchan Kimbda807d2016-07-26 15:23:05 -0700912 * In case of non-lru page, it could be released after
913 * isolation step. In that case, we shouldn't try migration.
Christoph Lametere24f0b82006-06-23 02:03:51 -0700914 */
Minchan Kimbda807d2016-07-26 15:23:05 -0700915 VM_BUG_ON_PAGE(!PageIsolated(page), page);
916 if (!PageMovable(page)) {
917 rc = MIGRATEPAGE_SUCCESS;
918 __ClearPageIsolated(page);
919 goto out;
920 }
921
922 rc = mapping->a_ops->migratepage(mapping, newpage,
923 page, mode);
924 WARN_ON_ONCE(rc == MIGRATEPAGE_SUCCESS &&
925 !PageIsolated(page));
926 }
Christoph Lametere24f0b82006-06-23 02:03:51 -0700927
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800928 /*
929 * When successful, old pagecache page->mapping must be cleared before
930 * page is freed; but stats require that PageAnon be left as PageAnon.
931 */
932 if (rc == MIGRATEPAGE_SUCCESS) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700933 if (__PageMovable(page)) {
934 VM_BUG_ON_PAGE(!PageIsolated(page), page);
935
936 /*
937 * We clear PG_movable under page_lock so any compactor
938 * cannot try to migrate this page.
939 */
940 __ClearPageIsolated(page);
941 }
942
943 /*
944 * Anonymous and movable page->mapping will be cleard by
945 * free_pages_prepare so don't reset it here for keeping
946 * the type to work PageAnon, for example.
947 */
948 if (!PageMappingFlags(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800949 page->mapping = NULL;
Mel Gorman3fe20112010-05-24 14:32:20 -0700950 }
Minchan Kimbda807d2016-07-26 15:23:05 -0700951out:
Christoph Lametere24f0b82006-06-23 02:03:51 -0700952 return rc;
953}
954
Minchan Kim0dabec92011-10-31 17:06:57 -0700955static int __unmap_and_move(struct page *page, struct page *newpage,
Hugh Dickins9c620e22013-02-22 16:35:14 -0800956 int force, enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700957{
Minchan Kim0dabec92011-10-31 17:06:57 -0700958 int rc = -EAGAIN;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -0800959 int page_was_mapped = 0;
Mel Gorman3f6c8272010-05-24 14:32:17 -0700960 struct anon_vma *anon_vma = NULL;
Minchan Kimbda807d2016-07-26 15:23:05 -0700961 bool is_lru = !__PageMovable(page);
Christoph Lameter95a402c2006-06-23 02:03:53 -0700962
Nick Piggin529ae9a2008-08-02 12:01:03 +0200963 if (!trylock_page(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800964 if (!force || mode == MIGRATE_ASYNC)
Minchan Kim0dabec92011-10-31 17:06:57 -0700965 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -0800966
967 /*
968 * It's not safe for direct compaction to call lock_page.
969 * For example, during page readahead pages are added locked
970 * to the LRU. Later, when the IO completes the pages are
971 * marked uptodate and unlocked. However, the queueing
972 * could be merging multiple pages for one bio (e.g.
973 * mpage_readpages). If an allocation happens for the
974 * second or third page, the process can end up locking
975 * the same page twice and deadlocking. Rather than
976 * trying to be clever about what pages can be locked,
977 * avoid the use of lock_page for direct compaction
978 * altogether.
979 */
980 if (current->flags & PF_MEMALLOC)
Minchan Kim0dabec92011-10-31 17:06:57 -0700981 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -0800982
Christoph Lametere24f0b82006-06-23 02:03:51 -0700983 lock_page(page);
984 }
985
986 if (PageWriteback(page)) {
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700987 /*
Jianguo Wufed5b642013-04-29 15:07:58 -0700988 * Only in the case of a full synchronous migration is it
Mel Gormana6bc32b2012-01-12 17:19:43 -0800989 * necessary to wait for PageWriteback. In the async case,
990 * the retry loop is too short and in the sync-light case,
991 * the overhead of stalling is too much
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700992 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700993 switch (mode) {
994 case MIGRATE_SYNC:
995 case MIGRATE_SYNC_NO_COPY:
996 break;
997 default:
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700998 rc = -EBUSY;
Johannes Weiner0a31bc92014-08-08 14:19:22 -0700999 goto out_unlock;
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001000 }
1001 if (!force)
Johannes Weiner0a31bc92014-08-08 14:19:22 -07001002 goto out_unlock;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001003 wait_on_page_writeback(page);
1004 }
Hugh Dickins03f15c82015-11-05 18:49:56 -08001005
Christoph Lametere24f0b82006-06-23 02:03:51 -07001006 /*
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001007 * By try_to_unmap(), page->mapcount goes down to 0 here. In this case,
1008 * we cannot notice that anon_vma is freed while we migrates a page.
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001009 * This get_anon_vma() delays freeing anon_vma pointer until the end
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001010 * of migration. File cache pages are no problem because of page_lock()
KAMEZAWA Hiroyuki989f89c2007-08-30 23:56:21 -07001011 * File Caches may use write_page() or lock_page() in migration, then,
1012 * just care Anon page here.
Hugh Dickins03f15c82015-11-05 18:49:56 -08001013 *
1014 * Only page_get_anon_vma() understands the subtleties of
1015 * getting a hold on an anon_vma from outside one of its mms.
1016 * But if we cannot get anon_vma, then we won't need it anyway,
1017 * because that implies that the anon page is no longer mapped
1018 * (and cannot be remapped so long as we hold the page lock).
Christoph Lametere24f0b82006-06-23 02:03:51 -07001019 */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001020 if (PageAnon(page) && !PageKsm(page))
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001021 anon_vma = page_get_anon_vma(page);
Shaohua Li62e1c552008-02-04 22:29:33 -08001022
Hugh Dickins7db76712015-11-05 18:49:49 -08001023 /*
1024 * Block others from accessing the new page when we get around to
1025 * establishing additional references. We are usually the only one
1026 * holding a reference to newpage at this point. We used to have a BUG
1027 * here if trylock_page(newpage) fails, but would like to allow for
1028 * cases where there might be a race with the previous use of newpage.
1029 * This is much like races on refcount of oldpage: just don't BUG().
1030 */
1031 if (unlikely(!trylock_page(newpage)))
1032 goto out_unlock;
1033
Minchan Kimbda807d2016-07-26 15:23:05 -07001034 if (unlikely(!is_lru)) {
1035 rc = move_to_new_page(newpage, page, mode);
1036 goto out_unlock_both;
1037 }
1038
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001039 /*
Shaohua Li62e1c552008-02-04 22:29:33 -08001040 * Corner case handling:
1041 * 1. When a new swap-cache page is read into, it is added to the LRU
1042 * and treated as swapcache but it has no rmap yet.
1043 * Calling try_to_unmap() against a page->mapping==NULL page will
1044 * trigger a BUG. So handle it here.
1045 * 2. An orphaned page (see truncate_complete_page) might have
1046 * fs-private metadata. The page can be picked up due to memory
1047 * offlining. Everywhere else except page reclaim, the page is
1048 * invisible to the vm, so the page can not be migrated. So try to
1049 * free the metadata, so the page can be freed.
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001050 */
Shaohua Li62e1c552008-02-04 22:29:33 -08001051 if (!page->mapping) {
Sasha Levin309381fea2014-01-23 15:52:54 -08001052 VM_BUG_ON_PAGE(PageAnon(page), page);
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001053 if (page_has_private(page)) {
Shaohua Li62e1c552008-02-04 22:29:33 -08001054 try_to_free_buffers(page);
Hugh Dickins7db76712015-11-05 18:49:49 -08001055 goto out_unlock_both;
Shaohua Li62e1c552008-02-04 22:29:33 -08001056 }
Hugh Dickins7db76712015-11-05 18:49:49 -08001057 } else if (page_mapped(page)) {
1058 /* Establish migration ptes */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001059 VM_BUG_ON_PAGE(PageAnon(page) && !PageKsm(page) && !anon_vma,
1060 page);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001061 try_to_unmap(page,
Wanpeng Lida1b13c2015-09-08 15:03:27 -07001062 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001063 page_was_mapped = 1;
1064 }
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001065
Christoph Lametere6a15302006-06-25 05:46:49 -07001066 if (!page_mapped(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001067 rc = move_to_new_page(newpage, page, mode);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001068
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001069 if (page_was_mapped)
1070 remove_migration_ptes(page,
Kirill A. Shutemove3884662016-03-17 14:20:07 -07001071 rc == MIGRATEPAGE_SUCCESS ? newpage : page, false);
Mel Gorman3f6c8272010-05-24 14:32:17 -07001072
Hugh Dickins7db76712015-11-05 18:49:49 -08001073out_unlock_both:
1074 unlock_page(newpage);
1075out_unlock:
Mel Gorman3f6c8272010-05-24 14:32:17 -07001076 /* Drop an anon_vma reference if we took one */
Rik van Riel76545062010-08-09 17:18:41 -07001077 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001078 put_anon_vma(anon_vma);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001079 unlock_page(page);
Minchan Kim0dabec92011-10-31 17:06:57 -07001080out:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001081 /*
1082 * If migration is successful, decrease refcount of the newpage
1083 * which will not free the page because new page owner increased
1084 * refcounter. As well, if it is LRU page, add the page to LRU
1085 * list in here.
1086 */
1087 if (rc == MIGRATEPAGE_SUCCESS) {
Minchan Kimb1123ea62016-07-26 15:23:09 -07001088 if (unlikely(__PageMovable(newpage)))
Minchan Kimc6c919e2016-07-26 15:23:02 -07001089 put_page(newpage);
1090 else
1091 putback_lru_page(newpage);
1092 }
1093
Minchan Kim0dabec92011-10-31 17:06:57 -07001094 return rc;
1095}
Christoph Lameter95a402c2006-06-23 02:03:53 -07001096
Minchan Kim0dabec92011-10-31 17:06:57 -07001097/*
Geert Uytterhoevenef2a5152015-04-14 15:44:22 -07001098 * gcc 4.7 and 4.8 on arm get an ICEs when inlining unmap_and_move(). Work
1099 * around it.
1100 */
1101#if (GCC_VERSION >= 40700 && GCC_VERSION < 40900) && defined(CONFIG_ARM)
1102#define ICE_noinline noinline
1103#else
1104#define ICE_noinline
1105#endif
1106
1107/*
Minchan Kim0dabec92011-10-31 17:06:57 -07001108 * Obtain the lock on page, remove all ptes and migrate the page
1109 * to the newly allocated page in newpage.
1110 */
Geert Uytterhoevenef2a5152015-04-14 15:44:22 -07001111static ICE_noinline int unmap_and_move(new_page_t get_new_page,
1112 free_page_t put_new_page,
1113 unsigned long private, struct page *page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001114 int force, enum migrate_mode mode,
1115 enum migrate_reason reason)
Minchan Kim0dabec92011-10-31 17:06:57 -07001116{
Hugh Dickins2def7422015-11-05 18:49:46 -08001117 int rc = MIGRATEPAGE_SUCCESS;
Minchan Kim0dabec92011-10-31 17:06:57 -07001118 int *result = NULL;
Hugh Dickins2def7422015-11-05 18:49:46 -08001119 struct page *newpage;
Minchan Kim0dabec92011-10-31 17:06:57 -07001120
Hugh Dickins2def7422015-11-05 18:49:46 -08001121 newpage = get_new_page(page, private, &result);
Minchan Kim0dabec92011-10-31 17:06:57 -07001122 if (!newpage)
1123 return -ENOMEM;
1124
1125 if (page_count(page) == 1) {
1126 /* page was freed from under us. So we are done. */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001127 ClearPageActive(page);
1128 ClearPageUnevictable(page);
Minchan Kimbda807d2016-07-26 15:23:05 -07001129 if (unlikely(__PageMovable(page))) {
1130 lock_page(page);
1131 if (!PageMovable(page))
1132 __ClearPageIsolated(page);
1133 unlock_page(page);
1134 }
Minchan Kimc6c919e2016-07-26 15:23:02 -07001135 if (put_new_page)
1136 put_new_page(newpage, private);
1137 else
1138 put_page(newpage);
Minchan Kim0dabec92011-10-31 17:06:57 -07001139 goto out;
1140 }
1141
Zi Yan616b8372017-09-08 16:10:57 -07001142 if (unlikely(PageTransHuge(page) && !PageTransHuge(newpage))) {
Kirill A. Shutemov4d2fa962016-01-15 16:54:00 -08001143 lock_page(page);
1144 rc = split_huge_page(page);
1145 unlock_page(page);
1146 if (rc)
Minchan Kim0dabec92011-10-31 17:06:57 -07001147 goto out;
Kirill A. Shutemov4d2fa962016-01-15 16:54:00 -08001148 }
Minchan Kim0dabec92011-10-31 17:06:57 -07001149
Hugh Dickins9c620e22013-02-22 16:35:14 -08001150 rc = __unmap_and_move(page, newpage, force, mode);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001151 if (rc == MIGRATEPAGE_SUCCESS)
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001152 set_page_owner_migrate_reason(newpage, reason);
Rafael Aquinibf6bddf12012-12-11 16:02:42 -08001153
Minchan Kim0dabec92011-10-31 17:06:57 -07001154out:
Christoph Lametere24f0b82006-06-23 02:03:51 -07001155 if (rc != -EAGAIN) {
Minchan Kim0dabec92011-10-31 17:06:57 -07001156 /*
1157 * A page that has been migrated has all references
1158 * removed and will be freed. A page that has not been
1159 * migrated will have kepts its references and be
1160 * restored.
1161 */
1162 list_del(&page->lru);
Ming Ling6afcf8e2016-12-12 16:42:26 -08001163
1164 /*
1165 * Compaction can migrate also non-LRU pages which are
1166 * not accounted to NR_ISOLATED_*. They can be recognized
1167 * as __PageMovable
1168 */
1169 if (likely(!__PageMovable(page)))
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001170 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
1171 page_is_file_cache(page), -hpage_nr_pages(page));
Christoph Lametere24f0b82006-06-23 02:03:51 -07001172 }
David Rientjes68711a72014-06-04 16:08:25 -07001173
Christoph Lameter95a402c2006-06-23 02:03:53 -07001174 /*
Minchan Kimc6c919e2016-07-26 15:23:02 -07001175 * If migration is successful, releases reference grabbed during
1176 * isolation. Otherwise, restore the page to right list unless
1177 * we want to retry.
Christoph Lameter95a402c2006-06-23 02:03:53 -07001178 */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001179 if (rc == MIGRATEPAGE_SUCCESS) {
1180 put_page(page);
1181 if (reason == MR_MEMORY_FAILURE) {
1182 /*
1183 * Set PG_HWPoison on just freed page
1184 * intentionally. Although it's rather weird,
1185 * it's how HWPoison flag works at the moment.
1186 */
1187 if (!test_set_page_hwpoison(page))
1188 num_poisoned_pages_inc();
1189 }
1190 } else {
Minchan Kimbda807d2016-07-26 15:23:05 -07001191 if (rc != -EAGAIN) {
1192 if (likely(!__PageMovable(page))) {
1193 putback_lru_page(page);
1194 goto put_new;
1195 }
1196
1197 lock_page(page);
1198 if (PageMovable(page))
1199 putback_movable_page(page);
1200 else
1201 __ClearPageIsolated(page);
1202 unlock_page(page);
1203 put_page(page);
1204 }
1205put_new:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001206 if (put_new_page)
1207 put_new_page(newpage, private);
1208 else
1209 put_page(newpage);
1210 }
David Rientjes68711a72014-06-04 16:08:25 -07001211
Christoph Lameter742755a2006-06-23 02:03:55 -07001212 if (result) {
1213 if (rc)
1214 *result = rc;
1215 else
1216 *result = page_to_nid(newpage);
1217 }
Christoph Lametere24f0b82006-06-23 02:03:51 -07001218 return rc;
1219}
1220
1221/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001222 * Counterpart of unmap_and_move_page() for hugepage migration.
1223 *
1224 * This function doesn't wait the completion of hugepage I/O
1225 * because there is no race between I/O and migration for hugepage.
1226 * Note that currently hugepage I/O occurs only in direct I/O
1227 * where no lock is held and PG_writeback is irrelevant,
1228 * and writeback status of all subpages are counted in the reference
1229 * count of the head page (i.e. if all subpages of a 2MB hugepage are
1230 * under direct I/O, the reference of the head page is 512 and a bit more.)
1231 * This means that when we try to migrate hugepage whose subpages are
1232 * doing direct I/O, some references remain after try_to_unmap() and
1233 * hugepage migration fails without data corruption.
1234 *
1235 * There is also no race when direct I/O is issued on the page under migration,
1236 * because then pte is replaced with migration swap entry and direct I/O code
1237 * will wait in the page fault for migration to complete.
1238 */
1239static int unmap_and_move_huge_page(new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001240 free_page_t put_new_page, unsigned long private,
1241 struct page *hpage, int force,
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001242 enum migrate_mode mode, int reason)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001243{
Hugh Dickins2def7422015-11-05 18:49:46 -08001244 int rc = -EAGAIN;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001245 int *result = NULL;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001246 int page_was_mapped = 0;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001247 struct page *new_hpage;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001248 struct anon_vma *anon_vma = NULL;
1249
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001250 /*
1251 * Movability of hugepages depends on architectures and hugepage size.
1252 * This check is necessary because some callers of hugepage migration
1253 * like soft offline and memory hotremove don't walk through page
1254 * tables or check whether the hugepage is pmd-based or not before
1255 * kicking migration.
1256 */
Naoya Horiguchi100873d2014-06-04 16:10:56 -07001257 if (!hugepage_migration_supported(page_hstate(hpage))) {
Joonsoo Kim32665f22014-01-21 15:51:15 -08001258 putback_active_hugepage(hpage);
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001259 return -ENOSYS;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001260 }
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001261
Joonsoo Kim32665f22014-01-21 15:51:15 -08001262 new_hpage = get_new_page(hpage, private, &result);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001263 if (!new_hpage)
1264 return -ENOMEM;
1265
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001266 if (!trylock_page(hpage)) {
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001267 if (!force)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001268 goto out;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001269 switch (mode) {
1270 case MIGRATE_SYNC:
1271 case MIGRATE_SYNC_NO_COPY:
1272 break;
1273 default:
1274 goto out;
1275 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001276 lock_page(hpage);
1277 }
1278
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001279 if (PageAnon(hpage))
1280 anon_vma = page_get_anon_vma(hpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001281
Hugh Dickins7db76712015-11-05 18:49:49 -08001282 if (unlikely(!trylock_page(new_hpage)))
1283 goto put_anon;
1284
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001285 if (page_mapped(hpage)) {
1286 try_to_unmap(hpage,
1287 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS);
1288 page_was_mapped = 1;
1289 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001290
1291 if (!page_mapped(hpage))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001292 rc = move_to_new_page(new_hpage, hpage, mode);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001293
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001294 if (page_was_mapped)
1295 remove_migration_ptes(hpage,
Kirill A. Shutemove3884662016-03-17 14:20:07 -07001296 rc == MIGRATEPAGE_SUCCESS ? new_hpage : hpage, false);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001297
Hugh Dickins7db76712015-11-05 18:49:49 -08001298 unlock_page(new_hpage);
1299
1300put_anon:
Hugh Dickinsfd4a4662011-01-13 15:47:31 -08001301 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001302 put_anon_vma(anon_vma);
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001303
Hugh Dickins2def7422015-11-05 18:49:46 -08001304 if (rc == MIGRATEPAGE_SUCCESS) {
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001305 hugetlb_cgroup_migrate(hpage, new_hpage);
Hugh Dickins2def7422015-11-05 18:49:46 -08001306 put_new_page = NULL;
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001307 set_page_owner_migrate_reason(new_hpage, reason);
Hugh Dickins2def7422015-11-05 18:49:46 -08001308 }
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001309
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001310 unlock_page(hpage);
Hillf Danton09761332011-12-08 14:34:20 -08001311out:
Naoya Horiguchib8ec1ce2013-09-11 14:22:01 -07001312 if (rc != -EAGAIN)
1313 putback_active_hugepage(hpage);
Anshuman Khandualc3114a82017-07-10 15:47:41 -07001314 if (reason == MR_MEMORY_FAILURE && !test_set_page_hwpoison(hpage))
1315 num_poisoned_pages_inc();
David Rientjes68711a72014-06-04 16:08:25 -07001316
1317 /*
1318 * If migration was not successful and there's a freeing callback, use
1319 * it. Otherwise, put_page() will drop the reference grabbed during
1320 * isolation.
1321 */
Hugh Dickins2def7422015-11-05 18:49:46 -08001322 if (put_new_page)
David Rientjes68711a72014-06-04 16:08:25 -07001323 put_new_page(new_hpage, private);
1324 else
Naoya Horiguchi3aaa76e2015-09-22 14:59:14 -07001325 putback_active_hugepage(new_hpage);
David Rientjes68711a72014-06-04 16:08:25 -07001326
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001327 if (result) {
1328 if (rc)
1329 *result = rc;
1330 else
1331 *result = page_to_nid(new_hpage);
1332 }
1333 return rc;
1334}
1335
1336/*
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001337 * migrate_pages - migrate the pages specified in a list, to the free pages
1338 * supplied as the target for the page migration
Christoph Lameterb20a3502006-03-22 00:09:12 -08001339 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001340 * @from: The list of pages to be migrated.
1341 * @get_new_page: The function used to allocate free pages to be used
1342 * as the target of the page migration.
David Rientjes68711a72014-06-04 16:08:25 -07001343 * @put_new_page: The function used to free target pages if migration
1344 * fails, or NULL if no special handling is necessary.
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001345 * @private: Private data to be passed on to get_new_page()
1346 * @mode: The migration mode that specifies the constraints for
1347 * page migration, if any.
1348 * @reason: The reason for page migration.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001349 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001350 * The function returns after 10 attempts or if no pages are movable any more
1351 * because the list has become empty or no retryable pages exist any more.
Hugh Dickins14e0f9b2015-11-05 18:49:43 -08001352 * The caller should call putback_movable_pages() to return pages to the LRU
Minchan Kim28bd6572011-01-25 15:07:26 -08001353 * or free list only if ret != 0.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001354 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001355 * Returns the number of pages that were not migrated, or an error code.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001356 */
Hugh Dickins9c620e22013-02-22 16:35:14 -08001357int migrate_pages(struct list_head *from, new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001358 free_page_t put_new_page, unsigned long private,
1359 enum migrate_mode mode, int reason)
Christoph Lameterb20a3502006-03-22 00:09:12 -08001360{
Christoph Lametere24f0b82006-06-23 02:03:51 -07001361 int retry = 1;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001362 int nr_failed = 0;
Mel Gorman5647bc22012-10-19 10:46:20 +01001363 int nr_succeeded = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001364 int pass = 0;
1365 struct page *page;
1366 struct page *page2;
1367 int swapwrite = current->flags & PF_SWAPWRITE;
1368 int rc;
1369
1370 if (!swapwrite)
1371 current->flags |= PF_SWAPWRITE;
1372
Christoph Lametere24f0b82006-06-23 02:03:51 -07001373 for(pass = 0; pass < 10 && retry; pass++) {
1374 retry = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001375
Christoph Lametere24f0b82006-06-23 02:03:51 -07001376 list_for_each_entry_safe(page, page2, from, lru) {
Christoph Lametere24f0b82006-06-23 02:03:51 -07001377 cond_resched();
Christoph Lameterb20a3502006-03-22 00:09:12 -08001378
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001379 if (PageHuge(page))
1380 rc = unmap_and_move_huge_page(get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001381 put_new_page, private, page,
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001382 pass > 2, mode, reason);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001383 else
David Rientjes68711a72014-06-04 16:08:25 -07001384 rc = unmap_and_move(get_new_page, put_new_page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001385 private, page, pass > 2, mode,
1386 reason);
Christoph Lameterb20a3502006-03-22 00:09:12 -08001387
Christoph Lametere24f0b82006-06-23 02:03:51 -07001388 switch(rc) {
Christoph Lameter95a402c2006-06-23 02:03:53 -07001389 case -ENOMEM:
David Rientjesdfef2ef2016-05-20 16:59:05 -07001390 nr_failed++;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001391 goto out;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001392 case -EAGAIN:
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001393 retry++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001394 break;
Rafael Aquini78bd5202012-12-11 16:02:31 -08001395 case MIGRATEPAGE_SUCCESS:
Mel Gorman5647bc22012-10-19 10:46:20 +01001396 nr_succeeded++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001397 break;
1398 default:
Naoya Horiguchi354a3362014-01-21 15:51:14 -08001399 /*
1400 * Permanent failure (-EBUSY, -ENOSYS, etc.):
1401 * unlike -EAGAIN case, the failed page is
1402 * removed from migration page list and not
1403 * retried in the next outer loop.
1404 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001405 nr_failed++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001406 break;
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001407 }
Christoph Lameterb20a3502006-03-22 00:09:12 -08001408 }
1409 }
Vlastimil Babkaf2f81fb2015-11-05 18:47:03 -08001410 nr_failed += retry;
1411 rc = nr_failed;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001412out:
Mel Gorman5647bc22012-10-19 10:46:20 +01001413 if (nr_succeeded)
1414 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded);
1415 if (nr_failed)
1416 count_vm_events(PGMIGRATE_FAIL, nr_failed);
Mel Gorman7b2a2d42012-10-19 14:07:31 +01001417 trace_mm_migrate_pages(nr_succeeded, nr_failed, mode, reason);
1418
Christoph Lameterb20a3502006-03-22 00:09:12 -08001419 if (!swapwrite)
1420 current->flags &= ~PF_SWAPWRITE;
1421
Rafael Aquini78bd5202012-12-11 16:02:31 -08001422 return rc;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001423}
1424
Christoph Lameter742755a2006-06-23 02:03:55 -07001425#ifdef CONFIG_NUMA
1426/*
1427 * Move a list of individual pages
1428 */
1429struct page_to_node {
1430 unsigned long addr;
1431 struct page *page;
1432 int node;
1433 int status;
1434};
1435
1436static struct page *new_page_node(struct page *p, unsigned long private,
1437 int **result)
1438{
1439 struct page_to_node *pm = (struct page_to_node *)private;
1440
1441 while (pm->node != MAX_NUMNODES && pm->page != p)
1442 pm++;
1443
1444 if (pm->node == MAX_NUMNODES)
1445 return NULL;
1446
1447 *result = &pm->status;
1448
Naoya Horiguchie632a932013-09-11 14:22:04 -07001449 if (PageHuge(p))
1450 return alloc_huge_page_node(page_hstate(compound_head(p)),
1451 pm->node);
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001452 else if (thp_migration_supported() && PageTransHuge(p)) {
1453 struct page *thp;
1454
1455 thp = alloc_pages_node(pm->node,
1456 (GFP_TRANSHUGE | __GFP_THISNODE) & ~__GFP_RECLAIM,
1457 HPAGE_PMD_ORDER);
1458 if (!thp)
1459 return NULL;
1460 prep_transhuge_page(thp);
1461 return thp;
1462 } else
Vlastimil Babka96db8002015-09-08 15:03:50 -07001463 return __alloc_pages_node(pm->node,
Johannes Weinere97ca8e52014-03-10 15:49:43 -07001464 GFP_HIGHUSER_MOVABLE | __GFP_THISNODE, 0);
Christoph Lameter742755a2006-06-23 02:03:55 -07001465}
1466
1467/*
1468 * Move a set of pages as indicated in the pm array. The addr
1469 * field must be set to the virtual address of the page to be moved
1470 * and the node number must contain a valid target node.
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001471 * The pm array ends with node = MAX_NUMNODES.
Christoph Lameter742755a2006-06-23 02:03:55 -07001472 */
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001473static int do_move_page_to_node_array(struct mm_struct *mm,
1474 struct page_to_node *pm,
1475 int migrate_all)
Christoph Lameter742755a2006-06-23 02:03:55 -07001476{
1477 int err;
1478 struct page_to_node *pp;
1479 LIST_HEAD(pagelist);
1480
1481 down_read(&mm->mmap_sem);
1482
1483 /*
1484 * Build a list of pages to migrate
1485 */
Christoph Lameter742755a2006-06-23 02:03:55 -07001486 for (pp = pm; pp->node != MAX_NUMNODES; pp++) {
1487 struct vm_area_struct *vma;
1488 struct page *page;
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001489 struct page *head;
1490 unsigned int follflags;
Christoph Lameter742755a2006-06-23 02:03:55 -07001491
Christoph Lameter742755a2006-06-23 02:03:55 -07001492 err = -EFAULT;
1493 vma = find_vma(mm, pp->addr);
Gleb Natapov70384dc2010-10-26 14:22:07 -07001494 if (!vma || pp->addr < vma->vm_start || !vma_migratable(vma))
Christoph Lameter742755a2006-06-23 02:03:55 -07001495 goto set_status;
1496
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001497 /* FOLL_DUMP to ignore special (like zero) pages */
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001498 follflags = FOLL_GET | FOLL_DUMP;
1499 if (!thp_migration_supported())
1500 follflags |= FOLL_SPLIT;
1501 page = follow_page(vma, pp->addr, follflags);
Linus Torvalds89f5b7d2008-06-20 11:18:25 -07001502
1503 err = PTR_ERR(page);
1504 if (IS_ERR(page))
1505 goto set_status;
1506
Christoph Lameter742755a2006-06-23 02:03:55 -07001507 err = -ENOENT;
1508 if (!page)
1509 goto set_status;
1510
Christoph Lameter742755a2006-06-23 02:03:55 -07001511 err = page_to_nid(page);
1512
1513 if (err == pp->node)
1514 /*
1515 * Node already in the right place
1516 */
1517 goto put_and_set;
1518
1519 err = -EACCES;
1520 if (page_mapcount(page) > 1 &&
1521 !migrate_all)
1522 goto put_and_set;
1523
Naoya Horiguchie632a932013-09-11 14:22:04 -07001524 if (PageHuge(page)) {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001525 if (PageHead(page)) {
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08001526 isolate_huge_page(page, &pagelist);
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001527 err = 0;
1528 pp->page = page;
1529 }
Naoya Horiguchie632a932013-09-11 14:22:04 -07001530 goto put_and_set;
1531 }
1532
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001533 pp->page = compound_head(page);
1534 head = compound_head(page);
1535 err = isolate_lru_page(head);
KOSAKI Motohiro6d9c2852009-12-14 17:58:11 -08001536 if (!err) {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001537 list_add_tail(&head->lru, &pagelist);
1538 mod_node_page_state(page_pgdat(head),
1539 NR_ISOLATED_ANON + page_is_file_cache(head),
1540 hpage_nr_pages(head));
KOSAKI Motohiro6d9c2852009-12-14 17:58:11 -08001541 }
Christoph Lameter742755a2006-06-23 02:03:55 -07001542put_and_set:
1543 /*
1544 * Either remove the duplicate refcount from
1545 * isolate_lru_page() or drop the page ref if it was
1546 * not isolated.
1547 */
1548 put_page(page);
1549set_status:
1550 pp->status = err;
1551 }
1552
Brice Gogline78bbfa2008-10-18 20:27:15 -07001553 err = 0;
Minchan Kimcf608ac2010-10-26 14:21:29 -07001554 if (!list_empty(&pagelist)) {
David Rientjes68711a72014-06-04 16:08:25 -07001555 err = migrate_pages(&pagelist, new_page_node, NULL,
Hugh Dickins9c620e22013-02-22 16:35:14 -08001556 (unsigned long)pm, MIGRATE_SYNC, MR_SYSCALL);
Minchan Kimcf608ac2010-10-26 14:21:29 -07001557 if (err)
Naoya Horiguchie632a932013-09-11 14:22:04 -07001558 putback_movable_pages(&pagelist);
Minchan Kimcf608ac2010-10-26 14:21:29 -07001559 }
Christoph Lameter742755a2006-06-23 02:03:55 -07001560
1561 up_read(&mm->mmap_sem);
1562 return err;
1563}
1564
1565/*
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001566 * Migrate an array of page address onto an array of nodes and fill
1567 * the corresponding array of status.
1568 */
Christoph Lameter3268c632012-03-21 16:34:06 -07001569static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes,
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001570 unsigned long nr_pages,
1571 const void __user * __user *pages,
1572 const int __user *nodes,
1573 int __user *status, int flags)
1574{
Brice Goglin3140a222009-01-06 14:38:57 -08001575 struct page_to_node *pm;
Brice Goglin3140a222009-01-06 14:38:57 -08001576 unsigned long chunk_nr_pages;
1577 unsigned long chunk_start;
1578 int err;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001579
Brice Goglin3140a222009-01-06 14:38:57 -08001580 err = -ENOMEM;
1581 pm = (struct page_to_node *)__get_free_page(GFP_KERNEL);
1582 if (!pm)
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001583 goto out;
Brice Goglin35282a22009-06-16 15:32:43 -07001584
1585 migrate_prep();
1586
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001587 /*
Brice Goglin3140a222009-01-06 14:38:57 -08001588 * Store a chunk of page_to_node array in a page,
1589 * but keep the last one as a marker
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001590 */
Brice Goglin3140a222009-01-06 14:38:57 -08001591 chunk_nr_pages = (PAGE_SIZE / sizeof(struct page_to_node)) - 1;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001592
Brice Goglin3140a222009-01-06 14:38:57 -08001593 for (chunk_start = 0;
1594 chunk_start < nr_pages;
1595 chunk_start += chunk_nr_pages) {
1596 int j;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001597
Brice Goglin3140a222009-01-06 14:38:57 -08001598 if (chunk_start + chunk_nr_pages > nr_pages)
1599 chunk_nr_pages = nr_pages - chunk_start;
1600
1601 /* fill the chunk pm with addrs and nodes from user-space */
1602 for (j = 0; j < chunk_nr_pages; j++) {
1603 const void __user *p;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001604 int node;
1605
Brice Goglin3140a222009-01-06 14:38:57 -08001606 err = -EFAULT;
1607 if (get_user(p, pages + j + chunk_start))
1608 goto out_pm;
1609 pm[j].addr = (unsigned long) p;
1610
1611 if (get_user(node, nodes + j + chunk_start))
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001612 goto out_pm;
1613
1614 err = -ENODEV;
Linus Torvalds6f5a55f2010-02-05 16:16:50 -08001615 if (node < 0 || node >= MAX_NUMNODES)
1616 goto out_pm;
1617
Lai Jiangshan389162c2012-12-12 13:51:30 -08001618 if (!node_state(node, N_MEMORY))
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001619 goto out_pm;
1620
1621 err = -EACCES;
1622 if (!node_isset(node, task_nodes))
1623 goto out_pm;
1624
Brice Goglin3140a222009-01-06 14:38:57 -08001625 pm[j].node = node;
1626 }
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001627
Brice Goglin3140a222009-01-06 14:38:57 -08001628 /* End marker for this chunk */
1629 pm[chunk_nr_pages].node = MAX_NUMNODES;
1630
1631 /* Migrate this chunk */
1632 err = do_move_page_to_node_array(mm, pm,
1633 flags & MPOL_MF_MOVE_ALL);
1634 if (err < 0)
1635 goto out_pm;
1636
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001637 /* Return status information */
Brice Goglin3140a222009-01-06 14:38:57 -08001638 for (j = 0; j < chunk_nr_pages; j++)
1639 if (put_user(pm[j].status, status + j + chunk_start)) {
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001640 err = -EFAULT;
Brice Goglin3140a222009-01-06 14:38:57 -08001641 goto out_pm;
1642 }
1643 }
1644 err = 0;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001645
1646out_pm:
Brice Goglin3140a222009-01-06 14:38:57 -08001647 free_page((unsigned long)pm);
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001648out:
1649 return err;
1650}
1651
1652/*
Brice Goglin2f007e72008-10-18 20:27:16 -07001653 * Determine the nodes of an array of pages and store it in an array of status.
Christoph Lameter742755a2006-06-23 02:03:55 -07001654 */
Brice Goglin80bba122008-12-09 13:14:23 -08001655static void do_pages_stat_array(struct mm_struct *mm, unsigned long nr_pages,
1656 const void __user **pages, int *status)
Christoph Lameter742755a2006-06-23 02:03:55 -07001657{
Brice Goglin2f007e72008-10-18 20:27:16 -07001658 unsigned long i;
Brice Goglin2f007e72008-10-18 20:27:16 -07001659
Christoph Lameter742755a2006-06-23 02:03:55 -07001660 down_read(&mm->mmap_sem);
1661
Brice Goglin2f007e72008-10-18 20:27:16 -07001662 for (i = 0; i < nr_pages; i++) {
Brice Goglin80bba122008-12-09 13:14:23 -08001663 unsigned long addr = (unsigned long)(*pages);
Christoph Lameter742755a2006-06-23 02:03:55 -07001664 struct vm_area_struct *vma;
1665 struct page *page;
KOSAKI Motohiroc095adb2008-12-16 16:06:43 +09001666 int err = -EFAULT;
Brice Goglin2f007e72008-10-18 20:27:16 -07001667
1668 vma = find_vma(mm, addr);
Gleb Natapov70384dc2010-10-26 14:22:07 -07001669 if (!vma || addr < vma->vm_start)
Christoph Lameter742755a2006-06-23 02:03:55 -07001670 goto set_status;
1671
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001672 /* FOLL_DUMP to ignore special (like zero) pages */
1673 page = follow_page(vma, addr, FOLL_DUMP);
Linus Torvalds89f5b7d2008-06-20 11:18:25 -07001674
1675 err = PTR_ERR(page);
1676 if (IS_ERR(page))
1677 goto set_status;
1678
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001679 err = page ? page_to_nid(page) : -ENOENT;
Christoph Lameter742755a2006-06-23 02:03:55 -07001680set_status:
Brice Goglin80bba122008-12-09 13:14:23 -08001681 *status = err;
1682
1683 pages++;
1684 status++;
1685 }
1686
1687 up_read(&mm->mmap_sem);
1688}
1689
1690/*
1691 * Determine the nodes of a user array of pages and store it in
1692 * a user array of status.
1693 */
1694static int do_pages_stat(struct mm_struct *mm, unsigned long nr_pages,
1695 const void __user * __user *pages,
1696 int __user *status)
1697{
1698#define DO_PAGES_STAT_CHUNK_NR 16
1699 const void __user *chunk_pages[DO_PAGES_STAT_CHUNK_NR];
1700 int chunk_status[DO_PAGES_STAT_CHUNK_NR];
Brice Goglin80bba122008-12-09 13:14:23 -08001701
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001702 while (nr_pages) {
1703 unsigned long chunk_nr;
Brice Goglin80bba122008-12-09 13:14:23 -08001704
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001705 chunk_nr = nr_pages;
1706 if (chunk_nr > DO_PAGES_STAT_CHUNK_NR)
1707 chunk_nr = DO_PAGES_STAT_CHUNK_NR;
1708
1709 if (copy_from_user(chunk_pages, pages, chunk_nr * sizeof(*chunk_pages)))
1710 break;
Brice Goglin80bba122008-12-09 13:14:23 -08001711
1712 do_pages_stat_array(mm, chunk_nr, chunk_pages, chunk_status);
1713
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001714 if (copy_to_user(status, chunk_status, chunk_nr * sizeof(*status)))
1715 break;
Christoph Lameter742755a2006-06-23 02:03:55 -07001716
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001717 pages += chunk_nr;
1718 status += chunk_nr;
1719 nr_pages -= chunk_nr;
1720 }
1721 return nr_pages ? -EFAULT : 0;
Christoph Lameter742755a2006-06-23 02:03:55 -07001722}
1723
1724/*
1725 * Move a list of pages in the address space of the currently executing
1726 * process.
1727 */
Heiko Carstens938bb9f2009-01-14 14:14:30 +01001728SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
1729 const void __user * __user *, pages,
1730 const int __user *, nodes,
1731 int __user *, status, int, flags)
Christoph Lameter742755a2006-06-23 02:03:55 -07001732{
Christoph Lameter742755a2006-06-23 02:03:55 -07001733 struct task_struct *task;
Christoph Lameter742755a2006-06-23 02:03:55 -07001734 struct mm_struct *mm;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001735 int err;
Christoph Lameter3268c632012-03-21 16:34:06 -07001736 nodemask_t task_nodes;
Christoph Lameter742755a2006-06-23 02:03:55 -07001737
1738 /* Check flags */
1739 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL))
1740 return -EINVAL;
1741
1742 if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE))
1743 return -EPERM;
1744
1745 /* Find the mm_struct */
Greg Thelena879bf52011-02-25 14:44:13 -08001746 rcu_read_lock();
Pavel Emelyanov228ebcb2007-10-18 23:40:16 -07001747 task = pid ? find_task_by_vpid(pid) : current;
Christoph Lameter742755a2006-06-23 02:03:55 -07001748 if (!task) {
Greg Thelena879bf52011-02-25 14:44:13 -08001749 rcu_read_unlock();
Christoph Lameter742755a2006-06-23 02:03:55 -07001750 return -ESRCH;
1751 }
Christoph Lameter3268c632012-03-21 16:34:06 -07001752 get_task_struct(task);
Christoph Lameter742755a2006-06-23 02:03:55 -07001753
1754 /*
1755 * Check if this process has the right to modify the specified
Linus Torvalds197e7e52017-08-20 13:26:27 -07001756 * process. Use the regular "ptrace_may_access()" checks.
Christoph Lameter742755a2006-06-23 02:03:55 -07001757 */
Linus Torvalds197e7e52017-08-20 13:26:27 -07001758 if (!ptrace_may_access(task, PTRACE_MODE_READ_REALCREDS)) {
David Howellsc69e8d92008-11-14 10:39:19 +11001759 rcu_read_unlock();
Christoph Lameter742755a2006-06-23 02:03:55 -07001760 err = -EPERM;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001761 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001762 }
David Howellsc69e8d92008-11-14 10:39:19 +11001763 rcu_read_unlock();
Christoph Lameter742755a2006-06-23 02:03:55 -07001764
David Quigley86c3a762006-06-23 02:04:02 -07001765 err = security_task_movememory(task);
1766 if (err)
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001767 goto out;
David Quigley86c3a762006-06-23 02:04:02 -07001768
Christoph Lameter3268c632012-03-21 16:34:06 -07001769 task_nodes = cpuset_mems_allowed(task);
1770 mm = get_task_mm(task);
1771 put_task_struct(task);
1772
Sasha Levin6e8b09e2012-04-25 16:01:53 -07001773 if (!mm)
1774 return -EINVAL;
1775
1776 if (nodes)
1777 err = do_pages_move(mm, task_nodes, nr_pages, pages,
1778 nodes, status, flags);
1779 else
1780 err = do_pages_stat(mm, nr_pages, pages, status);
Christoph Lameter3268c632012-03-21 16:34:06 -07001781
1782 mmput(mm);
1783 return err;
David Quigley86c3a762006-06-23 02:04:02 -07001784
Christoph Lameter742755a2006-06-23 02:03:55 -07001785out:
Christoph Lameter3268c632012-03-21 16:34:06 -07001786 put_task_struct(task);
Christoph Lameter742755a2006-06-23 02:03:55 -07001787 return err;
1788}
Christoph Lameter742755a2006-06-23 02:03:55 -07001789
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001790#ifdef CONFIG_NUMA_BALANCING
1791/*
1792 * Returns true if this is a safe migration target node for misplaced NUMA
1793 * pages. Currently it only checks the watermarks which crude
1794 */
1795static bool migrate_balanced_pgdat(struct pglist_data *pgdat,
Mel Gorman3abef4e2013-02-22 16:34:27 -08001796 unsigned long nr_migrate_pages)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001797{
1798 int z;
Mel Gorman599d0c92016-07-28 15:45:31 -07001799
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001800 for (z = pgdat->nr_zones - 1; z >= 0; z--) {
1801 struct zone *zone = pgdat->node_zones + z;
1802
1803 if (!populated_zone(zone))
1804 continue;
1805
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001806 /* Avoid waking kswapd by allocating pages_to_migrate pages. */
1807 if (!zone_watermark_ok(zone, 0,
1808 high_wmark_pages(zone) +
1809 nr_migrate_pages,
1810 0, 0))
1811 continue;
1812 return true;
1813 }
1814 return false;
1815}
1816
1817static struct page *alloc_misplaced_dst_page(struct page *page,
1818 unsigned long data,
1819 int **result)
1820{
1821 int nid = (int) data;
1822 struct page *newpage;
1823
Vlastimil Babka96db8002015-09-08 15:03:50 -07001824 newpage = __alloc_pages_node(nid,
Johannes Weinere97ca8e52014-03-10 15:49:43 -07001825 (GFP_HIGHUSER_MOVABLE |
1826 __GFP_THISNODE | __GFP_NOMEMALLOC |
1827 __GFP_NORETRY | __GFP_NOWARN) &
Mel Gorman8479eba2016-02-26 15:19:31 -08001828 ~__GFP_RECLAIM, 0);
Hillf Dantonbac03822012-11-27 14:46:24 +00001829
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001830 return newpage;
1831}
1832
1833/*
Mel Gormana8f60772012-11-14 21:41:46 +00001834 * page migration rate limiting control.
1835 * Do not migrate more than @pages_to_migrate in a @migrate_interval_millisecs
1836 * window of time. Default here says do not migrate more than 1280M per second.
1837 */
1838static unsigned int migrate_interval_millisecs __read_mostly = 100;
1839static unsigned int ratelimit_pages __read_mostly = 128 << (20 - PAGE_SHIFT);
1840
Mel Gormanb32967f2012-11-19 12:35:47 +00001841/* Returns true if the node is migrate rate-limited after the update */
Mel Gorman1c30e012014-01-21 15:50:58 -08001842static bool numamigrate_update_ratelimit(pg_data_t *pgdat,
1843 unsigned long nr_pages)
Mel Gormanb32967f2012-11-19 12:35:47 +00001844{
Mel Gormanb32967f2012-11-19 12:35:47 +00001845 /*
1846 * Rate-limit the amount of data that is being migrated to a node.
1847 * Optimal placement is no good if the memory bus is saturated and
1848 * all the time is being spent migrating!
1849 */
Mel Gormanb32967f2012-11-19 12:35:47 +00001850 if (time_after(jiffies, pgdat->numabalancing_migrate_next_window)) {
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001851 spin_lock(&pgdat->numabalancing_migrate_lock);
Mel Gormanb32967f2012-11-19 12:35:47 +00001852 pgdat->numabalancing_migrate_nr_pages = 0;
1853 pgdat->numabalancing_migrate_next_window = jiffies +
1854 msecs_to_jiffies(migrate_interval_millisecs);
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001855 spin_unlock(&pgdat->numabalancing_migrate_lock);
Mel Gormanb32967f2012-11-19 12:35:47 +00001856 }
Mel Gormanaf1839d2014-01-21 15:51:01 -08001857 if (pgdat->numabalancing_migrate_nr_pages > ratelimit_pages) {
1858 trace_mm_numa_migrate_ratelimit(current, pgdat->node_id,
1859 nr_pages);
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001860 return true;
Mel Gormanaf1839d2014-01-21 15:51:01 -08001861 }
Mel Gorman1c5e9c22014-01-21 15:50:59 -08001862
1863 /*
1864 * This is an unlocked non-atomic update so errors are possible.
1865 * The consequences are failing to migrate when we potentiall should
1866 * have which is not severe enough to warrant locking. If it is ever
1867 * a problem, it can be converted to a per-cpu counter.
1868 */
1869 pgdat->numabalancing_migrate_nr_pages += nr_pages;
1870 return false;
Mel Gormanb32967f2012-11-19 12:35:47 +00001871}
1872
Mel Gorman1c30e012014-01-21 15:50:58 -08001873static int numamigrate_isolate_page(pg_data_t *pgdat, struct page *page)
Mel Gormanb32967f2012-11-19 12:35:47 +00001874{
Hugh Dickins340ef392013-02-22 16:34:33 -08001875 int page_lru;
Mel Gormanb32967f2012-11-19 12:35:47 +00001876
Sasha Levin309381fea2014-01-23 15:52:54 -08001877 VM_BUG_ON_PAGE(compound_order(page) && !PageTransHuge(page), page);
Mel Gorman3abef4e2013-02-22 16:34:27 -08001878
Mel Gormanb32967f2012-11-19 12:35:47 +00001879 /* Avoid migrating to a node that is nearly full */
Hugh Dickins340ef392013-02-22 16:34:33 -08001880 if (!migrate_balanced_pgdat(pgdat, 1UL << compound_order(page)))
1881 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00001882
Hugh Dickins340ef392013-02-22 16:34:33 -08001883 if (isolate_lru_page(page))
1884 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00001885
1886 /*
Hugh Dickins340ef392013-02-22 16:34:33 -08001887 * migrate_misplaced_transhuge_page() skips page migration's usual
1888 * check on page_count(), so we must do it here, now that the page
1889 * has been isolated: a GUP pin, or any other pin, prevents migration.
1890 * The expected page count is 3: 1 for page's mapcount and 1 for the
1891 * caller's pin and 1 for the reference taken by isolate_lru_page().
1892 */
1893 if (PageTransHuge(page) && page_count(page) != 3) {
1894 putback_lru_page(page);
1895 return 0;
1896 }
1897
1898 page_lru = page_is_file_cache(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07001899 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON + page_lru,
Hugh Dickins340ef392013-02-22 16:34:33 -08001900 hpage_nr_pages(page));
1901
1902 /*
1903 * Isolating the page has taken another reference, so the
1904 * caller's reference can be safely dropped without the page
1905 * disappearing underneath us during migration.
Mel Gormanb32967f2012-11-19 12:35:47 +00001906 */
1907 put_page(page);
Hugh Dickins340ef392013-02-22 16:34:33 -08001908 return 1;
Mel Gormanb32967f2012-11-19 12:35:47 +00001909}
1910
Mel Gormande466bd2013-12-18 17:08:42 -08001911bool pmd_trans_migrating(pmd_t pmd)
1912{
1913 struct page *page = pmd_page(pmd);
1914 return PageLocked(page);
1915}
1916
Mel Gormana8f60772012-11-14 21:41:46 +00001917/*
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001918 * Attempt to migrate a misplaced page to the specified destination
1919 * node. Caller is expected to have an elevated reference count on
1920 * the page that will be dropped by this function before returning.
1921 */
Mel Gorman1bc115d2013-10-07 11:29:05 +01001922int migrate_misplaced_page(struct page *page, struct vm_area_struct *vma,
1923 int node)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001924{
Mel Gormana8f60772012-11-14 21:41:46 +00001925 pg_data_t *pgdat = NODE_DATA(node);
Hugh Dickins340ef392013-02-22 16:34:33 -08001926 int isolated;
Mel Gormanb32967f2012-11-19 12:35:47 +00001927 int nr_remaining;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001928 LIST_HEAD(migratepages);
1929
1930 /*
Mel Gorman1bc115d2013-10-07 11:29:05 +01001931 * Don't migrate file pages that are mapped in multiple processes
1932 * with execute permissions as they are probably shared libraries.
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001933 */
Mel Gorman1bc115d2013-10-07 11:29:05 +01001934 if (page_mapcount(page) != 1 && page_is_file_cache(page) &&
1935 (vma->vm_flags & VM_EXEC))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001936 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001937
Mel Gormana8f60772012-11-14 21:41:46 +00001938 /*
1939 * Rate-limit the amount of data that is being migrated to a node.
1940 * Optimal placement is no good if the memory bus is saturated and
1941 * all the time is being spent migrating!
1942 */
Hugh Dickins340ef392013-02-22 16:34:33 -08001943 if (numamigrate_update_ratelimit(pgdat, 1))
Mel Gormana8f60772012-11-14 21:41:46 +00001944 goto out;
Mel Gormana8f60772012-11-14 21:41:46 +00001945
Mel Gormanb32967f2012-11-19 12:35:47 +00001946 isolated = numamigrate_isolate_page(pgdat, page);
1947 if (!isolated)
1948 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001949
Mel Gormanb32967f2012-11-19 12:35:47 +00001950 list_add(&page->lru, &migratepages);
Hugh Dickins9c620e22013-02-22 16:35:14 -08001951 nr_remaining = migrate_pages(&migratepages, alloc_misplaced_dst_page,
David Rientjes68711a72014-06-04 16:08:25 -07001952 NULL, node, MIGRATE_ASYNC,
1953 MR_NUMA_MISPLACED);
Mel Gormanb32967f2012-11-19 12:35:47 +00001954 if (nr_remaining) {
Joonsoo Kim59c82b72014-01-21 15:51:17 -08001955 if (!list_empty(&migratepages)) {
1956 list_del(&page->lru);
Mel Gorman599d0c92016-07-28 15:45:31 -07001957 dec_node_page_state(page, NR_ISOLATED_ANON +
Joonsoo Kim59c82b72014-01-21 15:51:17 -08001958 page_is_file_cache(page));
1959 putback_lru_page(page);
1960 }
Mel Gormanb32967f2012-11-19 12:35:47 +00001961 isolated = 0;
1962 } else
1963 count_vm_numa_event(NUMA_PAGE_MIGRATE);
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001964 BUG_ON(!list_empty(&migratepages));
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001965 return isolated;
Hugh Dickins340ef392013-02-22 16:34:33 -08001966
1967out:
1968 put_page(page);
1969 return 0;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001970}
Mel Gorman220018d2012-12-05 09:32:56 +00001971#endif /* CONFIG_NUMA_BALANCING */
Mel Gormanb32967f2012-11-19 12:35:47 +00001972
Mel Gorman220018d2012-12-05 09:32:56 +00001973#if defined(CONFIG_NUMA_BALANCING) && defined(CONFIG_TRANSPARENT_HUGEPAGE)
Hugh Dickins340ef392013-02-22 16:34:33 -08001974/*
1975 * Migrates a THP to a given target node. page must be locked and is unlocked
1976 * before returning.
1977 */
Mel Gormanb32967f2012-11-19 12:35:47 +00001978int migrate_misplaced_transhuge_page(struct mm_struct *mm,
1979 struct vm_area_struct *vma,
1980 pmd_t *pmd, pmd_t entry,
1981 unsigned long address,
1982 struct page *page, int node)
1983{
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08001984 spinlock_t *ptl;
Mel Gormanb32967f2012-11-19 12:35:47 +00001985 pg_data_t *pgdat = NODE_DATA(node);
1986 int isolated = 0;
1987 struct page *new_page = NULL;
Mel Gormanb32967f2012-11-19 12:35:47 +00001988 int page_lru = page_is_file_cache(page);
Mel Gormanf714f4f2013-12-18 17:08:33 -08001989 unsigned long mmun_start = address & HPAGE_PMD_MASK;
1990 unsigned long mmun_end = mmun_start + HPAGE_PMD_SIZE;
Mel Gormanb32967f2012-11-19 12:35:47 +00001991
1992 /*
Mel Gormanb32967f2012-11-19 12:35:47 +00001993 * Rate-limit the amount of data that is being migrated to a node.
1994 * Optimal placement is no good if the memory bus is saturated and
1995 * all the time is being spent migrating!
1996 */
Mel Gormand28d43352012-11-29 09:24:36 +00001997 if (numamigrate_update_ratelimit(pgdat, HPAGE_PMD_NR))
Mel Gormanb32967f2012-11-19 12:35:47 +00001998 goto out_dropref;
1999
2000 new_page = alloc_pages_node(node,
Vlastimil Babka25160352016-07-28 15:49:25 -07002001 (GFP_TRANSHUGE_LIGHT | __GFP_THISNODE),
Johannes Weinere97ca8e52014-03-10 15:49:43 -07002002 HPAGE_PMD_ORDER);
Hugh Dickins340ef392013-02-22 16:34:33 -08002003 if (!new_page)
2004 goto out_fail;
Kirill A. Shutemov9a982252016-01-15 16:54:17 -08002005 prep_transhuge_page(new_page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002006
Mel Gormanb32967f2012-11-19 12:35:47 +00002007 isolated = numamigrate_isolate_page(pgdat, page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002008 if (!isolated) {
Mel Gormanb32967f2012-11-19 12:35:47 +00002009 put_page(new_page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002010 goto out_fail;
Mel Gormanb32967f2012-11-19 12:35:47 +00002011 }
Mel Gormanb0943d62013-12-18 17:08:46 -08002012
Mel Gormanb32967f2012-11-19 12:35:47 +00002013 /* Prepare a page as a migration target */
Kirill A. Shutemov48c935a2016-01-15 16:51:24 -08002014 __SetPageLocked(new_page);
Shaohua Lid44d3632017-05-03 14:52:26 -07002015 if (PageSwapBacked(page))
2016 __SetPageSwapBacked(new_page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002017
2018 /* anon mapping, we can simply copy page->mapping to the new page: */
2019 new_page->mapping = page->mapping;
2020 new_page->index = page->index;
2021 migrate_page_copy(new_page, page);
2022 WARN_ON(PageLRU(new_page));
2023
2024 /* Recheck the target PMD */
Mel Gormanf714f4f2013-12-18 17:08:33 -08002025 mmu_notifier_invalidate_range_start(mm, mmun_start, mmun_end);
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002026 ptl = pmd_lock(mm, pmd);
Will Deaconf4e177d2017-07-10 15:48:31 -07002027 if (unlikely(!pmd_same(*pmd, entry) || !page_ref_freeze(page, 2))) {
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002028 spin_unlock(ptl);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002029 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Mel Gormanb32967f2012-11-19 12:35:47 +00002030
2031 /* Reverse changes made by migrate_page_copy() */
2032 if (TestClearPageActive(new_page))
2033 SetPageActive(page);
2034 if (TestClearPageUnevictable(new_page))
2035 SetPageUnevictable(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002036
2037 unlock_page(new_page);
2038 put_page(new_page); /* Free it */
2039
Mel Gormana54a4072013-10-07 11:28:46 +01002040 /* Retake the callers reference and putback on LRU */
2041 get_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002042 putback_lru_page(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07002043 mod_node_page_state(page_pgdat(page),
Mel Gormana54a4072013-10-07 11:28:46 +01002044 NR_ISOLATED_ANON + page_lru, -HPAGE_PMD_NR);
Mel Gormaneb4489f62013-12-18 17:08:39 -08002045
2046 goto out_unlock;
Mel Gormanb32967f2012-11-19 12:35:47 +00002047 }
2048
Kirill A. Shutemov10102452016-07-26 15:25:29 -07002049 entry = mk_huge_pmd(new_page, vma->vm_page_prot);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002050 entry = maybe_pmd_mkwrite(pmd_mkdirty(entry), vma);
Mel Gormanb32967f2012-11-19 12:35:47 +00002051
Mel Gorman2b4847e2013-12-18 17:08:32 -08002052 /*
2053 * Clear the old entry under pagetable lock and establish the new PTE.
2054 * Any parallel GUP will either observe the old page blocking on the
2055 * page lock, block on the page table lock or observe the new page.
2056 * The SetPageUptodate on the new page and page_add_new_anon_rmap
2057 * guarantee the copy is visible before the pagetable update.
2058 */
Mel Gormanf714f4f2013-12-18 17:08:33 -08002059 flush_cache_range(vma, mmun_start, mmun_end);
Kirill A. Shutemovd281ee62016-01-15 16:52:16 -08002060 page_add_anon_rmap(new_page, vma, mmun_start, true);
Aneesh Kumar K.V8809aa22015-06-24 16:57:44 -07002061 pmdp_huge_clear_flush_notify(vma, mmun_start, pmd);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002062 set_pmd_at(mm, mmun_start, pmd, entry);
Stephen Rothwellce4a9cc2012-12-10 19:50:57 +11002063 update_mmu_cache_pmd(vma, address, &entry);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002064
Will Deaconf4e177d2017-07-10 15:48:31 -07002065 page_ref_unfreeze(page, 2);
Hugh Dickins51afb122015-11-05 18:49:37 -08002066 mlock_migrate_page(new_page, page);
Kirill A. Shutemovd281ee62016-01-15 16:52:16 -08002067 page_remove_rmap(page, true);
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07002068 set_page_owner_migrate_reason(new_page, MR_NUMA_MISPLACED);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002069
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002070 spin_unlock(ptl);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002071 mmu_notifier_invalidate_range_end(mm, mmun_start, mmun_end);
Mel Gormanb32967f2012-11-19 12:35:47 +00002072
Mel Gorman11de9922014-06-04 16:07:41 -07002073 /* Take an "isolate" reference and put new page on the LRU. */
2074 get_page(new_page);
2075 putback_lru_page(new_page);
2076
Mel Gormanb32967f2012-11-19 12:35:47 +00002077 unlock_page(new_page);
2078 unlock_page(page);
2079 put_page(page); /* Drop the rmap reference */
2080 put_page(page); /* Drop the LRU isolation reference */
2081
2082 count_vm_events(PGMIGRATE_SUCCESS, HPAGE_PMD_NR);
2083 count_vm_numa_events(NUMA_PAGE_MIGRATE, HPAGE_PMD_NR);
2084
Mel Gorman599d0c92016-07-28 15:45:31 -07002085 mod_node_page_state(page_pgdat(page),
Mel Gormanb32967f2012-11-19 12:35:47 +00002086 NR_ISOLATED_ANON + page_lru,
2087 -HPAGE_PMD_NR);
2088 return isolated;
2089
Hugh Dickins340ef392013-02-22 16:34:33 -08002090out_fail:
2091 count_vm_events(PGMIGRATE_FAIL, HPAGE_PMD_NR);
Mel Gormanb32967f2012-11-19 12:35:47 +00002092out_dropref:
Mel Gorman2b4847e2013-12-18 17:08:32 -08002093 ptl = pmd_lock(mm, pmd);
2094 if (pmd_same(*pmd, entry)) {
Mel Gorman4d942462015-02-12 14:58:28 -08002095 entry = pmd_modify(entry, vma->vm_page_prot);
Mel Gormanf714f4f2013-12-18 17:08:33 -08002096 set_pmd_at(mm, mmun_start, pmd, entry);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002097 update_mmu_cache_pmd(vma, address, &entry);
2098 }
2099 spin_unlock(ptl);
Mel Gormana54a4072013-10-07 11:28:46 +01002100
Mel Gormaneb4489f62013-12-18 17:08:39 -08002101out_unlock:
Hugh Dickins340ef392013-02-22 16:34:33 -08002102 unlock_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002103 put_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002104 return 0;
2105}
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002106#endif /* CONFIG_NUMA_BALANCING */
2107
2108#endif /* CONFIG_NUMA */