blob: dae16f67083e3c1afaf3d4bfe69a92c9881288f5 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Christoph Lameterb20a3502006-03-22 00:09:12 -08002/*
Hugh Dickins14e0f9b2015-11-05 18:49:43 -08003 * Memory Migration functionality - linux/mm/migrate.c
Christoph Lameterb20a3502006-03-22 00:09:12 -08004 *
5 * Copyright (C) 2006 Silicon Graphics, Inc., Christoph Lameter
6 *
7 * Page migration was first developed in the context of the memory hotplug
8 * project. The main authors of the migration code are:
9 *
10 * IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
11 * Hirokazu Takahashi <taka@valinux.co.jp>
12 * Dave Hansen <haveblue@us.ibm.com>
Christoph Lametercde53532008-07-04 09:59:22 -070013 * Christoph Lameter
Christoph Lameterb20a3502006-03-22 00:09:12 -080014 */
15
16#include <linux/migrate.h>
Paul Gortmakerb95f1b312011-10-16 02:01:52 -040017#include <linux/export.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080018#include <linux/swap.h>
Christoph Lameter06972122006-06-23 02:03:35 -070019#include <linux/swapops.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080020#include <linux/pagemap.h>
Christoph Lametere23ca002006-04-10 22:52:57 -070021#include <linux/buffer_head.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080022#include <linux/mm_inline.h>
Pavel Emelyanovb4888932007-10-18 23:40:14 -070023#include <linux/nsproxy.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080024#include <linux/pagevec.h>
Hugh Dickinse9995ef2009-12-14 17:59:31 -080025#include <linux/ksm.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080026#include <linux/rmap.h>
27#include <linux/topology.h>
28#include <linux/cpu.h>
29#include <linux/cpuset.h>
Christoph Lameter04e62a22006-06-23 02:03:38 -070030#include <linux/writeback.h>
Christoph Lameter742755a2006-06-23 02:03:55 -070031#include <linux/mempolicy.h>
32#include <linux/vmalloc.h>
David Quigley86c3a762006-06-23 02:04:02 -070033#include <linux/security.h>
Hugh Dickins42cb14b2015-11-05 18:50:05 -080034#include <linux/backing-dev.h>
Minchan Kimbda807d2016-07-26 15:23:05 -070035#include <linux/compaction.h>
Adrian Bunk4f5ca262008-07-23 21:27:02 -070036#include <linux/syscalls.h>
Dominik Brodowski7addf442018-03-17 16:08:03 +010037#include <linux/compat.h>
Naoya Horiguchi290408d2010-09-08 10:19:35 +090038#include <linux/hugetlb.h>
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -070039#include <linux/hugetlb_cgroup.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090040#include <linux/gfp.h>
Christoph Hellwiga5201102019-08-28 16:19:53 +020041#include <linux/pagewalk.h>
Jérôme Glissedf6ad692017-09-08 16:12:24 -070042#include <linux/pfn_t.h>
Jérôme Glissea5430dd2017-09-08 16:12:17 -070043#include <linux/memremap.h>
Jérôme Glisse8315ada2017-09-08 16:12:21 -070044#include <linux/userfaultfd_k.h>
Rafael Aquinibf6bddf12012-12-11 16:02:42 -080045#include <linux/balloon_compaction.h>
Mel Gormanf714f4f2013-12-18 17:08:33 -080046#include <linux/mmu_notifier.h>
Vladimir Davydov33c3fc72015-09-09 15:35:45 -070047#include <linux/page_idle.h>
Vlastimil Babkad435edc2016-03-15 14:56:15 -070048#include <linux/page_owner.h>
Ingo Molnar6e84f312017-02-08 18:51:29 +010049#include <linux/sched/mm.h>
Linus Torvalds197e7e52017-08-20 13:26:27 -070050#include <linux/ptrace.h>
Ralph Campbell34290e22020-01-30 22:14:44 -080051#include <linux/oom.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080052
Michal Nazarewicz0d1836c2010-12-21 17:24:26 -080053#include <asm/tlbflush.h>
54
Mel Gorman7b2a2d42012-10-19 14:07:31 +010055#define CREATE_TRACE_POINTS
56#include <trace/events/migrate.h>
57
Christoph Lameterb20a3502006-03-22 00:09:12 -080058#include "internal.h"
59
Yisheng Xie9e5bcd62017-02-24 14:57:29 -080060int isolate_movable_page(struct page *page, isolate_mode_t mode)
Minchan Kimbda807d2016-07-26 15:23:05 -070061{
62 struct address_space *mapping;
63
64 /*
65 * Avoid burning cycles with pages that are yet under __free_pages(),
66 * or just got freed under us.
67 *
68 * In case we 'win' a race for a movable page being freed under us and
69 * raise its refcount preventing __free_pages() from doing its job
70 * the put_page() at the end of this block will take care of
71 * release this page, thus avoiding a nasty leakage.
72 */
73 if (unlikely(!get_page_unless_zero(page)))
74 goto out;
75
76 /*
77 * Check PageMovable before holding a PG_lock because page's owner
78 * assumes anybody doesn't touch PG_lock of newly allocated page
Wei Yang8bb4e7a2019-03-05 15:46:22 -080079 * so unconditionally grabbing the lock ruins page's owner side.
Minchan Kimbda807d2016-07-26 15:23:05 -070080 */
81 if (unlikely(!__PageMovable(page)))
82 goto out_putpage;
83 /*
84 * As movable pages are not isolated from LRU lists, concurrent
85 * compaction threads can race against page migration functions
86 * as well as race against the releasing a page.
87 *
88 * In order to avoid having an already isolated movable page
89 * being (wrongly) re-isolated while it is under migration,
90 * or to avoid attempting to isolate pages being released,
91 * lets be sure we have the page lock
92 * before proceeding with the movable page isolation steps.
93 */
94 if (unlikely(!trylock_page(page)))
95 goto out_putpage;
96
97 if (!PageMovable(page) || PageIsolated(page))
98 goto out_no_isolated;
99
100 mapping = page_mapping(page);
101 VM_BUG_ON_PAGE(!mapping, page);
102
103 if (!mapping->a_ops->isolate_page(page, mode))
104 goto out_no_isolated;
105
106 /* Driver shouldn't use PG_isolated bit of page->flags */
107 WARN_ON_ONCE(PageIsolated(page));
108 __SetPageIsolated(page);
109 unlock_page(page);
110
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800111 return 0;
Minchan Kimbda807d2016-07-26 15:23:05 -0700112
113out_no_isolated:
114 unlock_page(page);
115out_putpage:
116 put_page(page);
117out:
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800118 return -EBUSY;
Minchan Kimbda807d2016-07-26 15:23:05 -0700119}
120
121/* It should be called on page which is PG_movable */
122void putback_movable_page(struct page *page)
123{
124 struct address_space *mapping;
125
126 VM_BUG_ON_PAGE(!PageLocked(page), page);
127 VM_BUG_ON_PAGE(!PageMovable(page), page);
128 VM_BUG_ON_PAGE(!PageIsolated(page), page);
129
130 mapping = page_mapping(page);
131 mapping->a_ops->putback_page(page);
132 __ClearPageIsolated(page);
133}
134
Christoph Lameterb20a3502006-03-22 00:09:12 -0800135/*
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800136 * Put previously isolated pages back onto the appropriate lists
137 * from where they were once taken off for compaction/migration.
138 *
Joonsoo Kim59c82b72014-01-21 15:51:17 -0800139 * This function shall be used whenever the isolated pageset has been
140 * built from lru, balloon, hugetlbfs page. See isolate_migratepages_range()
141 * and isolate_huge_page().
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800142 */
143void putback_movable_pages(struct list_head *l)
144{
145 struct page *page;
146 struct page *page2;
147
148 list_for_each_entry_safe(page, page2, l, lru) {
Naoya Horiguchi31caf662013-09-11 14:21:59 -0700149 if (unlikely(PageHuge(page))) {
150 putback_active_hugepage(page);
151 continue;
152 }
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800153 list_del(&page->lru);
Minchan Kimbda807d2016-07-26 15:23:05 -0700154 /*
155 * We isolated non-lru movable page so here we can use
156 * __PageMovable because LRU page's mapping cannot have
157 * PAGE_MAPPING_MOVABLE.
158 */
Minchan Kimb1123ea62016-07-26 15:23:09 -0700159 if (unlikely(__PageMovable(page))) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700160 VM_BUG_ON_PAGE(!PageIsolated(page), page);
161 lock_page(page);
162 if (PageMovable(page))
163 putback_movable_page(page);
164 else
165 __ClearPageIsolated(page);
166 unlock_page(page);
167 put_page(page);
168 } else {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -0700169 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700170 page_is_file_lru(page), -thp_nr_pages(page));
Rabin Vincentfc280fe2017-04-20 14:37:46 -0700171 putback_lru_page(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700172 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800173 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800174}
Charan Teja Reddy8cd9aa92021-02-16 13:59:45 +0530175EXPORT_SYMBOL_GPL(putback_movable_pages);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800176
Christoph Lameter06972122006-06-23 02:03:35 -0700177/*
178 * Restore a potential migration pte to a working pte entry
179 */
Minchan Kime4b82222017-05-03 14:54:27 -0700180static bool remove_migration_pte(struct page *page, struct vm_area_struct *vma,
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800181 unsigned long addr, void *old)
Christoph Lameter06972122006-06-23 02:03:35 -0700182{
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800183 struct page_vma_mapped_walk pvmw = {
184 .page = old,
185 .vma = vma,
186 .address = addr,
187 .flags = PVMW_SYNC | PVMW_MIGRATION,
188 };
189 struct page *new;
190 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700191 swp_entry_t entry;
Christoph Lameter06972122006-06-23 02:03:35 -0700192
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800193 VM_BUG_ON_PAGE(PageTail(page), page);
194 while (page_vma_mapped_walk(&pvmw)) {
Naoya Horiguchi4b0ece62017-03-31 15:11:44 -0700195 if (PageKsm(page))
196 new = page;
197 else
198 new = page - pvmw.page->index +
199 linear_page_index(vma, pvmw.address);
Christoph Lameter06972122006-06-23 02:03:35 -0700200
Zi Yan616b8372017-09-08 16:10:57 -0700201#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
202 /* PMD-mapped THP migration entry */
203 if (!pvmw.pte) {
204 VM_BUG_ON_PAGE(PageHuge(page) || !PageTransCompound(page), page);
205 remove_migration_pmd(&pvmw, new);
206 continue;
207 }
208#endif
209
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800210 get_page(new);
211 pte = pte_mkold(mk_pte(new, READ_ONCE(vma->vm_page_prot)));
212 if (pte_swp_soft_dirty(*pvmw.pte))
213 pte = pte_mksoft_dirty(pte);
Christoph Lameter06972122006-06-23 02:03:35 -0700214
Hugh Dickins486cf462011-10-19 12:50:35 -0700215 /*
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800216 * Recheck VMA as permissions can change since migration started
Hugh Dickins486cf462011-10-19 12:50:35 -0700217 */
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800218 entry = pte_to_swp_entry(*pvmw.pte);
219 if (is_write_migration_entry(entry))
Laurent Dufour32507b62018-04-17 16:33:18 +0200220 pte = maybe_mkwrite(pte, vma->vm_flags);
Peter Xuf45ec5f2020-04-06 20:06:01 -0700221 else if (pte_swp_uffd_wp(*pvmw.pte))
222 pte = pte_mkuffd_wp(pte);
Mel Gormand3cb8bf2014-10-02 19:47:41 +0100223
Ralph Campbell61287632020-09-04 16:36:04 -0700224 if (unlikely(is_device_private_page(new))) {
225 entry = make_device_private_entry(new, pte_write(pte));
226 pte = swp_entry_to_pte(entry);
Ralph Campbell3d321bf82020-09-04 16:36:07 -0700227 if (pte_swp_soft_dirty(*pvmw.pte))
228 pte = pte_swp_mksoft_dirty(pte);
Ralph Campbell61287632020-09-04 16:36:04 -0700229 if (pte_swp_uffd_wp(*pvmw.pte))
230 pte = pte_swp_mkuffd_wp(pte);
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700231 }
Jérôme Glissea5430dd2017-09-08 16:12:17 -0700232
Andi Kleen3ef8fd72010-10-11 16:03:21 +0200233#ifdef CONFIG_HUGETLB_PAGE
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800234 if (PageHuge(new)) {
235 pte = pte_mkhuge(pte);
236 pte = arch_make_huge_pte(pte, vma, new, 0);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700237 set_huge_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800238 if (PageAnon(new))
239 hugepage_add_anon_rmap(new, vma, pvmw.address);
240 else
241 page_dup_rmap(new, true);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700242 } else
243#endif
244 {
245 set_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700246
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700247 if (PageAnon(new))
248 page_add_anon_rmap(new, vma, pvmw.address, false);
249 else
250 page_add_file_rmap(new, false);
251 }
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800252 if (vma->vm_flags & VM_LOCKED && !PageTransCompound(new))
253 mlock_vma_page(new);
Hugh Dickins51afb122015-11-05 18:49:37 -0800254
Kirill A. Shutemove125fe42018-10-05 15:51:41 -0700255 if (PageTransHuge(page) && PageMlocked(page))
256 clear_page_mlock(page);
257
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800258 /* No need to invalidate - it was non-present before */
259 update_mmu_cache(vma, pvmw.address, pvmw.pte);
260 }
261
Minchan Kime4b82222017-05-03 14:54:27 -0700262 return true;
Christoph Lameter06972122006-06-23 02:03:35 -0700263}
264
265/*
Christoph Lameter04e62a22006-06-23 02:03:38 -0700266 * Get rid of all migration entries and replace them by
267 * references to the indicated page.
268 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700269void remove_migration_ptes(struct page *old, struct page *new, bool locked)
Christoph Lameter04e62a22006-06-23 02:03:38 -0700270{
Joonsoo Kim051ac832014-01-21 15:49:48 -0800271 struct rmap_walk_control rwc = {
272 .rmap_one = remove_migration_pte,
273 .arg = old,
274 };
275
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700276 if (locked)
277 rmap_walk_locked(new, &rwc);
278 else
279 rmap_walk(new, &rwc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700280}
281
282/*
Christoph Lameter06972122006-06-23 02:03:35 -0700283 * Something used the pte of a page under migration. We need to
284 * get to the page and wait until migration is finished.
285 * When we return from this function the fault will be retried.
Christoph Lameter06972122006-06-23 02:03:35 -0700286 */
Naoya Horiguchie66f17f2015-02-11 15:25:22 -0800287void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep,
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700288 spinlock_t *ptl)
Christoph Lameter06972122006-06-23 02:03:35 -0700289{
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700290 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700291 swp_entry_t entry;
292 struct page *page;
293
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700294 spin_lock(ptl);
Christoph Lameter06972122006-06-23 02:03:35 -0700295 pte = *ptep;
296 if (!is_swap_pte(pte))
297 goto out;
298
299 entry = pte_to_swp_entry(pte);
300 if (!is_migration_entry(entry))
301 goto out;
302
303 page = migration_entry_to_page(entry);
304
Nick Piggine2867812008-07-25 19:45:30 -0700305 /*
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500306 * Once page cache replacement of page migration started, page_count
Hugh Dickins9a1ea432018-12-28 00:36:14 -0800307 * is zero; but we must not call put_and_wait_on_page_locked() without
308 * a ref. Use get_page_unless_zero(), and just fault again if it fails.
Nick Piggine2867812008-07-25 19:45:30 -0700309 */
310 if (!get_page_unless_zero(page))
311 goto out;
Christoph Lameter06972122006-06-23 02:03:35 -0700312 pte_unmap_unlock(ptep, ptl);
Hugh Dickins9a1ea432018-12-28 00:36:14 -0800313 put_and_wait_on_page_locked(page);
Christoph Lameter06972122006-06-23 02:03:35 -0700314 return;
315out:
316 pte_unmap_unlock(ptep, ptl);
317}
318
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700319void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd,
320 unsigned long address)
321{
322 spinlock_t *ptl = pte_lockptr(mm, pmd);
323 pte_t *ptep = pte_offset_map(pmd, address);
324 __migration_entry_wait(mm, ptep, ptl);
325}
326
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800327void migration_entry_wait_huge(struct vm_area_struct *vma,
328 struct mm_struct *mm, pte_t *pte)
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700329{
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800330 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte);
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700331 __migration_entry_wait(mm, pte, ptl);
332}
333
Zi Yan616b8372017-09-08 16:10:57 -0700334#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
335void pmd_migration_entry_wait(struct mm_struct *mm, pmd_t *pmd)
336{
337 spinlock_t *ptl;
338 struct page *page;
339
340 ptl = pmd_lock(mm, pmd);
341 if (!is_pmd_migration_entry(*pmd))
342 goto unlock;
343 page = migration_entry_to_page(pmd_to_swp_entry(*pmd));
344 if (!get_page_unless_zero(page))
345 goto unlock;
346 spin_unlock(ptl);
Hugh Dickins9a1ea432018-12-28 00:36:14 -0800347 put_and_wait_on_page_locked(page);
Zi Yan616b8372017-09-08 16:10:57 -0700348 return;
349unlock:
350 spin_unlock(ptl);
351}
352#endif
353
Jan Karaf9004822019-03-05 15:48:46 -0800354static int expected_page_refs(struct address_space *mapping, struct page *page)
Jan Kara0b3901b2018-12-28 00:39:01 -0800355{
356 int expected_count = 1;
357
358 /*
Ralph Campbellf1f4f3a2020-10-13 16:58:42 -0700359 * Device private pages have an extra refcount as they are
Jan Kara0b3901b2018-12-28 00:39:01 -0800360 * ZONE_DEVICE pages.
361 */
362 expected_count += is_device_private_page(page);
Jan Karaf9004822019-03-05 15:48:46 -0800363 if (mapping)
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700364 expected_count += thp_nr_pages(page) + page_has_private(page);
Jan Kara0b3901b2018-12-28 00:39:01 -0800365
366 return expected_count;
367}
368
Christoph Lameterb20a3502006-03-22 00:09:12 -0800369/*
Christoph Lameterc3fcf8a2006-06-23 02:03:32 -0700370 * Replace the page in the mapping.
Christoph Lameter5b5c7122006-06-23 02:03:29 -0700371 *
372 * The number of remaining references must be:
373 * 1 for anonymous pages without a mapping
374 * 2 for pages with a mapping
David Howells266cf652009-04-03 16:42:36 +0100375 * 3 for pages with a mapping and PagePrivate/PagePrivate2 set.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800376 */
Gu Zheng36bc08c2013-07-16 17:56:16 +0800377int migrate_page_move_mapping(struct address_space *mapping,
Keith Busch37109692019-07-18 15:58:46 -0700378 struct page *newpage, struct page *page, int extra_count)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800379{
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500380 XA_STATE(xas, &mapping->i_pages, page_index(page));
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800381 struct zone *oldzone, *newzone;
382 int dirty;
Jan Karaf9004822019-03-05 15:48:46 -0800383 int expected_count = expected_page_refs(mapping, page) + extra_count;
Shakeel Butt371f3fb2021-01-23 21:01:15 -0800384 int nr = thp_nr_pages(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -0700385
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700386 if (!mapping) {
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700387 /* Anonymous page without mapping */
Benjamin LaHaise8e321fe2013-12-21 17:56:08 -0500388 if (page_count(page) != expected_count)
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700389 return -EAGAIN;
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800390
391 /* No turning back from here */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800392 newpage->index = page->index;
393 newpage->mapping = page->mapping;
394 if (PageSwapBacked(page))
Hugh Dickinsfa9949d2016-05-19 17:12:41 -0700395 __SetPageSwapBacked(newpage);
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800396
Rafael Aquini78bd5202012-12-11 16:02:31 -0800397 return MIGRATEPAGE_SUCCESS;
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700398 }
399
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800400 oldzone = page_zone(page);
401 newzone = page_zone(newpage);
402
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500403 xas_lock_irq(&xas);
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500404 if (page_count(page) != expected_count || xas_load(&xas) != page) {
405 xas_unlock_irq(&xas);
Christoph Lametere23ca002006-04-10 22:52:57 -0700406 return -EAGAIN;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800407 }
408
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700409 if (!page_ref_freeze(page, expected_count)) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500410 xas_unlock_irq(&xas);
Nick Piggine2867812008-07-25 19:45:30 -0700411 return -EAGAIN;
412 }
413
Christoph Lameterb20a3502006-03-22 00:09:12 -0800414 /*
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800415 * Now we know that no one else is looking at the page:
416 * no turning back from here.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800417 */
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800418 newpage->index = page->index;
419 newpage->mapping = page->mapping;
Shakeel Butt371f3fb2021-01-23 21:01:15 -0800420 page_ref_add(newpage, nr); /* add cache reference */
Nicholas Piggin6326fec2016-12-25 13:00:29 +1000421 if (PageSwapBacked(page)) {
422 __SetPageSwapBacked(newpage);
423 if (PageSwapCache(page)) {
424 SetPageSwapCache(newpage);
425 set_page_private(newpage, page_private(page));
426 }
427 } else {
428 VM_BUG_ON_PAGE(PageSwapCache(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800429 }
430
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800431 /* Move dirty while page refs frozen and newpage not yet exposed */
432 dirty = PageDirty(page);
433 if (dirty) {
434 ClearPageDirty(page);
435 SetPageDirty(newpage);
436 }
437
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500438 xas_store(&xas, newpage);
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700439 if (PageTransHuge(page)) {
440 int i;
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700441
Shakeel Butt371f3fb2021-01-23 21:01:15 -0800442 for (i = 1; i < nr; i++) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500443 xas_next(&xas);
Matthew Wilcox (Oracle)41011962019-09-23 15:34:52 -0700444 xas_store(&xas, newpage);
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700445 }
Naoya Horiguchie71769a2018-04-20 14:55:45 -0700446 }
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800447
448 /*
Jacobo Giralt937a94c2012-01-10 15:07:11 -0800449 * Drop cache reference from old page by unfreezing
450 * to one less reference.
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800451 * We know this isn't the last reference.
452 */
Shakeel Butt371f3fb2021-01-23 21:01:15 -0800453 page_ref_unfreeze(page, expected_count - nr);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800454
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500455 xas_unlock(&xas);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800456 /* Leave irq disabled to prevent preemption while updating stats */
457
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700458 /*
459 * If moved to a different zone then also account
460 * the page for that zone. Other VM counters will be
461 * taken care of when we establish references to the
462 * new page and drop references to the old page.
463 *
464 * Note that anonymous pages are accounted for
Mel Gorman4b9d0fa2016-07-28 15:46:17 -0700465 * via NR_FILE_PAGES and NR_ANON_MAPPED if they
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700466 * are mapped to swap space.
467 */
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800468 if (newzone != oldzone) {
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700469 struct lruvec *old_lruvec, *new_lruvec;
470 struct mem_cgroup *memcg;
471
472 memcg = page_memcg(page);
473 old_lruvec = mem_cgroup_lruvec(memcg, oldzone->zone_pgdat);
474 new_lruvec = mem_cgroup_lruvec(memcg, newzone->zone_pgdat);
475
Shakeel Butt371f3fb2021-01-23 21:01:15 -0800476 __mod_lruvec_state(old_lruvec, NR_FILE_PAGES, -nr);
477 __mod_lruvec_state(new_lruvec, NR_FILE_PAGES, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800478 if (PageSwapBacked(page) && !PageSwapCache(page)) {
Shakeel Butt371f3fb2021-01-23 21:01:15 -0800479 __mod_lruvec_state(old_lruvec, NR_SHMEM, -nr);
480 __mod_lruvec_state(new_lruvec, NR_SHMEM, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800481 }
Christoph Hellwigf56753a2020-09-24 08:51:40 +0200482 if (dirty && mapping_can_writeback(mapping)) {
Shakeel Butt371f3fb2021-01-23 21:01:15 -0800483 __mod_lruvec_state(old_lruvec, NR_FILE_DIRTY, -nr);
484 __mod_zone_page_state(oldzone, NR_ZONE_WRITE_PENDING, -nr);
485 __mod_lruvec_state(new_lruvec, NR_FILE_DIRTY, nr);
486 __mod_zone_page_state(newzone, NR_ZONE_WRITE_PENDING, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800487 }
KOSAKI Motohiro4b021082009-09-21 17:01:33 -0700488 }
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800489 local_irq_enable();
Christoph Lameterb20a3502006-03-22 00:09:12 -0800490
Rafael Aquini78bd5202012-12-11 16:02:31 -0800491 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800492}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200493EXPORT_SYMBOL(migrate_page_move_mapping);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800494
495/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900496 * The expected number of remaining references is the same as that
497 * of migrate_page_move_mapping().
498 */
499int migrate_huge_page_move_mapping(struct address_space *mapping,
500 struct page *newpage, struct page *page)
501{
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500502 XA_STATE(xas, &mapping->i_pages, page_index(page));
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900503 int expected_count;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900504
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500505 xas_lock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900506 expected_count = 2 + page_has_private(page);
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500507 if (page_count(page) != expected_count || xas_load(&xas) != page) {
508 xas_unlock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900509 return -EAGAIN;
510 }
511
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700512 if (!page_ref_freeze(page, expected_count)) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500513 xas_unlock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900514 return -EAGAIN;
515 }
516
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800517 newpage->index = page->index;
518 newpage->mapping = page->mapping;
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700519
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900520 get_page(newpage);
521
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500522 xas_store(&xas, newpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900523
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700524 page_ref_unfreeze(page, expected_count - 1);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900525
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500526 xas_unlock_irq(&xas);
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700527
Rafael Aquini78bd5202012-12-11 16:02:31 -0800528 return MIGRATEPAGE_SUCCESS;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900529}
530
531/*
Dave Hansen30b0a102013-11-21 14:31:58 -0800532 * Gigantic pages are so large that we do not guarantee that page++ pointer
533 * arithmetic will work across the entire page. We need something more
534 * specialized.
535 */
536static void __copy_gigantic_page(struct page *dst, struct page *src,
537 int nr_pages)
538{
539 int i;
540 struct page *dst_base = dst;
541 struct page *src_base = src;
542
543 for (i = 0; i < nr_pages; ) {
544 cond_resched();
545 copy_highpage(dst, src);
546
547 i++;
548 dst = mem_map_next(dst, dst_base, i);
549 src = mem_map_next(src, src_base, i);
550 }
551}
552
553static void copy_huge_page(struct page *dst, struct page *src)
554{
555 int i;
556 int nr_pages;
557
558 if (PageHuge(src)) {
559 /* hugetlbfs page */
560 struct hstate *h = page_hstate(src);
561 nr_pages = pages_per_huge_page(h);
562
563 if (unlikely(nr_pages > MAX_ORDER_NR_PAGES)) {
564 __copy_gigantic_page(dst, src, nr_pages);
565 return;
566 }
567 } else {
568 /* thp page */
569 BUG_ON(!PageTransHuge(src));
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700570 nr_pages = thp_nr_pages(src);
Dave Hansen30b0a102013-11-21 14:31:58 -0800571 }
572
573 for (i = 0; i < nr_pages; i++) {
574 cond_resched();
575 copy_highpage(dst + i, src + i);
576 }
577}
578
579/*
Christoph Lameterb20a3502006-03-22 00:09:12 -0800580 * Copy the page to its new location
581 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700582void migrate_page_states(struct page *newpage, struct page *page)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800583{
Rik van Riel7851a452013-10-07 11:29:23 +0100584 int cpupid;
585
Christoph Lameterb20a3502006-03-22 00:09:12 -0800586 if (PageError(page))
587 SetPageError(newpage);
588 if (PageReferenced(page))
589 SetPageReferenced(newpage);
590 if (PageUptodate(page))
591 SetPageUptodate(newpage);
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700592 if (TestClearPageActive(page)) {
Sasha Levin309381fea2014-01-23 15:52:54 -0800593 VM_BUG_ON_PAGE(PageUnevictable(page), page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800594 SetPageActive(newpage);
Lee Schermerhorn418b27e2009-12-14 17:59:54 -0800595 } else if (TestClearPageUnevictable(page))
596 SetPageUnevictable(newpage);
Johannes Weiner1899ad12018-10-26 15:06:04 -0700597 if (PageWorkingset(page))
598 SetPageWorkingset(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800599 if (PageChecked(page))
600 SetPageChecked(newpage);
601 if (PageMappedToDisk(page))
602 SetPageMappedToDisk(newpage);
603
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800604 /* Move dirty on pages not done by migrate_page_move_mapping() */
605 if (PageDirty(page))
606 SetPageDirty(newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800607
Vladimir Davydov33c3fc72015-09-09 15:35:45 -0700608 if (page_is_young(page))
609 set_page_young(newpage);
610 if (page_is_idle(page))
611 set_page_idle(newpage);
612
Rik van Riel7851a452013-10-07 11:29:23 +0100613 /*
614 * Copy NUMA information to the new page, to prevent over-eager
615 * future migrations of this same page.
616 */
617 cpupid = page_cpupid_xchg_last(page, -1);
618 page_cpupid_xchg_last(newpage, cpupid);
619
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800620 ksm_migrate_page(newpage, page);
Hugh Dickinsc8d65532013-02-22 16:35:10 -0800621 /*
622 * Please do not reorder this without considering how mm/ksm.c's
623 * get_ksm_page() depends upon ksm_migrate_page() and PageSwapCache().
624 */
Naoya Horiguchib3b3a992015-04-15 16:13:15 -0700625 if (PageSwapCache(page))
626 ClearPageSwapCache(page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800627 ClearPagePrivate(page);
628 set_page_private(page, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800629
630 /*
631 * If any waiters have accumulated on the new page then
632 * wake them up.
633 */
634 if (PageWriteback(newpage))
635 end_page_writeback(newpage);
Vlastimil Babkad435edc2016-03-15 14:56:15 -0700636
Yang Shi6aeff242020-04-06 20:04:21 -0700637 /*
638 * PG_readahead shares the same bit with PG_reclaim. The above
639 * end_page_writeback() may clear PG_readahead mistakenly, so set the
640 * bit after that.
641 */
642 if (PageReadahead(page))
643 SetPageReadahead(newpage);
644
Vlastimil Babkad435edc2016-03-15 14:56:15 -0700645 copy_page_owner(page, newpage);
Johannes Weiner74485cf2016-03-15 14:57:54 -0700646
Hugh Dickinsa333e3e2020-09-18 21:20:06 -0700647 if (!PageHuge(page))
648 mem_cgroup_migrate(page, newpage);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800649}
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700650EXPORT_SYMBOL(migrate_page_states);
651
652void migrate_page_copy(struct page *newpage, struct page *page)
653{
654 if (PageHuge(page) || PageTransHuge(page))
655 copy_huge_page(newpage, page);
656 else
657 copy_highpage(newpage, page);
658
659 migrate_page_states(newpage, page);
660}
Richard Weinberger1118dce2016-06-16 23:26:14 +0200661EXPORT_SYMBOL(migrate_page_copy);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800662
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700663/************************************************************
664 * Migration functions
665 ***********************************************************/
666
Christoph Lameterb20a3502006-03-22 00:09:12 -0800667/*
Minchan Kimbda807d2016-07-26 15:23:05 -0700668 * Common logic to directly migrate a single LRU page suitable for
David Howells266cf652009-04-03 16:42:36 +0100669 * pages that do not use PagePrivate/PagePrivate2.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800670 *
671 * Pages are locked upon entry and exit.
672 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -0700673int migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800674 struct page *newpage, struct page *page,
675 enum migrate_mode mode)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800676{
677 int rc;
678
679 BUG_ON(PageWriteback(page)); /* Writeback must be complete */
680
Keith Busch37109692019-07-18 15:58:46 -0700681 rc = migrate_page_move_mapping(mapping, newpage, page, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800682
Rafael Aquini78bd5202012-12-11 16:02:31 -0800683 if (rc != MIGRATEPAGE_SUCCESS)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800684 return rc;
685
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700686 if (mode != MIGRATE_SYNC_NO_COPY)
687 migrate_page_copy(newpage, page);
688 else
689 migrate_page_states(newpage, page);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800690 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800691}
692EXPORT_SYMBOL(migrate_page);
693
David Howells93614012006-09-30 20:45:40 +0200694#ifdef CONFIG_BLOCK
Jan Kara84ade7c2018-12-28 00:39:09 -0800695/* Returns true if all buffers are successfully locked */
696static bool buffer_migrate_lock_buffers(struct buffer_head *head,
697 enum migrate_mode mode)
698{
699 struct buffer_head *bh = head;
700
701 /* Simple case, sync compaction */
702 if (mode != MIGRATE_ASYNC) {
703 do {
Jan Kara84ade7c2018-12-28 00:39:09 -0800704 lock_buffer(bh);
705 bh = bh->b_this_page;
706
707 } while (bh != head);
708
709 return true;
710 }
711
712 /* async case, we cannot block on lock_buffer so use trylock_buffer */
713 do {
Jan Kara84ade7c2018-12-28 00:39:09 -0800714 if (!trylock_buffer(bh)) {
715 /*
716 * We failed to lock the buffer and cannot stall in
717 * async migration. Release the taken locks
718 */
719 struct buffer_head *failed_bh = bh;
Jan Kara84ade7c2018-12-28 00:39:09 -0800720 bh = head;
721 while (bh != failed_bh) {
722 unlock_buffer(bh);
Jan Kara84ade7c2018-12-28 00:39:09 -0800723 bh = bh->b_this_page;
724 }
725 return false;
726 }
727
728 bh = bh->b_this_page;
729 } while (bh != head);
730 return true;
731}
732
Jan Kara89cb0882018-12-28 00:39:12 -0800733static int __buffer_migrate_page(struct address_space *mapping,
734 struct page *newpage, struct page *page, enum migrate_mode mode,
735 bool check_refs)
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700736{
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700737 struct buffer_head *bh, *head;
738 int rc;
Jan Karacc4f11e2018-12-28 00:39:05 -0800739 int expected_count;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700740
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700741 if (!page_has_buffers(page))
Mel Gormana6bc32b2012-01-12 17:19:43 -0800742 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700743
Jan Karacc4f11e2018-12-28 00:39:05 -0800744 /* Check whether page does not have extra refs before we do more work */
Jan Karaf9004822019-03-05 15:48:46 -0800745 expected_count = expected_page_refs(mapping, page);
Jan Karacc4f11e2018-12-28 00:39:05 -0800746 if (page_count(page) != expected_count)
747 return -EAGAIN;
748
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700749 head = page_buffers(page);
Jan Karacc4f11e2018-12-28 00:39:05 -0800750 if (!buffer_migrate_lock_buffers(head, mode))
751 return -EAGAIN;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700752
Jan Kara89cb0882018-12-28 00:39:12 -0800753 if (check_refs) {
754 bool busy;
755 bool invalidated = false;
756
757recheck_buffers:
758 busy = false;
759 spin_lock(&mapping->private_lock);
760 bh = head;
761 do {
762 if (atomic_read(&bh->b_count)) {
763 busy = true;
764 break;
765 }
766 bh = bh->b_this_page;
767 } while (bh != head);
Jan Kara89cb0882018-12-28 00:39:12 -0800768 if (busy) {
769 if (invalidated) {
770 rc = -EAGAIN;
771 goto unlock_buffers;
772 }
Jan Karaebdf4de2019-08-02 21:48:47 -0700773 spin_unlock(&mapping->private_lock);
Jan Kara89cb0882018-12-28 00:39:12 -0800774 invalidate_bh_lrus();
775 invalidated = true;
776 goto recheck_buffers;
777 }
778 }
779
Keith Busch37109692019-07-18 15:58:46 -0700780 rc = migrate_page_move_mapping(mapping, newpage, page, 0);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800781 if (rc != MIGRATEPAGE_SUCCESS)
Jan Karacc4f11e2018-12-28 00:39:05 -0800782 goto unlock_buffers;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700783
Guoqing Jiangcd0f3712020-06-01 21:48:06 -0700784 attach_page_private(newpage, detach_page_private(page));
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700785
786 bh = head;
787 do {
788 set_bh_page(bh, newpage, bh_offset(bh));
789 bh = bh->b_this_page;
790
791 } while (bh != head);
792
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700793 if (mode != MIGRATE_SYNC_NO_COPY)
794 migrate_page_copy(newpage, page);
795 else
796 migrate_page_states(newpage, page);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700797
Jan Karacc4f11e2018-12-28 00:39:05 -0800798 rc = MIGRATEPAGE_SUCCESS;
799unlock_buffers:
Jan Karaebdf4de2019-08-02 21:48:47 -0700800 if (check_refs)
801 spin_unlock(&mapping->private_lock);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700802 bh = head;
803 do {
804 unlock_buffer(bh);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700805 bh = bh->b_this_page;
806
807 } while (bh != head);
808
Jan Karacc4f11e2018-12-28 00:39:05 -0800809 return rc;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700810}
Jan Kara89cb0882018-12-28 00:39:12 -0800811
812/*
813 * Migration function for pages with buffers. This function can only be used
814 * if the underlying filesystem guarantees that no other references to "page"
815 * exist. For example attached buffer heads are accessed only under page lock.
816 */
817int buffer_migrate_page(struct address_space *mapping,
818 struct page *newpage, struct page *page, enum migrate_mode mode)
819{
820 return __buffer_migrate_page(mapping, newpage, page, mode, false);
821}
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700822EXPORT_SYMBOL(buffer_migrate_page);
Jan Kara89cb0882018-12-28 00:39:12 -0800823
824/*
825 * Same as above except that this variant is more careful and checks that there
826 * are also no buffer head references. This function is the right one for
827 * mappings where buffer heads are directly looked up and referenced (such as
828 * block device mappings).
829 */
830int buffer_migrate_page_norefs(struct address_space *mapping,
831 struct page *newpage, struct page *page, enum migrate_mode mode)
832{
833 return __buffer_migrate_page(mapping, newpage, page, mode, true);
834}
David Howells93614012006-09-30 20:45:40 +0200835#endif
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700836
Christoph Lameter04e62a22006-06-23 02:03:38 -0700837/*
838 * Writeback a page to clean the dirty state
839 */
840static int writeout(struct address_space *mapping, struct page *page)
841{
842 struct writeback_control wbc = {
843 .sync_mode = WB_SYNC_NONE,
844 .nr_to_write = 1,
845 .range_start = 0,
846 .range_end = LLONG_MAX,
Christoph Lameter04e62a22006-06-23 02:03:38 -0700847 .for_reclaim = 1
848 };
849 int rc;
850
851 if (!mapping->a_ops->writepage)
852 /* No write method for the address space */
853 return -EINVAL;
854
855 if (!clear_page_dirty_for_io(page))
856 /* Someone else already triggered a write */
857 return -EAGAIN;
858
859 /*
860 * A dirty page may imply that the underlying filesystem has
861 * the page on some queue. So the page must be clean for
862 * migration. Writeout may mean we loose the lock and the
863 * page state is no longer what we checked for earlier.
864 * At this point we know that the migration attempt cannot
865 * be successful.
866 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700867 remove_migration_ptes(page, page, false);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700868
869 rc = mapping->a_ops->writepage(page, &wbc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700870
871 if (rc != AOP_WRITEPAGE_ACTIVATE)
872 /* unlocked. Relock */
873 lock_page(page);
874
Hugh Dickinsbda85502008-11-19 15:36:36 -0800875 return (rc < 0) ? -EIO : -EAGAIN;
Christoph Lameter04e62a22006-06-23 02:03:38 -0700876}
877
878/*
879 * Default handling if a filesystem does not provide a migration function.
880 */
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700881static int fallback_migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800882 struct page *newpage, struct page *page, enum migrate_mode mode)
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700883{
Mel Gormanb969c4a2012-01-12 17:19:34 -0800884 if (PageDirty(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800885 /* Only writeback pages in full synchronous migration */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700886 switch (mode) {
887 case MIGRATE_SYNC:
888 case MIGRATE_SYNC_NO_COPY:
889 break;
890 default:
Mel Gormanb969c4a2012-01-12 17:19:34 -0800891 return -EBUSY;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700892 }
Christoph Lameter04e62a22006-06-23 02:03:38 -0700893 return writeout(mapping, page);
Mel Gormanb969c4a2012-01-12 17:19:34 -0800894 }
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700895
896 /*
897 * Buffers may be managed in a filesystem specific way.
898 * We must have no buffers or drop them.
899 */
David Howells266cf652009-04-03 16:42:36 +0100900 if (page_has_private(page) &&
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700901 !try_to_release_page(page, GFP_KERNEL))
Mel Gorman806031b2019-03-05 15:44:43 -0800902 return mode == MIGRATE_SYNC ? -EAGAIN : -EBUSY;
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700903
Mel Gormana6bc32b2012-01-12 17:19:43 -0800904 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700905}
906
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700907/*
Christoph Lametere24f0b82006-06-23 02:03:51 -0700908 * Move a page to a newly allocated page
909 * The page is locked and all ptes have been successfully removed.
910 *
911 * The new page will have replaced the old page if this function
912 * is successful.
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700913 *
914 * Return value:
915 * < 0 - error code
Rafael Aquini78bd5202012-12-11 16:02:31 -0800916 * MIGRATEPAGE_SUCCESS - success
Christoph Lametere24f0b82006-06-23 02:03:51 -0700917 */
Mel Gorman3fe20112010-05-24 14:32:20 -0700918static int move_to_new_page(struct page *newpage, struct page *page,
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800919 enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700920{
921 struct address_space *mapping;
Minchan Kimbda807d2016-07-26 15:23:05 -0700922 int rc = -EAGAIN;
923 bool is_lru = !__PageMovable(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700924
Hugh Dickins7db76712015-11-05 18:49:49 -0800925 VM_BUG_ON_PAGE(!PageLocked(page), page);
926 VM_BUG_ON_PAGE(!PageLocked(newpage), newpage);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700927
Christoph Lametere24f0b82006-06-23 02:03:51 -0700928 mapping = page_mapping(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700929
930 if (likely(is_lru)) {
931 if (!mapping)
932 rc = migrate_page(mapping, newpage, page, mode);
933 else if (mapping->a_ops->migratepage)
934 /*
935 * Most pages have a mapping and most filesystems
936 * provide a migratepage callback. Anonymous pages
937 * are part of swap space which also has its own
938 * migratepage callback. This is the most common path
939 * for page migration.
940 */
941 rc = mapping->a_ops->migratepage(mapping, newpage,
942 page, mode);
943 else
944 rc = fallback_migrate_page(mapping, newpage,
945 page, mode);
946 } else {
Christoph Lametere24f0b82006-06-23 02:03:51 -0700947 /*
Minchan Kimbda807d2016-07-26 15:23:05 -0700948 * In case of non-lru page, it could be released after
949 * isolation step. In that case, we shouldn't try migration.
Christoph Lametere24f0b82006-06-23 02:03:51 -0700950 */
Minchan Kimbda807d2016-07-26 15:23:05 -0700951 VM_BUG_ON_PAGE(!PageIsolated(page), page);
952 if (!PageMovable(page)) {
953 rc = MIGRATEPAGE_SUCCESS;
954 __ClearPageIsolated(page);
955 goto out;
956 }
957
958 rc = mapping->a_ops->migratepage(mapping, newpage,
959 page, mode);
960 WARN_ON_ONCE(rc == MIGRATEPAGE_SUCCESS &&
961 !PageIsolated(page));
962 }
Christoph Lametere24f0b82006-06-23 02:03:51 -0700963
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800964 /*
965 * When successful, old pagecache page->mapping must be cleared before
966 * page is freed; but stats require that PageAnon be left as PageAnon.
967 */
968 if (rc == MIGRATEPAGE_SUCCESS) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700969 if (__PageMovable(page)) {
970 VM_BUG_ON_PAGE(!PageIsolated(page), page);
971
972 /*
973 * We clear PG_movable under page_lock so any compactor
974 * cannot try to migrate this page.
975 */
976 __ClearPageIsolated(page);
977 }
978
979 /*
Ralph Campbellc23a0c92020-01-30 22:14:41 -0800980 * Anonymous and movable page->mapping will be cleared by
Minchan Kimbda807d2016-07-26 15:23:05 -0700981 * free_pages_prepare so don't reset it here for keeping
982 * the type to work PageAnon, for example.
983 */
984 if (!PageMappingFlags(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800985 page->mapping = NULL;
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700986
Christoph Hellwig25b29952019-06-13 22:50:49 +0200987 if (likely(!is_zone_device_page(newpage)))
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700988 flush_dcache_page(newpage);
989
Mel Gorman3fe20112010-05-24 14:32:20 -0700990 }
Minchan Kimbda807d2016-07-26 15:23:05 -0700991out:
Christoph Lametere24f0b82006-06-23 02:03:51 -0700992 return rc;
993}
994
Minchan Kim0dabec92011-10-31 17:06:57 -0700995static int __unmap_and_move(struct page *page, struct page *newpage,
Hugh Dickins9c620e22013-02-22 16:35:14 -0800996 int force, enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700997{
Minchan Kim0dabec92011-10-31 17:06:57 -0700998 int rc = -EAGAIN;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -0800999 int page_was_mapped = 0;
Mel Gorman3f6c8272010-05-24 14:32:17 -07001000 struct anon_vma *anon_vma = NULL;
Minchan Kimbda807d2016-07-26 15:23:05 -07001001 bool is_lru = !__PageMovable(page);
Christoph Lameter95a402c2006-06-23 02:03:53 -07001002
Nick Piggin529ae9a2008-08-02 12:01:03 +02001003 if (!trylock_page(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -08001004 if (!force || mode == MIGRATE_ASYNC)
Minchan Kim0dabec92011-10-31 17:06:57 -07001005 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -08001006
1007 /*
1008 * It's not safe for direct compaction to call lock_page.
1009 * For example, during page readahead pages are added locked
1010 * to the LRU. Later, when the IO completes the pages are
1011 * marked uptodate and unlocked. However, the queueing
1012 * could be merging multiple pages for one bio (e.g.
Matthew Wilcox (Oracle)d4388342020-06-01 21:47:02 -07001013 * mpage_readahead). If an allocation happens for the
Mel Gorman3e7d3442011-01-13 15:45:56 -08001014 * second or third page, the process can end up locking
1015 * the same page twice and deadlocking. Rather than
1016 * trying to be clever about what pages can be locked,
1017 * avoid the use of lock_page for direct compaction
1018 * altogether.
1019 */
1020 if (current->flags & PF_MEMALLOC)
Minchan Kim0dabec92011-10-31 17:06:57 -07001021 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -08001022
Christoph Lametere24f0b82006-06-23 02:03:51 -07001023 lock_page(page);
1024 }
1025
1026 if (PageWriteback(page)) {
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001027 /*
Jianguo Wufed5b642013-04-29 15:07:58 -07001028 * Only in the case of a full synchronous migration is it
Mel Gormana6bc32b2012-01-12 17:19:43 -08001029 * necessary to wait for PageWriteback. In the async case,
1030 * the retry loop is too short and in the sync-light case,
1031 * the overhead of stalling is too much
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001032 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001033 switch (mode) {
1034 case MIGRATE_SYNC:
1035 case MIGRATE_SYNC_NO_COPY:
1036 break;
1037 default:
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001038 rc = -EBUSY;
Johannes Weiner0a31bc92014-08-08 14:19:22 -07001039 goto out_unlock;
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -07001040 }
1041 if (!force)
Johannes Weiner0a31bc92014-08-08 14:19:22 -07001042 goto out_unlock;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001043 wait_on_page_writeback(page);
1044 }
Hugh Dickins03f15c82015-11-05 18:49:56 -08001045
Christoph Lametere24f0b82006-06-23 02:03:51 -07001046 /*
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001047 * By try_to_unmap(), page->mapcount goes down to 0 here. In this case,
1048 * we cannot notice that anon_vma is freed while we migrates a page.
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001049 * This get_anon_vma() delays freeing anon_vma pointer until the end
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001050 * of migration. File cache pages are no problem because of page_lock()
KAMEZAWA Hiroyuki989f89c2007-08-30 23:56:21 -07001051 * File Caches may use write_page() or lock_page() in migration, then,
1052 * just care Anon page here.
Hugh Dickins03f15c82015-11-05 18:49:56 -08001053 *
1054 * Only page_get_anon_vma() understands the subtleties of
1055 * getting a hold on an anon_vma from outside one of its mms.
1056 * But if we cannot get anon_vma, then we won't need it anyway,
1057 * because that implies that the anon page is no longer mapped
1058 * (and cannot be remapped so long as we hold the page lock).
Christoph Lametere24f0b82006-06-23 02:03:51 -07001059 */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001060 if (PageAnon(page) && !PageKsm(page))
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001061 anon_vma = page_get_anon_vma(page);
Shaohua Li62e1c552008-02-04 22:29:33 -08001062
Hugh Dickins7db76712015-11-05 18:49:49 -08001063 /*
1064 * Block others from accessing the new page when we get around to
1065 * establishing additional references. We are usually the only one
1066 * holding a reference to newpage at this point. We used to have a BUG
1067 * here if trylock_page(newpage) fails, but would like to allow for
1068 * cases where there might be a race with the previous use of newpage.
1069 * This is much like races on refcount of oldpage: just don't BUG().
1070 */
1071 if (unlikely(!trylock_page(newpage)))
1072 goto out_unlock;
1073
Minchan Kimbda807d2016-07-26 15:23:05 -07001074 if (unlikely(!is_lru)) {
1075 rc = move_to_new_page(newpage, page, mode);
1076 goto out_unlock_both;
1077 }
1078
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001079 /*
Shaohua Li62e1c552008-02-04 22:29:33 -08001080 * Corner case handling:
1081 * 1. When a new swap-cache page is read into, it is added to the LRU
1082 * and treated as swapcache but it has no rmap yet.
1083 * Calling try_to_unmap() against a page->mapping==NULL page will
1084 * trigger a BUG. So handle it here.
1085 * 2. An orphaned page (see truncate_complete_page) might have
1086 * fs-private metadata. The page can be picked up due to memory
1087 * offlining. Everywhere else except page reclaim, the page is
1088 * invisible to the vm, so the page can not be migrated. So try to
1089 * free the metadata, so the page can be freed.
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001090 */
Shaohua Li62e1c552008-02-04 22:29:33 -08001091 if (!page->mapping) {
Sasha Levin309381fea2014-01-23 15:52:54 -08001092 VM_BUG_ON_PAGE(PageAnon(page), page);
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001093 if (page_has_private(page)) {
Shaohua Li62e1c552008-02-04 22:29:33 -08001094 try_to_free_buffers(page);
Hugh Dickins7db76712015-11-05 18:49:49 -08001095 goto out_unlock_both;
Shaohua Li62e1c552008-02-04 22:29:33 -08001096 }
Hugh Dickins7db76712015-11-05 18:49:49 -08001097 } else if (page_mapped(page)) {
1098 /* Establish migration ptes */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001099 VM_BUG_ON_PAGE(PageAnon(page) && !PageKsm(page) && !anon_vma,
1100 page);
Shakeel Buttdd156e32020-12-14 19:06:39 -08001101 try_to_unmap(page, TTU_MIGRATION|TTU_IGNORE_MLOCK);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001102 page_was_mapped = 1;
1103 }
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001104
Christoph Lametere6a15302006-06-25 05:46:49 -07001105 if (!page_mapped(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001106 rc = move_to_new_page(newpage, page, mode);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001107
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001108 if (page_was_mapped)
1109 remove_migration_ptes(page,
Kirill A. Shutemove3884662016-03-17 14:20:07 -07001110 rc == MIGRATEPAGE_SUCCESS ? newpage : page, false);
Mel Gorman3f6c8272010-05-24 14:32:17 -07001111
Hugh Dickins7db76712015-11-05 18:49:49 -08001112out_unlock_both:
1113 unlock_page(newpage);
1114out_unlock:
Mel Gorman3f6c8272010-05-24 14:32:17 -07001115 /* Drop an anon_vma reference if we took one */
Rik van Riel76545062010-08-09 17:18:41 -07001116 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001117 put_anon_vma(anon_vma);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001118 unlock_page(page);
Minchan Kim0dabec92011-10-31 17:06:57 -07001119out:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001120 /*
1121 * If migration is successful, decrease refcount of the newpage
1122 * which will not free the page because new page owner increased
1123 * refcounter. As well, if it is LRU page, add the page to LRU
David Hildenbrande0a352f2019-02-01 14:21:19 -08001124 * list in here. Use the old state of the isolated source page to
1125 * determine if we migrated a LRU page. newpage was already unlocked
1126 * and possibly modified by its owner - don't rely on the page
1127 * state.
Minchan Kimc6c919e2016-07-26 15:23:02 -07001128 */
1129 if (rc == MIGRATEPAGE_SUCCESS) {
David Hildenbrande0a352f2019-02-01 14:21:19 -08001130 if (unlikely(!is_lru))
Minchan Kimc6c919e2016-07-26 15:23:02 -07001131 put_page(newpage);
1132 else
1133 putback_lru_page(newpage);
1134 }
1135
Minchan Kim0dabec92011-10-31 17:06:57 -07001136 return rc;
1137}
Christoph Lameter95a402c2006-06-23 02:03:53 -07001138
Minchan Kim0dabec92011-10-31 17:06:57 -07001139/*
1140 * Obtain the lock on page, remove all ptes and migrate the page
1141 * to the newly allocated page in newpage.
1142 */
Linus Torvalds6ec44762020-07-08 10:48:35 -07001143static int unmap_and_move(new_page_t get_new_page,
Geert Uytterhoevenef2a5152015-04-14 15:44:22 -07001144 free_page_t put_new_page,
1145 unsigned long private, struct page *page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001146 int force, enum migrate_mode mode,
1147 enum migrate_reason reason)
Minchan Kim0dabec92011-10-31 17:06:57 -07001148{
Hugh Dickins2def7422015-11-05 18:49:46 -08001149 int rc = MIGRATEPAGE_SUCCESS;
Yang Shi74d4a572019-11-30 17:57:12 -08001150 struct page *newpage = NULL;
Minchan Kim0dabec92011-10-31 17:06:57 -07001151
Michal Hocko94723aa2018-04-10 16:30:07 -07001152 if (!thp_migration_supported() && PageTransHuge(page))
1153 return -ENOMEM;
1154
Minchan Kim0dabec92011-10-31 17:06:57 -07001155 if (page_count(page) == 1) {
1156 /* page was freed from under us. So we are done. */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001157 ClearPageActive(page);
1158 ClearPageUnevictable(page);
Minchan Kimbda807d2016-07-26 15:23:05 -07001159 if (unlikely(__PageMovable(page))) {
1160 lock_page(page);
1161 if (!PageMovable(page))
1162 __ClearPageIsolated(page);
1163 unlock_page(page);
1164 }
Minchan Kim0dabec92011-10-31 17:06:57 -07001165 goto out;
1166 }
1167
Yang Shi74d4a572019-11-30 17:57:12 -08001168 newpage = get_new_page(page, private);
1169 if (!newpage)
1170 return -ENOMEM;
1171
Hugh Dickins9c620e22013-02-22 16:35:14 -08001172 rc = __unmap_and_move(page, newpage, force, mode);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001173 if (rc == MIGRATEPAGE_SUCCESS)
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001174 set_page_owner_migrate_reason(newpage, reason);
Rafael Aquinibf6bddf12012-12-11 16:02:42 -08001175
Minchan Kim0dabec92011-10-31 17:06:57 -07001176out:
Christoph Lametere24f0b82006-06-23 02:03:51 -07001177 if (rc != -EAGAIN) {
Minchan Kim0dabec92011-10-31 17:06:57 -07001178 /*
1179 * A page that has been migrated has all references
1180 * removed and will be freed. A page that has not been
Ralph Campbellc23a0c92020-01-30 22:14:41 -08001181 * migrated will have kept its references and be restored.
Minchan Kim0dabec92011-10-31 17:06:57 -07001182 */
1183 list_del(&page->lru);
Ming Ling6afcf8e2016-12-12 16:42:26 -08001184
1185 /*
1186 * Compaction can migrate also non-LRU pages which are
1187 * not accounted to NR_ISOLATED_*. They can be recognized
1188 * as __PageMovable
1189 */
1190 if (likely(!__PageMovable(page)))
Naoya Horiguchie8db67e2017-09-08 16:11:12 -07001191 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07001192 page_is_file_lru(page), -thp_nr_pages(page));
Christoph Lametere24f0b82006-06-23 02:03:51 -07001193 }
David Rientjes68711a72014-06-04 16:08:25 -07001194
Christoph Lameter95a402c2006-06-23 02:03:53 -07001195 /*
Minchan Kimc6c919e2016-07-26 15:23:02 -07001196 * If migration is successful, releases reference grabbed during
1197 * isolation. Otherwise, restore the page to right list unless
1198 * we want to retry.
Christoph Lameter95a402c2006-06-23 02:03:53 -07001199 */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001200 if (rc == MIGRATEPAGE_SUCCESS) {
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001201 if (reason != MR_MEMORY_FAILURE)
Minchan Kimc6c919e2016-07-26 15:23:02 -07001202 /*
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001203 * We release the page in page_handle_poison.
Minchan Kimc6c919e2016-07-26 15:23:02 -07001204 */
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001205 put_page(page);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001206 } else {
Minchan Kimbda807d2016-07-26 15:23:05 -07001207 if (rc != -EAGAIN) {
1208 if (likely(!__PageMovable(page))) {
1209 putback_lru_page(page);
1210 goto put_new;
1211 }
1212
1213 lock_page(page);
1214 if (PageMovable(page))
1215 putback_movable_page(page);
1216 else
1217 __ClearPageIsolated(page);
1218 unlock_page(page);
1219 put_page(page);
1220 }
1221put_new:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001222 if (put_new_page)
1223 put_new_page(newpage, private);
1224 else
1225 put_page(newpage);
1226 }
David Rientjes68711a72014-06-04 16:08:25 -07001227
Christoph Lametere24f0b82006-06-23 02:03:51 -07001228 return rc;
1229}
1230
1231/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001232 * Counterpart of unmap_and_move_page() for hugepage migration.
1233 *
1234 * This function doesn't wait the completion of hugepage I/O
1235 * because there is no race between I/O and migration for hugepage.
1236 * Note that currently hugepage I/O occurs only in direct I/O
1237 * where no lock is held and PG_writeback is irrelevant,
1238 * and writeback status of all subpages are counted in the reference
1239 * count of the head page (i.e. if all subpages of a 2MB hugepage are
1240 * under direct I/O, the reference of the head page is 512 and a bit more.)
1241 * This means that when we try to migrate hugepage whose subpages are
1242 * doing direct I/O, some references remain after try_to_unmap() and
1243 * hugepage migration fails without data corruption.
1244 *
1245 * There is also no race when direct I/O is issued on the page under migration,
1246 * because then pte is replaced with migration swap entry and direct I/O code
1247 * will wait in the page fault for migration to complete.
1248 */
1249static int unmap_and_move_huge_page(new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001250 free_page_t put_new_page, unsigned long private,
1251 struct page *hpage, int force,
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001252 enum migrate_mode mode, int reason)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001253{
Hugh Dickins2def7422015-11-05 18:49:46 -08001254 int rc = -EAGAIN;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001255 int page_was_mapped = 0;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001256 struct page *new_hpage;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001257 struct anon_vma *anon_vma = NULL;
Mike Kravetzc0d03812020-04-01 21:11:05 -07001258 struct address_space *mapping = NULL;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001259
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001260 /*
Anshuman Khandual7ed2c312019-03-05 15:43:44 -08001261 * Migratability of hugepages depends on architectures and their size.
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001262 * This check is necessary because some callers of hugepage migration
1263 * like soft offline and memory hotremove don't walk through page
1264 * tables or check whether the hugepage is pmd-based or not before
1265 * kicking migration.
1266 */
Naoya Horiguchi100873d2014-06-04 16:10:56 -07001267 if (!hugepage_migration_supported(page_hstate(hpage))) {
Joonsoo Kim32665f22014-01-21 15:51:15 -08001268 putback_active_hugepage(hpage);
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001269 return -ENOSYS;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001270 }
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001271
Michal Hocko666feb22018-04-10 16:30:03 -07001272 new_hpage = get_new_page(hpage, private);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001273 if (!new_hpage)
1274 return -ENOMEM;
1275
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001276 if (!trylock_page(hpage)) {
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001277 if (!force)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001278 goto out;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001279 switch (mode) {
1280 case MIGRATE_SYNC:
1281 case MIGRATE_SYNC_NO_COPY:
1282 break;
1283 default:
1284 goto out;
1285 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001286 lock_page(hpage);
1287 }
1288
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001289 /*
1290 * Check for pages which are in the process of being freed. Without
1291 * page_mapping() set, hugetlbfs specific move page routine will not
1292 * be called and we could leak usage counts for subpools.
1293 */
1294 if (page_private(hpage) && !page_mapping(hpage)) {
1295 rc = -EBUSY;
1296 goto out_unlock;
1297 }
1298
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001299 if (PageAnon(hpage))
1300 anon_vma = page_get_anon_vma(hpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001301
Hugh Dickins7db76712015-11-05 18:49:49 -08001302 if (unlikely(!trylock_page(new_hpage)))
1303 goto put_anon;
1304
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001305 if (page_mapped(hpage)) {
Mike Kravetz336bf302020-11-13 22:52:16 -08001306 bool mapping_locked = false;
Shakeel Buttdd156e32020-12-14 19:06:39 -08001307 enum ttu_flags ttu = TTU_MIGRATION|TTU_IGNORE_MLOCK;
Mike Kravetzc0d03812020-04-01 21:11:05 -07001308
Mike Kravetz336bf302020-11-13 22:52:16 -08001309 if (!PageAnon(hpage)) {
1310 /*
1311 * In shared mappings, try_to_unmap could potentially
1312 * call huge_pmd_unshare. Because of this, take
1313 * semaphore in write mode here and set TTU_RMAP_LOCKED
1314 * to let lower levels know we have taken the lock.
1315 */
1316 mapping = hugetlb_page_mapping_lock_write(hpage);
1317 if (unlikely(!mapping))
1318 goto unlock_put_anon;
1319
1320 mapping_locked = true;
1321 ttu |= TTU_RMAP_LOCKED;
1322 }
1323
1324 try_to_unmap(hpage, ttu);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001325 page_was_mapped = 1;
Mike Kravetz336bf302020-11-13 22:52:16 -08001326
1327 if (mapping_locked)
1328 i_mmap_unlock_write(mapping);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001329 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001330
1331 if (!page_mapped(hpage))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001332 rc = move_to_new_page(new_hpage, hpage, mode);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001333
Mike Kravetz336bf302020-11-13 22:52:16 -08001334 if (page_was_mapped)
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001335 remove_migration_ptes(hpage,
Mike Kravetz336bf302020-11-13 22:52:16 -08001336 rc == MIGRATEPAGE_SUCCESS ? new_hpage : hpage, false);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001337
Mike Kravetzc0d03812020-04-01 21:11:05 -07001338unlock_put_anon:
Hugh Dickins7db76712015-11-05 18:49:49 -08001339 unlock_page(new_hpage);
1340
1341put_anon:
Hugh Dickinsfd4a4662011-01-13 15:47:31 -08001342 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001343 put_anon_vma(anon_vma);
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001344
Hugh Dickins2def7422015-11-05 18:49:46 -08001345 if (rc == MIGRATEPAGE_SUCCESS) {
Michal Hockoab5ac902018-01-31 16:20:48 -08001346 move_hugetlb_state(hpage, new_hpage, reason);
Hugh Dickins2def7422015-11-05 18:49:46 -08001347 put_new_page = NULL;
1348 }
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001349
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001350out_unlock:
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001351 unlock_page(hpage);
Hillf Danton09761332011-12-08 14:34:20 -08001352out:
Naoya Horiguchib8ec1ce2013-09-11 14:22:01 -07001353 if (rc != -EAGAIN)
1354 putback_active_hugepage(hpage);
David Rientjes68711a72014-06-04 16:08:25 -07001355
1356 /*
1357 * If migration was not successful and there's a freeing callback, use
1358 * it. Otherwise, put_page() will drop the reference grabbed during
1359 * isolation.
1360 */
Hugh Dickins2def7422015-11-05 18:49:46 -08001361 if (put_new_page)
David Rientjes68711a72014-06-04 16:08:25 -07001362 put_new_page(new_hpage, private);
1363 else
Naoya Horiguchi3aaa76e2015-09-22 14:59:14 -07001364 putback_active_hugepage(new_hpage);
David Rientjes68711a72014-06-04 16:08:25 -07001365
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001366 return rc;
1367}
1368
1369/*
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001370 * migrate_pages - migrate the pages specified in a list, to the free pages
1371 * supplied as the target for the page migration
Christoph Lameterb20a3502006-03-22 00:09:12 -08001372 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001373 * @from: The list of pages to be migrated.
1374 * @get_new_page: The function used to allocate free pages to be used
1375 * as the target of the page migration.
David Rientjes68711a72014-06-04 16:08:25 -07001376 * @put_new_page: The function used to free target pages if migration
1377 * fails, or NULL if no special handling is necessary.
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001378 * @private: Private data to be passed on to get_new_page()
1379 * @mode: The migration mode that specifies the constraints for
1380 * page migration, if any.
1381 * @reason: The reason for page migration.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001382 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001383 * The function returns after 10 attempts or if no pages are movable any more
1384 * because the list has become empty or no retryable pages exist any more.
Hugh Dickins14e0f9b2015-11-05 18:49:43 -08001385 * The caller should call putback_movable_pages() to return pages to the LRU
Minchan Kim28bd6572011-01-25 15:07:26 -08001386 * or free list only if ret != 0.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001387 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001388 * Returns the number of pages that were not migrated, or an error code.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001389 */
Hugh Dickins9c620e22013-02-22 16:35:14 -08001390int migrate_pages(struct list_head *from, new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001391 free_page_t put_new_page, unsigned long private,
1392 enum migrate_mode mode, int reason)
Christoph Lameterb20a3502006-03-22 00:09:12 -08001393{
Christoph Lametere24f0b82006-06-23 02:03:51 -07001394 int retry = 1;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001395 int thp_retry = 1;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001396 int nr_failed = 0;
Mel Gorman5647bc22012-10-19 10:46:20 +01001397 int nr_succeeded = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001398 int nr_thp_succeeded = 0;
1399 int nr_thp_failed = 0;
1400 int nr_thp_split = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001401 int pass = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001402 bool is_thp = false;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001403 struct page *page;
1404 struct page *page2;
1405 int swapwrite = current->flags & PF_SWAPWRITE;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001406 int rc, nr_subpages;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001407
Liam Markc4536432021-04-12 00:02:38 -04001408 trace_mm_migrate_pages_start(mode, reason);
1409
Christoph Lameterb20a3502006-03-22 00:09:12 -08001410 if (!swapwrite)
1411 current->flags |= PF_SWAPWRITE;
1412
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001413 for (pass = 0; pass < 10 && (retry || thp_retry); pass++) {
Christoph Lametere24f0b82006-06-23 02:03:51 -07001414 retry = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001415 thp_retry = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001416
Christoph Lametere24f0b82006-06-23 02:03:51 -07001417 list_for_each_entry_safe(page, page2, from, lru) {
Michal Hocko94723aa2018-04-10 16:30:07 -07001418retry:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001419 /*
1420 * THP statistics is based on the source huge page.
1421 * Capture required information that might get lost
1422 * during migration.
1423 */
Zi Yan6c5c7b92020-09-25 21:19:14 -07001424 is_thp = PageTransHuge(page) && !PageHuge(page);
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07001425 nr_subpages = thp_nr_pages(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001426 cond_resched();
Christoph Lameterb20a3502006-03-22 00:09:12 -08001427
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001428 if (PageHuge(page))
1429 rc = unmap_and_move_huge_page(get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001430 put_new_page, private, page,
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001431 pass > 2, mode, reason);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001432 else
David Rientjes68711a72014-06-04 16:08:25 -07001433 rc = unmap_and_move(get_new_page, put_new_page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001434 private, page, pass > 2, mode,
1435 reason);
Christoph Lameterb20a3502006-03-22 00:09:12 -08001436
Christoph Lametere24f0b82006-06-23 02:03:51 -07001437 switch(rc) {
Christoph Lameter95a402c2006-06-23 02:03:53 -07001438 case -ENOMEM:
Michal Hocko94723aa2018-04-10 16:30:07 -07001439 /*
1440 * THP migration might be unsupported or the
1441 * allocation could've failed so we should
1442 * retry on the same page with the THP split
1443 * to base pages.
1444 *
1445 * Head page is retried immediately and tail
1446 * pages are added to the tail of the list so
1447 * we encounter them after the rest of the list
1448 * is processed.
1449 */
Zi Yan6c5c7b92020-09-25 21:19:14 -07001450 if (is_thp) {
Michal Hocko94723aa2018-04-10 16:30:07 -07001451 lock_page(page);
1452 rc = split_huge_page_to_list(page, from);
1453 unlock_page(page);
1454 if (!rc) {
1455 list_safe_reset_next(page, page2, lru);
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001456 nr_thp_split++;
Michal Hocko94723aa2018-04-10 16:30:07 -07001457 goto retry;
1458 }
Zi Yan6c5c7b92020-09-25 21:19:14 -07001459
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001460 nr_thp_failed++;
1461 nr_failed += nr_subpages;
1462 goto out;
1463 }
David Rientjesdfef2ef2016-05-20 16:59:05 -07001464 nr_failed++;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001465 goto out;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001466 case -EAGAIN:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001467 if (is_thp) {
1468 thp_retry++;
1469 break;
1470 }
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001471 retry++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001472 break;
Rafael Aquini78bd5202012-12-11 16:02:31 -08001473 case MIGRATEPAGE_SUCCESS:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001474 if (is_thp) {
1475 nr_thp_succeeded++;
1476 nr_succeeded += nr_subpages;
1477 break;
1478 }
Mel Gorman5647bc22012-10-19 10:46:20 +01001479 nr_succeeded++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001480 break;
1481 default:
Naoya Horiguchi354a3362014-01-21 15:51:14 -08001482 /*
1483 * Permanent failure (-EBUSY, -ENOSYS, etc.):
1484 * unlike -EAGAIN case, the failed page is
1485 * removed from migration page list and not
1486 * retried in the next outer loop.
1487 */
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001488 if (is_thp) {
1489 nr_thp_failed++;
1490 nr_failed += nr_subpages;
1491 break;
1492 }
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001493 nr_failed++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001494 break;
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001495 }
Christoph Lameterb20a3502006-03-22 00:09:12 -08001496 }
1497 }
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001498 nr_failed += retry + thp_retry;
1499 nr_thp_failed += thp_retry;
Vlastimil Babkaf2f81fb2015-11-05 18:47:03 -08001500 rc = nr_failed;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001501out:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001502 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded);
1503 count_vm_events(PGMIGRATE_FAIL, nr_failed);
1504 count_vm_events(THP_MIGRATION_SUCCESS, nr_thp_succeeded);
1505 count_vm_events(THP_MIGRATION_FAIL, nr_thp_failed);
1506 count_vm_events(THP_MIGRATION_SPLIT, nr_thp_split);
1507 trace_mm_migrate_pages(nr_succeeded, nr_failed, nr_thp_succeeded,
1508 nr_thp_failed, nr_thp_split, mode, reason);
Mel Gorman7b2a2d42012-10-19 14:07:31 +01001509
Christoph Lameterb20a3502006-03-22 00:09:12 -08001510 if (!swapwrite)
1511 current->flags &= ~PF_SWAPWRITE;
1512
Rafael Aquini78bd5202012-12-11 16:02:31 -08001513 return rc;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001514}
Charan Teja Reddy8cd9aa92021-02-16 13:59:45 +05301515EXPORT_SYMBOL_GPL(migrate_pages);
Christoph Lameterb20a3502006-03-22 00:09:12 -08001516
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001517struct page *alloc_migration_target(struct page *page, unsigned long private)
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001518{
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001519 struct migration_target_control *mtc;
1520 gfp_t gfp_mask;
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001521 unsigned int order = 0;
1522 struct page *new_page = NULL;
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001523 int nid;
1524 int zidx;
1525
1526 mtc = (struct migration_target_control *)private;
1527 gfp_mask = mtc->gfp_mask;
1528 nid = mtc->nid;
1529 if (nid == NUMA_NO_NODE)
1530 nid = page_to_nid(page);
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001531
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07001532 if (PageHuge(page)) {
1533 struct hstate *h = page_hstate(compound_head(page));
1534
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001535 gfp_mask = htlb_modify_alloc_mask(h, gfp_mask);
1536 return alloc_huge_page_nodemask(h, nid, mtc->nmask, gfp_mask);
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07001537 }
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001538
1539 if (PageTransHuge(page)) {
Joonsoo Kim9933a0c2020-08-11 18:37:20 -07001540 /*
1541 * clear __GFP_RECLAIM to make the migration callback
1542 * consistent with regular THP allocations.
1543 */
1544 gfp_mask &= ~__GFP_RECLAIM;
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001545 gfp_mask |= GFP_TRANSHUGE;
1546 order = HPAGE_PMD_ORDER;
1547 }
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001548 zidx = zone_idx(page_zone(page));
1549 if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE)
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001550 gfp_mask |= __GFP_HIGHMEM;
1551
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001552 new_page = __alloc_pages_nodemask(gfp_mask, order, nid, mtc->nmask);
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001553
1554 if (new_page && PageTransHuge(new_page))
1555 prep_transhuge_page(new_page);
1556
1557 return new_page;
1558}
1559
Christoph Lameter742755a2006-06-23 02:03:55 -07001560#ifdef CONFIG_NUMA
Christoph Lameter742755a2006-06-23 02:03:55 -07001561
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001562static int store_status(int __user *status, int start, int value, int nr)
Christoph Lameter742755a2006-06-23 02:03:55 -07001563{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001564 while (nr-- > 0) {
1565 if (put_user(value, status + start))
1566 return -EFAULT;
1567 start++;
1568 }
Christoph Lameter742755a2006-06-23 02:03:55 -07001569
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001570 return 0;
1571}
Christoph Lameter742755a2006-06-23 02:03:55 -07001572
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001573static int do_move_pages_to_node(struct mm_struct *mm,
1574 struct list_head *pagelist, int node)
1575{
1576 int err;
Joonsoo Kima0976312020-08-11 18:37:28 -07001577 struct migration_target_control mtc = {
1578 .nid = node,
1579 .gfp_mask = GFP_HIGHUSER_MOVABLE | __GFP_THISNODE,
1580 };
Christoph Lameter742755a2006-06-23 02:03:55 -07001581
Joonsoo Kima0976312020-08-11 18:37:28 -07001582 err = migrate_pages(pagelist, alloc_migration_target, NULL,
1583 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001584 if (err)
1585 putback_movable_pages(pagelist);
1586 return err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001587}
1588
1589/*
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001590 * Resolves the given address to a struct page, isolates it from the LRU and
1591 * puts it to the given pagelist.
Yang Shie0153fc2020-01-04 12:59:46 -08001592 * Returns:
1593 * errno - if the page cannot be found/isolated
1594 * 0 - when it doesn't have to be migrated because it is already on the
1595 * target node
1596 * 1 - when it has been queued
Christoph Lameter742755a2006-06-23 02:03:55 -07001597 */
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001598static int add_page_for_migration(struct mm_struct *mm, unsigned long addr,
1599 int node, struct list_head *pagelist, bool migrate_all)
Christoph Lameter742755a2006-06-23 02:03:55 -07001600{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001601 struct vm_area_struct *vma;
1602 struct page *page;
1603 unsigned int follflags;
Christoph Lameter742755a2006-06-23 02:03:55 -07001604 int err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001605
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001606 mmap_read_lock(mm);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001607 err = -EFAULT;
1608 vma = find_vma(mm, addr);
1609 if (!vma || addr < vma->vm_start || !vma_migratable(vma))
1610 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001611
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001612 /* FOLL_DUMP to ignore special (like zero) pages */
1613 follflags = FOLL_GET | FOLL_DUMP;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001614 page = follow_page(vma, addr, follflags);
Christoph Lameter742755a2006-06-23 02:03:55 -07001615
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001616 err = PTR_ERR(page);
1617 if (IS_ERR(page))
1618 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001619
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001620 err = -ENOENT;
1621 if (!page)
1622 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001623
Brice Gogline78bbfa2008-10-18 20:27:15 -07001624 err = 0;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001625 if (page_to_nid(page) == node)
1626 goto out_putpage;
Christoph Lameter742755a2006-06-23 02:03:55 -07001627
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001628 err = -EACCES;
1629 if (page_mapcount(page) > 1 && !migrate_all)
1630 goto out_putpage;
1631
1632 if (PageHuge(page)) {
1633 if (PageHead(page)) {
1634 isolate_huge_page(page, pagelist);
Yang Shie0153fc2020-01-04 12:59:46 -08001635 err = 1;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001636 }
1637 } else {
1638 struct page *head;
1639
1640 head = compound_head(page);
1641 err = isolate_lru_page(head);
1642 if (err)
1643 goto out_putpage;
1644
Yang Shie0153fc2020-01-04 12:59:46 -08001645 err = 1;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001646 list_add_tail(&head->lru, pagelist);
1647 mod_node_page_state(page_pgdat(head),
Huang Ying9de4f222020-04-06 20:04:41 -07001648 NR_ISOLATED_ANON + page_is_file_lru(head),
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07001649 thp_nr_pages(head));
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001650 }
1651out_putpage:
1652 /*
1653 * Either remove the duplicate refcount from
1654 * isolate_lru_page() or drop the page ref if it was
1655 * not isolated.
1656 */
Minchan Kimec1dbc12021-03-23 10:07:38 -07001657 put_user_page(page);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001658out:
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001659 mmap_read_unlock(mm);
Christoph Lameter742755a2006-06-23 02:03:55 -07001660 return err;
1661}
1662
Wei Yang7ca87832020-04-06 20:04:12 -07001663static int move_pages_and_store_status(struct mm_struct *mm, int node,
1664 struct list_head *pagelist, int __user *status,
1665 int start, int i, unsigned long nr_pages)
1666{
1667 int err;
1668
Wei Yang5d7ae892020-04-06 20:04:15 -07001669 if (list_empty(pagelist))
1670 return 0;
1671
Wei Yang7ca87832020-04-06 20:04:12 -07001672 err = do_move_pages_to_node(mm, pagelist, node);
1673 if (err) {
1674 /*
1675 * Positive err means the number of failed
1676 * pages to migrate. Since we are going to
1677 * abort and return the number of non-migrated
1678 * pages, so need to incude the rest of the
1679 * nr_pages that have not been attempted as
1680 * well.
1681 */
1682 if (err > 0)
1683 err += nr_pages - i - 1;
1684 return err;
1685 }
1686 return store_status(status, start, node, i - start);
1687}
1688
Christoph Lameter742755a2006-06-23 02:03:55 -07001689/*
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001690 * Migrate an array of page address onto an array of nodes and fill
1691 * the corresponding array of status.
1692 */
Christoph Lameter3268c632012-03-21 16:34:06 -07001693static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes,
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001694 unsigned long nr_pages,
1695 const void __user * __user *pages,
1696 const int __user *nodes,
1697 int __user *status, int flags)
1698{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001699 int current_node = NUMA_NO_NODE;
1700 LIST_HEAD(pagelist);
1701 int start, i;
1702 int err = 0, err1;
Brice Goglin35282a22009-06-16 15:32:43 -07001703
Minchan Kimc6bc13962021-03-19 12:47:33 -07001704 lru_cache_disable();
Brice Goglin35282a22009-06-16 15:32:43 -07001705
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001706 for (i = start = 0; i < nr_pages; i++) {
1707 const void __user *p;
1708 unsigned long addr;
1709 int node;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001710
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001711 err = -EFAULT;
1712 if (get_user(p, pages + i))
1713 goto out_flush;
1714 if (get_user(node, nodes + i))
1715 goto out_flush;
Andrey Konovalov057d33892019-09-25 16:48:30 -07001716 addr = (unsigned long)untagged_addr(p);
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001717
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001718 err = -ENODEV;
1719 if (node < 0 || node >= MAX_NUMNODES)
1720 goto out_flush;
1721 if (!node_state(node, N_MEMORY))
1722 goto out_flush;
Brice Goglin3140a222009-01-06 14:38:57 -08001723
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001724 err = -EACCES;
1725 if (!node_isset(node, task_nodes))
1726 goto out_flush;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001727
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001728 if (current_node == NUMA_NO_NODE) {
1729 current_node = node;
1730 start = i;
1731 } else if (node != current_node) {
Wei Yang7ca87832020-04-06 20:04:12 -07001732 err = move_pages_and_store_status(mm, current_node,
1733 &pagelist, status, start, i, nr_pages);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001734 if (err)
1735 goto out;
1736 start = i;
1737 current_node = node;
Brice Goglin3140a222009-01-06 14:38:57 -08001738 }
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001739
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001740 /*
1741 * Errors in the page lookup or isolation are not fatal and we simply
1742 * report them via status
1743 */
1744 err = add_page_for_migration(mm, addr, current_node,
1745 &pagelist, flags & MPOL_MF_MOVE_ALL);
Yang Shie0153fc2020-01-04 12:59:46 -08001746
Wei Yangd08221a2020-04-06 20:04:18 -07001747 if (err > 0) {
Yang Shie0153fc2020-01-04 12:59:46 -08001748 /* The page is successfully queued for migration */
1749 continue;
1750 }
Brice Goglin3140a222009-01-06 14:38:57 -08001751
Wei Yangd08221a2020-04-06 20:04:18 -07001752 /*
1753 * If the page is already on the target node (!err), store the
1754 * node, otherwise, store the err.
1755 */
1756 err = store_status(status, i, err ? : current_node, 1);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001757 if (err)
1758 goto out_flush;
Brice Goglin3140a222009-01-06 14:38:57 -08001759
Wei Yang7ca87832020-04-06 20:04:12 -07001760 err = move_pages_and_store_status(mm, current_node, &pagelist,
1761 status, start, i, nr_pages);
Wei Yang4afdace2020-04-06 20:04:09 -07001762 if (err)
1763 goto out;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001764 current_node = NUMA_NO_NODE;
Brice Goglin3140a222009-01-06 14:38:57 -08001765 }
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001766out_flush:
1767 /* Make sure we do not overwrite the existing error */
Wei Yang7ca87832020-04-06 20:04:12 -07001768 err1 = move_pages_and_store_status(mm, current_node, &pagelist,
1769 status, start, i, nr_pages);
Wei Yangdfe9aa22020-01-30 22:11:14 -08001770 if (err >= 0)
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001771 err = err1;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001772out:
Minchan Kimc6bc13962021-03-19 12:47:33 -07001773 lru_cache_enable();
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001774 return err;
1775}
1776
1777/*
Brice Goglin2f007e72008-10-18 20:27:16 -07001778 * Determine the nodes of an array of pages and store it in an array of status.
Christoph Lameter742755a2006-06-23 02:03:55 -07001779 */
Brice Goglin80bba122008-12-09 13:14:23 -08001780static void do_pages_stat_array(struct mm_struct *mm, unsigned long nr_pages,
1781 const void __user **pages, int *status)
Christoph Lameter742755a2006-06-23 02:03:55 -07001782{
Brice Goglin2f007e72008-10-18 20:27:16 -07001783 unsigned long i;
Brice Goglin2f007e72008-10-18 20:27:16 -07001784
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001785 mmap_read_lock(mm);
Christoph Lameter742755a2006-06-23 02:03:55 -07001786
Brice Goglin2f007e72008-10-18 20:27:16 -07001787 for (i = 0; i < nr_pages; i++) {
Brice Goglin80bba122008-12-09 13:14:23 -08001788 unsigned long addr = (unsigned long)(*pages);
Christoph Lameter742755a2006-06-23 02:03:55 -07001789 struct vm_area_struct *vma;
1790 struct page *page;
KOSAKI Motohiroc095adb2008-12-16 16:06:43 +09001791 int err = -EFAULT;
Brice Goglin2f007e72008-10-18 20:27:16 -07001792
1793 vma = find_vma(mm, addr);
Gleb Natapov70384dc2010-10-26 14:22:07 -07001794 if (!vma || addr < vma->vm_start)
Christoph Lameter742755a2006-06-23 02:03:55 -07001795 goto set_status;
1796
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001797 /* FOLL_DUMP to ignore special (like zero) pages */
1798 page = follow_page(vma, addr, FOLL_DUMP);
Linus Torvalds89f5b7d2008-06-20 11:18:25 -07001799
1800 err = PTR_ERR(page);
1801 if (IS_ERR(page))
1802 goto set_status;
1803
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001804 err = page ? page_to_nid(page) : -ENOENT;
Christoph Lameter742755a2006-06-23 02:03:55 -07001805set_status:
Brice Goglin80bba122008-12-09 13:14:23 -08001806 *status = err;
1807
1808 pages++;
1809 status++;
1810 }
1811
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001812 mmap_read_unlock(mm);
Brice Goglin80bba122008-12-09 13:14:23 -08001813}
1814
1815/*
1816 * Determine the nodes of a user array of pages and store it in
1817 * a user array of status.
1818 */
1819static int do_pages_stat(struct mm_struct *mm, unsigned long nr_pages,
1820 const void __user * __user *pages,
1821 int __user *status)
1822{
1823#define DO_PAGES_STAT_CHUNK_NR 16
1824 const void __user *chunk_pages[DO_PAGES_STAT_CHUNK_NR];
1825 int chunk_status[DO_PAGES_STAT_CHUNK_NR];
Brice Goglin80bba122008-12-09 13:14:23 -08001826
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001827 while (nr_pages) {
1828 unsigned long chunk_nr;
Brice Goglin80bba122008-12-09 13:14:23 -08001829
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001830 chunk_nr = nr_pages;
1831 if (chunk_nr > DO_PAGES_STAT_CHUNK_NR)
1832 chunk_nr = DO_PAGES_STAT_CHUNK_NR;
1833
1834 if (copy_from_user(chunk_pages, pages, chunk_nr * sizeof(*chunk_pages)))
1835 break;
Brice Goglin80bba122008-12-09 13:14:23 -08001836
1837 do_pages_stat_array(mm, chunk_nr, chunk_pages, chunk_status);
1838
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001839 if (copy_to_user(status, chunk_status, chunk_nr * sizeof(*status)))
1840 break;
Christoph Lameter742755a2006-06-23 02:03:55 -07001841
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001842 pages += chunk_nr;
1843 status += chunk_nr;
1844 nr_pages -= chunk_nr;
1845 }
1846 return nr_pages ? -EFAULT : 0;
Christoph Lameter742755a2006-06-23 02:03:55 -07001847}
1848
Miaohe Lin4dc200c2020-10-17 16:14:03 -07001849static struct mm_struct *find_mm_struct(pid_t pid, nodemask_t *mem_nodes)
1850{
1851 struct task_struct *task;
1852 struct mm_struct *mm;
1853
1854 /*
1855 * There is no need to check if current process has the right to modify
1856 * the specified process when they are same.
1857 */
1858 if (!pid) {
1859 mmget(current->mm);
1860 *mem_nodes = cpuset_mems_allowed(current);
1861 return current->mm;
1862 }
1863
1864 /* Find the mm_struct */
1865 rcu_read_lock();
1866 task = find_task_by_vpid(pid);
1867 if (!task) {
1868 rcu_read_unlock();
1869 return ERR_PTR(-ESRCH);
1870 }
1871 get_task_struct(task);
1872
1873 /*
1874 * Check if this process has the right to modify the specified
1875 * process. Use the regular "ptrace_may_access()" checks.
1876 */
1877 if (!ptrace_may_access(task, PTRACE_MODE_READ_REALCREDS)) {
1878 rcu_read_unlock();
1879 mm = ERR_PTR(-EPERM);
1880 goto out;
1881 }
1882 rcu_read_unlock();
1883
1884 mm = ERR_PTR(security_task_movememory(task));
1885 if (IS_ERR(mm))
1886 goto out;
1887 *mem_nodes = cpuset_mems_allowed(task);
1888 mm = get_task_mm(task);
1889out:
1890 put_task_struct(task);
1891 if (!mm)
1892 mm = ERR_PTR(-EINVAL);
1893 return mm;
1894}
1895
Christoph Lameter742755a2006-06-23 02:03:55 -07001896/*
1897 * Move a list of pages in the address space of the currently executing
1898 * process.
1899 */
Dominik Brodowski7addf442018-03-17 16:08:03 +01001900static int kernel_move_pages(pid_t pid, unsigned long nr_pages,
1901 const void __user * __user *pages,
1902 const int __user *nodes,
1903 int __user *status, int flags)
Christoph Lameter742755a2006-06-23 02:03:55 -07001904{
Christoph Lameter742755a2006-06-23 02:03:55 -07001905 struct mm_struct *mm;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001906 int err;
Christoph Lameter3268c632012-03-21 16:34:06 -07001907 nodemask_t task_nodes;
Christoph Lameter742755a2006-06-23 02:03:55 -07001908
1909 /* Check flags */
1910 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL))
1911 return -EINVAL;
1912
1913 if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE))
1914 return -EPERM;
1915
Miaohe Lin4dc200c2020-10-17 16:14:03 -07001916 mm = find_mm_struct(pid, &task_nodes);
1917 if (IS_ERR(mm))
1918 return PTR_ERR(mm);
Sasha Levin6e8b09e2012-04-25 16:01:53 -07001919
1920 if (nodes)
1921 err = do_pages_move(mm, task_nodes, nr_pages, pages,
1922 nodes, status, flags);
1923 else
1924 err = do_pages_stat(mm, nr_pages, pages, status);
Christoph Lameter3268c632012-03-21 16:34:06 -07001925
1926 mmput(mm);
1927 return err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001928}
Christoph Lameter742755a2006-06-23 02:03:55 -07001929
Dominik Brodowski7addf442018-03-17 16:08:03 +01001930SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
1931 const void __user * __user *, pages,
1932 const int __user *, nodes,
1933 int __user *, status, int, flags)
1934{
1935 return kernel_move_pages(pid, nr_pages, pages, nodes, status, flags);
1936}
1937
1938#ifdef CONFIG_COMPAT
1939COMPAT_SYSCALL_DEFINE6(move_pages, pid_t, pid, compat_ulong_t, nr_pages,
1940 compat_uptr_t __user *, pages32,
1941 const int __user *, nodes,
1942 int __user *, status,
1943 int, flags)
1944{
1945 const void __user * __user *pages;
1946 int i;
1947
1948 pages = compat_alloc_user_space(nr_pages * sizeof(void *));
1949 for (i = 0; i < nr_pages; i++) {
1950 compat_uptr_t p;
1951
1952 if (get_user(p, pages32 + i) ||
1953 put_user(compat_ptr(p), pages + i))
1954 return -EFAULT;
1955 }
1956 return kernel_move_pages(pid, nr_pages, pages, nodes, status, flags);
1957}
1958#endif /* CONFIG_COMPAT */
1959
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001960#ifdef CONFIG_NUMA_BALANCING
1961/*
1962 * Returns true if this is a safe migration target node for misplaced NUMA
1963 * pages. Currently it only checks the watermarks which crude
1964 */
1965static bool migrate_balanced_pgdat(struct pglist_data *pgdat,
Mel Gorman3abef4e2013-02-22 16:34:27 -08001966 unsigned long nr_migrate_pages)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001967{
1968 int z;
Mel Gorman599d0c92016-07-28 15:45:31 -07001969
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001970 for (z = pgdat->nr_zones - 1; z >= 0; z--) {
1971 struct zone *zone = pgdat->node_zones + z;
1972
1973 if (!populated_zone(zone))
1974 continue;
1975
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001976 /* Avoid waking kswapd by allocating pages_to_migrate pages. */
1977 if (!zone_watermark_ok(zone, 0,
1978 high_wmark_pages(zone) +
1979 nr_migrate_pages,
Huang Yingbfe9d002019-11-30 17:57:28 -08001980 ZONE_MOVABLE, 0))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001981 continue;
1982 return true;
1983 }
1984 return false;
1985}
1986
1987static struct page *alloc_misplaced_dst_page(struct page *page,
Michal Hocko666feb22018-04-10 16:30:03 -07001988 unsigned long data)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001989{
1990 int nid = (int) data;
1991 struct page *newpage;
1992
Vlastimil Babka96db8002015-09-08 15:03:50 -07001993 newpage = __alloc_pages_node(nid,
Johannes Weinere97ca8e52014-03-10 15:49:43 -07001994 (GFP_HIGHUSER_MOVABLE |
1995 __GFP_THISNODE | __GFP_NOMEMALLOC |
1996 __GFP_NORETRY | __GFP_NOWARN) &
Mel Gorman8479eba2016-02-26 15:19:31 -08001997 ~__GFP_RECLAIM, 0);
Hillf Dantonbac03822012-11-27 14:46:24 +00001998
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001999 return newpage;
2000}
2001
Mel Gorman1c30e012014-01-21 15:50:58 -08002002static int numamigrate_isolate_page(pg_data_t *pgdat, struct page *page)
Mel Gormanb32967f2012-11-19 12:35:47 +00002003{
Hugh Dickins340ef392013-02-22 16:34:33 -08002004 int page_lru;
Mel Gormanb32967f2012-11-19 12:35:47 +00002005
Sasha Levin309381fea2014-01-23 15:52:54 -08002006 VM_BUG_ON_PAGE(compound_order(page) && !PageTransHuge(page), page);
Mel Gorman3abef4e2013-02-22 16:34:27 -08002007
Mel Gormanb32967f2012-11-19 12:35:47 +00002008 /* Avoid migrating to a node that is nearly full */
Matthew Wilcox (Oracle)d8c65462019-09-23 15:34:30 -07002009 if (!migrate_balanced_pgdat(pgdat, compound_nr(page)))
Hugh Dickins340ef392013-02-22 16:34:33 -08002010 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00002011
Hugh Dickins340ef392013-02-22 16:34:33 -08002012 if (isolate_lru_page(page))
2013 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00002014
2015 /*
Hugh Dickins340ef392013-02-22 16:34:33 -08002016 * migrate_misplaced_transhuge_page() skips page migration's usual
2017 * check on page_count(), so we must do it here, now that the page
2018 * has been isolated: a GUP pin, or any other pin, prevents migration.
2019 * The expected page count is 3: 1 for page's mapcount and 1 for the
2020 * caller's pin and 1 for the reference taken by isolate_lru_page().
2021 */
2022 if (PageTransHuge(page) && page_count(page) != 3) {
2023 putback_lru_page(page);
2024 return 0;
2025 }
2026
Huang Ying9de4f222020-04-06 20:04:41 -07002027 page_lru = page_is_file_lru(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07002028 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON + page_lru,
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07002029 thp_nr_pages(page));
Hugh Dickins340ef392013-02-22 16:34:33 -08002030
2031 /*
2032 * Isolating the page has taken another reference, so the
2033 * caller's reference can be safely dropped without the page
2034 * disappearing underneath us during migration.
Mel Gormanb32967f2012-11-19 12:35:47 +00002035 */
2036 put_page(page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002037 return 1;
Mel Gormanb32967f2012-11-19 12:35:47 +00002038}
2039
Mel Gormande466bd2013-12-18 17:08:42 -08002040bool pmd_trans_migrating(pmd_t pmd)
2041{
2042 struct page *page = pmd_page(pmd);
2043 return PageLocked(page);
2044}
2045
Mel Gormana8f60772012-11-14 21:41:46 +00002046/*
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002047 * Attempt to migrate a misplaced page to the specified destination
2048 * node. Caller is expected to have an elevated reference count on
2049 * the page that will be dropped by this function before returning.
2050 */
Laurent Dufour320b6842018-04-17 16:33:19 +02002051int migrate_misplaced_page(struct page *page, struct vm_fault *vmf,
Mel Gorman1bc115d2013-10-07 11:29:05 +01002052 int node)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002053{
Mel Gormana8f60772012-11-14 21:41:46 +00002054 pg_data_t *pgdat = NODE_DATA(node);
Hugh Dickins340ef392013-02-22 16:34:33 -08002055 int isolated;
Mel Gormanb32967f2012-11-19 12:35:47 +00002056 int nr_remaining;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002057 LIST_HEAD(migratepages);
2058
2059 /*
Mel Gorman1bc115d2013-10-07 11:29:05 +01002060 * Don't migrate file pages that are mapped in multiple processes
2061 * with execute permissions as they are probably shared libraries.
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002062 */
Huang Ying9de4f222020-04-06 20:04:41 -07002063 if (page_mapcount(page) != 1 && page_is_file_lru(page) &&
Laurent Dufour320b6842018-04-17 16:33:19 +02002064 (vmf->vma_flags & VM_EXEC))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002065 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002066
Mel Gormana8f60772012-11-14 21:41:46 +00002067 /*
Mel Gorman09a913a2018-04-10 16:29:20 -07002068 * Also do not migrate dirty pages as not all filesystems can move
2069 * dirty pages in MIGRATE_ASYNC mode which is a waste of cycles.
2070 */
Huang Ying9de4f222020-04-06 20:04:41 -07002071 if (page_is_file_lru(page) && PageDirty(page))
Mel Gorman09a913a2018-04-10 16:29:20 -07002072 goto out;
2073
Mel Gormanb32967f2012-11-19 12:35:47 +00002074 isolated = numamigrate_isolate_page(pgdat, page);
2075 if (!isolated)
2076 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002077
Mel Gormanb32967f2012-11-19 12:35:47 +00002078 list_add(&page->lru, &migratepages);
Hugh Dickins9c620e22013-02-22 16:35:14 -08002079 nr_remaining = migrate_pages(&migratepages, alloc_misplaced_dst_page,
David Rientjes68711a72014-06-04 16:08:25 -07002080 NULL, node, MIGRATE_ASYNC,
2081 MR_NUMA_MISPLACED);
Mel Gormanb32967f2012-11-19 12:35:47 +00002082 if (nr_remaining) {
Joonsoo Kim59c82b72014-01-21 15:51:17 -08002083 if (!list_empty(&migratepages)) {
2084 list_del(&page->lru);
Mel Gorman599d0c92016-07-28 15:45:31 -07002085 dec_node_page_state(page, NR_ISOLATED_ANON +
Huang Ying9de4f222020-04-06 20:04:41 -07002086 page_is_file_lru(page));
Joonsoo Kim59c82b72014-01-21 15:51:17 -08002087 putback_lru_page(page);
2088 }
Mel Gormanb32967f2012-11-19 12:35:47 +00002089 isolated = 0;
2090 } else
2091 count_vm_numa_event(NUMA_PAGE_MIGRATE);
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002092 BUG_ON(!list_empty(&migratepages));
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002093 return isolated;
Hugh Dickins340ef392013-02-22 16:34:33 -08002094
2095out:
2096 put_page(page);
2097 return 0;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002098}
Mel Gorman220018d2012-12-05 09:32:56 +00002099#endif /* CONFIG_NUMA_BALANCING */
Mel Gormanb32967f2012-11-19 12:35:47 +00002100
Mel Gorman220018d2012-12-05 09:32:56 +00002101#if defined(CONFIG_NUMA_BALANCING) && defined(CONFIG_TRANSPARENT_HUGEPAGE)
Hugh Dickins340ef392013-02-22 16:34:33 -08002102/*
2103 * Migrates a THP to a given target node. page must be locked and is unlocked
2104 * before returning.
2105 */
Mel Gormanb32967f2012-11-19 12:35:47 +00002106int migrate_misplaced_transhuge_page(struct mm_struct *mm,
2107 struct vm_area_struct *vma,
2108 pmd_t *pmd, pmd_t entry,
2109 unsigned long address,
2110 struct page *page, int node)
2111{
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002112 spinlock_t *ptl;
Mel Gormanb32967f2012-11-19 12:35:47 +00002113 pg_data_t *pgdat = NODE_DATA(node);
2114 int isolated = 0;
2115 struct page *new_page = NULL;
Huang Ying9de4f222020-04-06 20:04:41 -07002116 int page_lru = page_is_file_lru(page);
Andrea Arcangeli7066f0f2018-10-26 15:10:40 -07002117 unsigned long start = address & HPAGE_PMD_MASK;
Mel Gormanb32967f2012-11-19 12:35:47 +00002118
Mel Gormanb32967f2012-11-19 12:35:47 +00002119 new_page = alloc_pages_node(node,
Vlastimil Babka25160352016-07-28 15:49:25 -07002120 (GFP_TRANSHUGE_LIGHT | __GFP_THISNODE),
Johannes Weinere97ca8e52014-03-10 15:49:43 -07002121 HPAGE_PMD_ORDER);
Hugh Dickins340ef392013-02-22 16:34:33 -08002122 if (!new_page)
2123 goto out_fail;
Kirill A. Shutemov9a982252016-01-15 16:54:17 -08002124 prep_transhuge_page(new_page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002125
Mel Gormanb32967f2012-11-19 12:35:47 +00002126 isolated = numamigrate_isolate_page(pgdat, page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002127 if (!isolated) {
Mel Gormanb32967f2012-11-19 12:35:47 +00002128 put_page(new_page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002129 goto out_fail;
Mel Gormanb32967f2012-11-19 12:35:47 +00002130 }
Mel Gormanb0943d62013-12-18 17:08:46 -08002131
Mel Gormanb32967f2012-11-19 12:35:47 +00002132 /* Prepare a page as a migration target */
Kirill A. Shutemov48c935a2016-01-15 16:51:24 -08002133 __SetPageLocked(new_page);
Shaohua Lid44d3632017-05-03 14:52:26 -07002134 if (PageSwapBacked(page))
2135 __SetPageSwapBacked(new_page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002136
2137 /* anon mapping, we can simply copy page->mapping to the new page: */
2138 new_page->mapping = page->mapping;
2139 new_page->index = page->index;
Andrea Arcangeli7eef5f92018-10-26 15:10:43 -07002140 /* flush the cache before copying using the kernel virtual address */
2141 flush_cache_range(vma, start, start + HPAGE_PMD_SIZE);
Mel Gormanb32967f2012-11-19 12:35:47 +00002142 migrate_page_copy(new_page, page);
2143 WARN_ON(PageLRU(new_page));
2144
2145 /* Recheck the target PMD */
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002146 ptl = pmd_lock(mm, pmd);
Will Deaconf4e177d2017-07-10 15:48:31 -07002147 if (unlikely(!pmd_same(*pmd, entry) || !page_ref_freeze(page, 2))) {
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002148 spin_unlock(ptl);
Mel Gormanb32967f2012-11-19 12:35:47 +00002149
2150 /* Reverse changes made by migrate_page_copy() */
2151 if (TestClearPageActive(new_page))
2152 SetPageActive(page);
2153 if (TestClearPageUnevictable(new_page))
2154 SetPageUnevictable(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002155
2156 unlock_page(new_page);
2157 put_page(new_page); /* Free it */
2158
Mel Gormana54a4072013-10-07 11:28:46 +01002159 /* Retake the callers reference and putback on LRU */
2160 get_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002161 putback_lru_page(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07002162 mod_node_page_state(page_pgdat(page),
Mel Gormana54a4072013-10-07 11:28:46 +01002163 NR_ISOLATED_ANON + page_lru, -HPAGE_PMD_NR);
Mel Gormaneb4489f62013-12-18 17:08:39 -08002164
2165 goto out_unlock;
Mel Gormanb32967f2012-11-19 12:35:47 +00002166 }
2167
Kirill A. Shutemov10102452016-07-26 15:25:29 -07002168 entry = mk_huge_pmd(new_page, vma->vm_page_prot);
Linus Torvaldsf55e1012017-11-29 09:01:01 -08002169 entry = maybe_pmd_mkwrite(pmd_mkdirty(entry), vma);
Mel Gormanb32967f2012-11-19 12:35:47 +00002170
Mel Gorman2b4847e2013-12-18 17:08:32 -08002171 /*
Andrea Arcangelid7c33932018-10-26 15:10:36 -07002172 * Overwrite the old entry under pagetable lock and establish
2173 * the new PTE. Any parallel GUP will either observe the old
2174 * page blocking on the page lock, block on the page table
2175 * lock or observe the new page. The SetPageUptodate on the
2176 * new page and page_add_new_anon_rmap guarantee the copy is
2177 * visible before the pagetable update.
Mel Gorman2b4847e2013-12-18 17:08:32 -08002178 */
Andrea Arcangeli7066f0f2018-10-26 15:10:40 -07002179 page_add_anon_rmap(new_page, vma, start, true);
Andrea Arcangelid7c33932018-10-26 15:10:36 -07002180 /*
2181 * At this point the pmd is numa/protnone (i.e. non present) and the TLB
2182 * has already been flushed globally. So no TLB can be currently
2183 * caching this non present pmd mapping. There's no need to clear the
2184 * pmd before doing set_pmd_at(), nor to flush the TLB after
2185 * set_pmd_at(). Clearing the pmd here would introduce a race
2186 * condition against MADV_DONTNEED, because MADV_DONTNEED only holds the
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002187 * mmap_lock for reading. If the pmd is set to NULL at any given time,
Andrea Arcangelid7c33932018-10-26 15:10:36 -07002188 * MADV_DONTNEED won't wait on the pmd lock and it'll skip clearing this
2189 * pmd.
2190 */
Andrea Arcangeli7066f0f2018-10-26 15:10:40 -07002191 set_pmd_at(mm, start, pmd, entry);
Stephen Rothwellce4a9cc2012-12-10 19:50:57 +11002192 update_mmu_cache_pmd(vma, address, &entry);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002193
Will Deaconf4e177d2017-07-10 15:48:31 -07002194 page_ref_unfreeze(page, 2);
Hugh Dickins51afb122015-11-05 18:49:37 -08002195 mlock_migrate_page(new_page, page);
Kirill A. Shutemovd281ee62016-01-15 16:52:16 -08002196 page_remove_rmap(page, true);
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07002197 set_page_owner_migrate_reason(new_page, MR_NUMA_MISPLACED);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002198
Kirill A. Shutemovc4088eb2013-11-14 14:31:04 -08002199 spin_unlock(ptl);
Mel Gormanb32967f2012-11-19 12:35:47 +00002200
Mel Gorman11de9922014-06-04 16:07:41 -07002201 /* Take an "isolate" reference and put new page on the LRU. */
2202 get_page(new_page);
2203 putback_lru_page(new_page);
2204
Mel Gormanb32967f2012-11-19 12:35:47 +00002205 unlock_page(new_page);
2206 unlock_page(page);
2207 put_page(page); /* Drop the rmap reference */
2208 put_page(page); /* Drop the LRU isolation reference */
2209
2210 count_vm_events(PGMIGRATE_SUCCESS, HPAGE_PMD_NR);
2211 count_vm_numa_events(NUMA_PAGE_MIGRATE, HPAGE_PMD_NR);
2212
Mel Gorman599d0c92016-07-28 15:45:31 -07002213 mod_node_page_state(page_pgdat(page),
Mel Gormanb32967f2012-11-19 12:35:47 +00002214 NR_ISOLATED_ANON + page_lru,
2215 -HPAGE_PMD_NR);
2216 return isolated;
2217
Hugh Dickins340ef392013-02-22 16:34:33 -08002218out_fail:
2219 count_vm_events(PGMIGRATE_FAIL, HPAGE_PMD_NR);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002220 ptl = pmd_lock(mm, pmd);
2221 if (pmd_same(*pmd, entry)) {
Mel Gorman4d942462015-02-12 14:58:28 -08002222 entry = pmd_modify(entry, vma->vm_page_prot);
Andrea Arcangeli7066f0f2018-10-26 15:10:40 -07002223 set_pmd_at(mm, start, pmd, entry);
Mel Gorman2b4847e2013-12-18 17:08:32 -08002224 update_mmu_cache_pmd(vma, address, &entry);
2225 }
2226 spin_unlock(ptl);
Mel Gormana54a4072013-10-07 11:28:46 +01002227
Mel Gormaneb4489f62013-12-18 17:08:39 -08002228out_unlock:
Hugh Dickins340ef392013-02-22 16:34:33 -08002229 unlock_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002230 put_page(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002231 return 0;
2232}
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002233#endif /* CONFIG_NUMA_BALANCING */
2234
2235#endif /* CONFIG_NUMA */
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002236
Christoph Hellwig9b2ed9c2019-08-14 09:59:28 +02002237#ifdef CONFIG_DEVICE_PRIVATE
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002238static int migrate_vma_collect_hole(unsigned long start,
2239 unsigned long end,
Steven Priceb7a16c72020-02-03 17:36:03 -08002240 __always_unused int depth,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002241 struct mm_walk *walk)
2242{
2243 struct migrate_vma *migrate = walk->private;
2244 unsigned long addr;
2245
Ralph Campbell0744f282020-08-11 18:31:41 -07002246 /* Only allow populating anonymous memory. */
2247 if (!vma_is_anonymous(walk->vma)) {
2248 for (addr = start; addr < end; addr += PAGE_SIZE) {
2249 migrate->src[migrate->npages] = 0;
2250 migrate->dst[migrate->npages] = 0;
2251 migrate->npages++;
2252 }
2253 return 0;
2254 }
2255
Ralph Campbell872ea702020-01-30 22:14:38 -08002256 for (addr = start; addr < end; addr += PAGE_SIZE) {
Mark Hairgrovee20d1032017-10-13 15:57:30 -07002257 migrate->src[migrate->npages] = MIGRATE_PFN_MIGRATE;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002258 migrate->dst[migrate->npages] = 0;
Mark Hairgrovee20d1032017-10-13 15:57:30 -07002259 migrate->npages++;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002260 migrate->cpages++;
2261 }
2262
2263 return 0;
2264}
2265
2266static int migrate_vma_collect_skip(unsigned long start,
2267 unsigned long end,
2268 struct mm_walk *walk)
2269{
2270 struct migrate_vma *migrate = walk->private;
2271 unsigned long addr;
2272
Ralph Campbell872ea702020-01-30 22:14:38 -08002273 for (addr = start; addr < end; addr += PAGE_SIZE) {
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002274 migrate->dst[migrate->npages] = 0;
2275 migrate->src[migrate->npages++] = 0;
2276 }
2277
2278 return 0;
2279}
2280
2281static int migrate_vma_collect_pmd(pmd_t *pmdp,
2282 unsigned long start,
2283 unsigned long end,
2284 struct mm_walk *walk)
2285{
2286 struct migrate_vma *migrate = walk->private;
2287 struct vm_area_struct *vma = walk->vma;
2288 struct mm_struct *mm = vma->vm_mm;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002289 unsigned long addr = start, unmapped = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002290 spinlock_t *ptl;
2291 pte_t *ptep;
2292
2293again:
2294 if (pmd_none(*pmdp))
Steven Priceb7a16c72020-02-03 17:36:03 -08002295 return migrate_vma_collect_hole(start, end, -1, walk);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002296
2297 if (pmd_trans_huge(*pmdp)) {
2298 struct page *page;
2299
2300 ptl = pmd_lock(mm, pmdp);
2301 if (unlikely(!pmd_trans_huge(*pmdp))) {
2302 spin_unlock(ptl);
2303 goto again;
2304 }
2305
2306 page = pmd_page(*pmdp);
2307 if (is_huge_zero_page(page)) {
2308 spin_unlock(ptl);
2309 split_huge_pmd(vma, pmdp, addr);
2310 if (pmd_trans_unstable(pmdp))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002311 return migrate_vma_collect_skip(start, end,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002312 walk);
2313 } else {
2314 int ret;
2315
2316 get_page(page);
2317 spin_unlock(ptl);
2318 if (unlikely(!trylock_page(page)))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002319 return migrate_vma_collect_skip(start, end,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002320 walk);
2321 ret = split_huge_page(page);
2322 unlock_page(page);
2323 put_page(page);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002324 if (ret)
2325 return migrate_vma_collect_skip(start, end,
2326 walk);
2327 if (pmd_none(*pmdp))
Steven Priceb7a16c72020-02-03 17:36:03 -08002328 return migrate_vma_collect_hole(start, end, -1,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002329 walk);
2330 }
2331 }
2332
2333 if (unlikely(pmd_bad(*pmdp)))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002334 return migrate_vma_collect_skip(start, end, walk);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002335
2336 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002337 arch_enter_lazy_mmu_mode();
2338
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002339 for (; addr < end; addr += PAGE_SIZE, ptep++) {
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002340 unsigned long mpfn = 0, pfn;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002341 struct page *page;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002342 swp_entry_t entry;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002343 pte_t pte;
2344
2345 pte = *ptep;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002346
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002347 if (pte_none(pte)) {
Ralph Campbell0744f282020-08-11 18:31:41 -07002348 if (vma_is_anonymous(vma)) {
2349 mpfn = MIGRATE_PFN_MIGRATE;
2350 migrate->cpages++;
2351 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002352 goto next;
2353 }
2354
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002355 if (!pte_present(pte)) {
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002356 /*
2357 * Only care about unaddressable device page special
2358 * page table entry. Other special swap entries are not
2359 * migratable, and we ignore regular swapped page.
2360 */
2361 entry = pte_to_swp_entry(pte);
2362 if (!is_device_private_entry(entry))
2363 goto next;
2364
2365 page = device_private_entry_to_page(entry);
Ralph Campbell51431922020-07-23 15:30:00 -07002366 if (!(migrate->flags &
2367 MIGRATE_VMA_SELECT_DEVICE_PRIVATE) ||
2368 page->pgmap->owner != migrate->pgmap_owner)
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002369 goto next;
2370
Christoph Hellwig06d462b2019-08-14 09:59:27 +02002371 mpfn = migrate_pfn(page_to_pfn(page)) |
2372 MIGRATE_PFN_MIGRATE;
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002373 if (is_write_device_private_entry(entry))
2374 mpfn |= MIGRATE_PFN_WRITE;
2375 } else {
Ralph Campbell51431922020-07-23 15:30:00 -07002376 if (!(migrate->flags & MIGRATE_VMA_SELECT_SYSTEM))
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002377 goto next;
Pingfan Liu276f7562019-09-23 15:37:38 -07002378 pfn = pte_pfn(pte);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002379 if (is_zero_pfn(pfn)) {
2380 mpfn = MIGRATE_PFN_MIGRATE;
2381 migrate->cpages++;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002382 goto next;
2383 }
Christoph Hellwig25b29952019-06-13 22:50:49 +02002384 page = vm_normal_page(migrate->vma, addr, pte);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002385 mpfn = migrate_pfn(pfn) | MIGRATE_PFN_MIGRATE;
2386 mpfn |= pte_write(pte) ? MIGRATE_PFN_WRITE : 0;
2387 }
2388
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002389 /* FIXME support THP */
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002390 if (!page || !page->mapping || PageTransCompound(page)) {
Pingfan Liu276f7562019-09-23 15:37:38 -07002391 mpfn = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002392 goto next;
2393 }
2394
2395 /*
2396 * By getting a reference on the page we pin it and that blocks
2397 * any kind of migration. Side effect is that it "freezes" the
2398 * pte.
2399 *
2400 * We drop this reference after isolating the page from the lru
2401 * for non device page (device page are not on the lru and thus
2402 * can't be dropped from it).
2403 */
2404 get_page(page);
2405 migrate->cpages++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002406
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002407 /*
2408 * Optimize for the common case where page is only mapped once
2409 * in one process. If we can lock the page, then we can safely
2410 * set up a special migration page table entry now.
2411 */
2412 if (trylock_page(page)) {
2413 pte_t swp_pte;
2414
2415 mpfn |= MIGRATE_PFN_LOCKED;
2416 ptep_get_and_clear(mm, addr, ptep);
2417
2418 /* Setup special migration page table entry */
Ralph Campbell07707122018-04-10 16:29:27 -07002419 entry = make_migration_entry(page, mpfn &
2420 MIGRATE_PFN_WRITE);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002421 swp_pte = swp_entry_to_pte(entry);
Alistair Popplead7df762020-09-04 16:36:01 -07002422 if (pte_present(pte)) {
2423 if (pte_soft_dirty(pte))
2424 swp_pte = pte_swp_mksoft_dirty(swp_pte);
2425 if (pte_uffd_wp(pte))
2426 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2427 } else {
2428 if (pte_swp_soft_dirty(pte))
2429 swp_pte = pte_swp_mksoft_dirty(swp_pte);
2430 if (pte_swp_uffd_wp(pte))
2431 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2432 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002433 set_pte_at(mm, addr, ptep, swp_pte);
2434
2435 /*
2436 * This is like regular unmap: we remove the rmap and
2437 * drop page refcount. Page won't be freed, as we took
2438 * a reference just above.
2439 */
2440 page_remove_rmap(page, false);
2441 put_page(page);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002442
2443 if (pte_present(pte))
2444 unmapped++;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002445 }
2446
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002447next:
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002448 migrate->dst[migrate->npages] = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002449 migrate->src[migrate->npages++] = mpfn;
2450 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002451 arch_leave_lazy_mmu_mode();
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002452 pte_unmap_unlock(ptep - 1, ptl);
2453
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002454 /* Only flush the TLB if we actually modified any entries */
2455 if (unmapped)
2456 flush_tlb_range(walk->vma, start, end);
2457
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002458 return 0;
2459}
2460
Christoph Hellwig7b86ac32019-08-28 16:19:54 +02002461static const struct mm_walk_ops migrate_vma_walk_ops = {
2462 .pmd_entry = migrate_vma_collect_pmd,
2463 .pte_hole = migrate_vma_collect_hole,
2464};
2465
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002466/*
2467 * migrate_vma_collect() - collect pages over a range of virtual addresses
2468 * @migrate: migrate struct containing all migration information
2469 *
2470 * This will walk the CPU page table. For each virtual address backed by a
2471 * valid page, it updates the src array and takes a reference on the page, in
2472 * order to pin the page until we lock it and unmap it.
2473 */
2474static void migrate_vma_collect(struct migrate_vma *migrate)
2475{
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002476 struct mmu_notifier_range range;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002477
Ralph Campbell998427b2020-07-23 15:30:01 -07002478 /*
2479 * Note that the pgmap_owner is passed to the mmu notifier callback so
2480 * that the registered device driver can skip invalidating device
2481 * private page mappings that won't be migrated.
2482 */
Ralph Campbellc1a06df2020-08-06 23:17:09 -07002483 mmu_notifier_range_init_migrate(&range, 0, migrate->vma,
2484 migrate->vma->vm_mm, migrate->start, migrate->end,
2485 migrate->pgmap_owner);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002486 mmu_notifier_invalidate_range_start(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002487
Christoph Hellwig7b86ac32019-08-28 16:19:54 +02002488 walk_page_range(migrate->vma->vm_mm, migrate->start, migrate->end,
2489 &migrate_vma_walk_ops, migrate);
2490
2491 mmu_notifier_invalidate_range_end(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002492 migrate->end = migrate->start + (migrate->npages << PAGE_SHIFT);
2493}
2494
2495/*
2496 * migrate_vma_check_page() - check if page is pinned or not
2497 * @page: struct page to check
2498 *
2499 * Pinned pages cannot be migrated. This is the same test as in
2500 * migrate_page_move_mapping(), except that here we allow migration of a
2501 * ZONE_DEVICE page.
2502 */
2503static bool migrate_vma_check_page(struct page *page)
2504{
2505 /*
2506 * One extra ref because caller holds an extra reference, either from
2507 * isolate_lru_page() for a regular page, or migrate_vma_collect() for
2508 * a device page.
2509 */
2510 int extra = 1;
2511
2512 /*
2513 * FIXME support THP (transparent huge page), it is bit more complex to
2514 * check them than regular pages, because they can be mapped with a pmd
2515 * or with a pte (split pte mapping).
2516 */
2517 if (PageCompound(page))
2518 return false;
2519
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002520 /* Page from ZONE_DEVICE have one extra reference */
2521 if (is_zone_device_page(page)) {
2522 /*
2523 * Private page can never be pin as they have no valid pte and
2524 * GUP will fail for those. Yet if there is a pending migration
2525 * a thread might try to wait on the pte migration entry and
2526 * will bump the page reference count. Sadly there is no way to
2527 * differentiate a regular pin from migration wait. Hence to
2528 * avoid 2 racing thread trying to migrate back to CPU to enter
2529 * infinite loop (one stoping migration because the other is
2530 * waiting on pte migration entry). We always return true here.
2531 *
2532 * FIXME proper solution is to rework migration_entry_wait() so
2533 * it does not need to take a reference on page.
2534 */
Christoph Hellwig25b29952019-06-13 22:50:49 +02002535 return is_device_private_page(page);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002536 }
2537
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002538 /* For file back page */
2539 if (page_mapping(page))
2540 extra += 1 + page_has_private(page);
2541
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002542 if ((page_count(page) - extra) > page_mapcount(page))
2543 return false;
2544
2545 return true;
2546}
2547
2548/*
2549 * migrate_vma_prepare() - lock pages and isolate them from the lru
2550 * @migrate: migrate struct containing all migration information
2551 *
2552 * This locks pages that have been collected by migrate_vma_collect(). Once each
2553 * page is locked it is isolated from the lru (for non-device pages). Finally,
2554 * the ref taken by migrate_vma_collect() is dropped, as locked pages cannot be
2555 * migrated by concurrent kernel threads.
2556 */
2557static void migrate_vma_prepare(struct migrate_vma *migrate)
2558{
2559 const unsigned long npages = migrate->npages;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002560 const unsigned long start = migrate->start;
2561 unsigned long addr, i, restore = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002562 bool allow_drain = true;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002563
2564 lru_add_drain();
2565
2566 for (i = 0; (i < npages) && migrate->cpages; i++) {
2567 struct page *page = migrate_pfn_to_page(migrate->src[i]);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002568 bool remap = true;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002569
2570 if (!page)
2571 continue;
2572
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002573 if (!(migrate->src[i] & MIGRATE_PFN_LOCKED)) {
2574 /*
2575 * Because we are migrating several pages there can be
2576 * a deadlock between 2 concurrent migration where each
2577 * are waiting on each other page lock.
2578 *
2579 * Make migrate_vma() a best effort thing and backoff
2580 * for any page we can not lock right away.
2581 */
2582 if (!trylock_page(page)) {
2583 migrate->src[i] = 0;
2584 migrate->cpages--;
2585 put_page(page);
2586 continue;
2587 }
2588 remap = false;
2589 migrate->src[i] |= MIGRATE_PFN_LOCKED;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002590 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002591
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002592 /* ZONE_DEVICE pages are not on LRU */
2593 if (!is_zone_device_page(page)) {
2594 if (!PageLRU(page) && allow_drain) {
2595 /* Drain CPU's pagevec */
2596 lru_add_drain_all();
2597 allow_drain = false;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002598 }
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002599
2600 if (isolate_lru_page(page)) {
2601 if (remap) {
2602 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2603 migrate->cpages--;
2604 restore++;
2605 } else {
2606 migrate->src[i] = 0;
2607 unlock_page(page);
2608 migrate->cpages--;
2609 put_page(page);
2610 }
2611 continue;
2612 }
2613
2614 /* Drop the reference we took in collect */
2615 put_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002616 }
2617
2618 if (!migrate_vma_check_page(page)) {
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002619 if (remap) {
2620 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2621 migrate->cpages--;
2622 restore++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002623
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002624 if (!is_zone_device_page(page)) {
2625 get_page(page);
2626 putback_lru_page(page);
2627 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002628 } else {
2629 migrate->src[i] = 0;
2630 unlock_page(page);
2631 migrate->cpages--;
2632
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002633 if (!is_zone_device_page(page))
2634 putback_lru_page(page);
2635 else
2636 put_page(page);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002637 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002638 }
2639 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002640
2641 for (i = 0, addr = start; i < npages && restore; i++, addr += PAGE_SIZE) {
2642 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2643
2644 if (!page || (migrate->src[i] & MIGRATE_PFN_MIGRATE))
2645 continue;
2646
2647 remove_migration_pte(page, migrate->vma, addr, page);
2648
2649 migrate->src[i] = 0;
2650 unlock_page(page);
2651 put_page(page);
2652 restore--;
2653 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002654}
2655
2656/*
2657 * migrate_vma_unmap() - replace page mapping with special migration pte entry
2658 * @migrate: migrate struct containing all migration information
2659 *
2660 * Replace page mapping (CPU page table pte) with a special migration pte entry
2661 * and check again if it has been pinned. Pinned pages are restored because we
2662 * cannot migrate them.
2663 *
2664 * This is the last step before we call the device driver callback to allocate
2665 * destination memory and copy contents of original page over to new page.
2666 */
2667static void migrate_vma_unmap(struct migrate_vma *migrate)
2668{
Shakeel Buttdd156e32020-12-14 19:06:39 -08002669 int flags = TTU_MIGRATION | TTU_IGNORE_MLOCK;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002670 const unsigned long npages = migrate->npages;
2671 const unsigned long start = migrate->start;
2672 unsigned long addr, i, restore = 0;
2673
2674 for (i = 0; i < npages; i++) {
2675 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2676
2677 if (!page || !(migrate->src[i] & MIGRATE_PFN_MIGRATE))
2678 continue;
2679
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002680 if (page_mapped(page)) {
2681 try_to_unmap(page, flags);
2682 if (page_mapped(page))
2683 goto restore;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002684 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002685
2686 if (migrate_vma_check_page(page))
2687 continue;
2688
2689restore:
2690 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2691 migrate->cpages--;
2692 restore++;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002693 }
2694
2695 for (addr = start, i = 0; i < npages && restore; addr += PAGE_SIZE, i++) {
2696 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2697
2698 if (!page || (migrate->src[i] & MIGRATE_PFN_MIGRATE))
2699 continue;
2700
2701 remove_migration_ptes(page, page, false);
2702
2703 migrate->src[i] = 0;
2704 unlock_page(page);
2705 restore--;
2706
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002707 if (is_zone_device_page(page))
2708 put_page(page);
2709 else
2710 putback_lru_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002711 }
2712}
2713
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002714/**
2715 * migrate_vma_setup() - prepare to migrate a range of memory
Randy Dunlapeaf444d2020-08-11 18:33:08 -07002716 * @args: contains the vma, start, and pfns arrays for the migration
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002717 *
2718 * Returns: negative errno on failures, 0 when 0 or more pages were migrated
2719 * without an error.
2720 *
2721 * Prepare to migrate a range of memory virtual address range by collecting all
2722 * the pages backing each virtual address in the range, saving them inside the
2723 * src array. Then lock those pages and unmap them. Once the pages are locked
2724 * and unmapped, check whether each page is pinned or not. Pages that aren't
2725 * pinned have the MIGRATE_PFN_MIGRATE flag set (by this function) in the
2726 * corresponding src array entry. Then restores any pages that are pinned, by
2727 * remapping and unlocking those pages.
2728 *
2729 * The caller should then allocate destination memory and copy source memory to
2730 * it for all those entries (ie with MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE
2731 * flag set). Once these are allocated and copied, the caller must update each
2732 * corresponding entry in the dst array with the pfn value of the destination
2733 * page and with the MIGRATE_PFN_VALID and MIGRATE_PFN_LOCKED flags set
2734 * (destination pages must have their struct pages locked, via lock_page()).
2735 *
2736 * Note that the caller does not have to migrate all the pages that are marked
2737 * with MIGRATE_PFN_MIGRATE flag in src array unless this is a migration from
2738 * device memory to system memory. If the caller cannot migrate a device page
2739 * back to system memory, then it must return VM_FAULT_SIGBUS, which has severe
2740 * consequences for the userspace process, so it must be avoided if at all
2741 * possible.
2742 *
2743 * For empty entries inside CPU page table (pte_none() or pmd_none() is true) we
2744 * do set MIGRATE_PFN_MIGRATE flag inside the corresponding source array thus
2745 * allowing the caller to allocate device memory for those unback virtual
2746 * address. For this the caller simply has to allocate device memory and
2747 * properly set the destination entry like for regular migration. Note that
2748 * this can still fails and thus inside the device driver must check if the
2749 * migration was successful for those entries after calling migrate_vma_pages()
2750 * just like for regular migration.
2751 *
2752 * After that, the callers must call migrate_vma_pages() to go over each entry
2753 * in the src array that has the MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag
2754 * set. If the corresponding entry in dst array has MIGRATE_PFN_VALID flag set,
2755 * then migrate_vma_pages() to migrate struct page information from the source
2756 * struct page to the destination struct page. If it fails to migrate the
2757 * struct page information, then it clears the MIGRATE_PFN_MIGRATE flag in the
2758 * src array.
2759 *
2760 * At this point all successfully migrated pages have an entry in the src
2761 * array with MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag set and the dst
2762 * array entry with MIGRATE_PFN_VALID flag set.
2763 *
2764 * Once migrate_vma_pages() returns the caller may inspect which pages were
2765 * successfully migrated, and which were not. Successfully migrated pages will
2766 * have the MIGRATE_PFN_MIGRATE flag set for their src array entry.
2767 *
2768 * It is safe to update device page table after migrate_vma_pages() because
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002769 * both destination and source page are still locked, and the mmap_lock is held
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002770 * in read mode (hence no one can unmap the range being migrated).
2771 *
2772 * Once the caller is done cleaning up things and updating its page table (if it
2773 * chose to do so, this is not an obligation) it finally calls
2774 * migrate_vma_finalize() to update the CPU page table to point to new pages
2775 * for successfully migrated pages or otherwise restore the CPU page table to
2776 * point to the original source pages.
2777 */
2778int migrate_vma_setup(struct migrate_vma *args)
2779{
2780 long nr_pages = (args->end - args->start) >> PAGE_SHIFT;
2781
2782 args->start &= PAGE_MASK;
2783 args->end &= PAGE_MASK;
2784 if (!args->vma || is_vm_hugetlb_page(args->vma) ||
2785 (args->vma->vm_flags & VM_SPECIAL) || vma_is_dax(args->vma))
2786 return -EINVAL;
2787 if (nr_pages <= 0)
2788 return -EINVAL;
2789 if (args->start < args->vma->vm_start ||
2790 args->start >= args->vma->vm_end)
2791 return -EINVAL;
2792 if (args->end <= args->vma->vm_start || args->end > args->vma->vm_end)
2793 return -EINVAL;
2794 if (!args->src || !args->dst)
2795 return -EINVAL;
2796
2797 memset(args->src, 0, sizeof(*args->src) * nr_pages);
2798 args->cpages = 0;
2799 args->npages = 0;
2800
2801 migrate_vma_collect(args);
2802
2803 if (args->cpages)
2804 migrate_vma_prepare(args);
2805 if (args->cpages)
2806 migrate_vma_unmap(args);
2807
2808 /*
2809 * At this point pages are locked and unmapped, and thus they have
2810 * stable content and can safely be copied to destination memory that
2811 * is allocated by the drivers.
2812 */
2813 return 0;
2814
2815}
2816EXPORT_SYMBOL(migrate_vma_setup);
2817
Ralph Campbell34290e22020-01-30 22:14:44 -08002818/*
2819 * This code closely matches the code in:
2820 * __handle_mm_fault()
2821 * handle_pte_fault()
2822 * do_anonymous_page()
2823 * to map in an anonymous zero page but the struct page will be a ZONE_DEVICE
2824 * private page.
2825 */
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002826static void migrate_vma_insert_page(struct migrate_vma *migrate,
2827 unsigned long addr,
2828 struct page *page,
2829 unsigned long *src,
2830 unsigned long *dst)
2831{
2832 struct vm_area_struct *vma = migrate->vma;
2833 struct mm_struct *mm = vma->vm_mm;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002834 bool flush = false;
2835 spinlock_t *ptl;
2836 pte_t entry;
2837 pgd_t *pgdp;
2838 p4d_t *p4dp;
2839 pud_t *pudp;
2840 pmd_t *pmdp;
2841 pte_t *ptep;
2842
2843 /* Only allow populating anonymous memory */
2844 if (!vma_is_anonymous(vma))
2845 goto abort;
2846
2847 pgdp = pgd_offset(mm, addr);
2848 p4dp = p4d_alloc(mm, pgdp, addr);
2849 if (!p4dp)
2850 goto abort;
2851 pudp = pud_alloc(mm, p4dp, addr);
2852 if (!pudp)
2853 goto abort;
2854 pmdp = pmd_alloc(mm, pudp, addr);
2855 if (!pmdp)
2856 goto abort;
2857
2858 if (pmd_trans_huge(*pmdp) || pmd_devmap(*pmdp))
2859 goto abort;
2860
2861 /*
2862 * Use pte_alloc() instead of pte_alloc_map(). We can't run
2863 * pte_offset_map() on pmds where a huge pmd might be created
2864 * from a different thread.
2865 *
Michel Lespinasse3e4e28c2020-06-08 21:33:51 -07002866 * pte_alloc_map() is safe to use under mmap_write_lock(mm) or when
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002867 * parallel threads are excluded by other means.
2868 *
Michel Lespinasse3e4e28c2020-06-08 21:33:51 -07002869 * Here we only have mmap_read_lock(mm).
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002870 */
Joel Fernandes (Google)4cf58922019-01-03 15:28:34 -08002871 if (pte_alloc(mm, pmdp))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002872 goto abort;
2873
2874 /* See the comment in pte_alloc_one_map() */
2875 if (unlikely(pmd_trans_unstable(pmdp)))
2876 goto abort;
2877
2878 if (unlikely(anon_vma_prepare(vma)))
2879 goto abort;
Johannes Weinerd9eb1ea2020-06-03 16:02:24 -07002880 if (mem_cgroup_charge(page, vma->vm_mm, GFP_KERNEL))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002881 goto abort;
2882
2883 /*
2884 * The memory barrier inside __SetPageUptodate makes sure that
2885 * preceding stores to the page contents become visible before
2886 * the set_pte_at() write.
2887 */
2888 __SetPageUptodate(page);
2889
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002890 if (is_zone_device_page(page)) {
2891 if (is_device_private_page(page)) {
2892 swp_entry_t swp_entry;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002893
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002894 swp_entry = make_device_private_entry(page, vma->vm_flags & VM_WRITE);
2895 entry = swp_entry_to_pte(swp_entry);
Miaohe Linaa0d6d12021-05-04 18:37:10 -07002896 } else {
2897 /*
2898 * For now we only support migrating to un-addressable
2899 * device memory.
2900 */
2901 pr_warn_once("Unsupported ZONE_DEVICE page type.\n");
2902 goto abort;
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002903 }
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002904 } else {
2905 entry = mk_pte(page, vma->vm_page_prot);
2906 if (vma->vm_flags & VM_WRITE)
2907 entry = pte_mkwrite(pte_mkdirty(entry));
2908 }
2909
2910 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl);
2911
Ralph Campbell34290e22020-01-30 22:14:44 -08002912 if (check_stable_address_space(mm))
2913 goto unlock_abort;
2914
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002915 if (pte_present(*ptep)) {
2916 unsigned long pfn = pte_pfn(*ptep);
2917
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002918 if (!is_zero_pfn(pfn))
2919 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002920 flush = true;
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002921 } else if (!pte_none(*ptep))
2922 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002923
2924 /*
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002925 * Check for userfaultfd but do not deliver the fault. Instead,
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002926 * just back off.
2927 */
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002928 if (userfaultfd_missing(vma))
2929 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002930
2931 inc_mm_counter(mm, MM_ANONPAGES);
Johannes Weinerbe5d0a72020-06-03 16:01:57 -07002932 page_add_new_anon_rmap(page, vma, addr, false);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002933 if (!is_zone_device_page(page))
Joonsoo Kimb5181542020-08-11 18:30:40 -07002934 lru_cache_add_inactive_or_unevictable(page, vma);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002935 get_page(page);
2936
2937 if (flush) {
2938 flush_cache_page(vma, addr, pte_pfn(*ptep));
2939 ptep_clear_flush_notify(vma, addr, ptep);
2940 set_pte_at_notify(mm, addr, ptep, entry);
2941 update_mmu_cache(vma, addr, ptep);
2942 } else {
2943 /* No need to invalidate - it was non-present before */
2944 set_pte_at(mm, addr, ptep, entry);
2945 update_mmu_cache(vma, addr, ptep);
2946 }
2947
2948 pte_unmap_unlock(ptep, ptl);
2949 *src = MIGRATE_PFN_MIGRATE;
2950 return;
2951
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002952unlock_abort:
2953 pte_unmap_unlock(ptep, ptl);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002954abort:
2955 *src &= ~MIGRATE_PFN_MIGRATE;
2956}
2957
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002958/**
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002959 * migrate_vma_pages() - migrate meta-data from src page to dst page
2960 * @migrate: migrate struct containing all migration information
2961 *
2962 * This migrates struct page meta-data from source struct page to destination
2963 * struct page. This effectively finishes the migration from source page to the
2964 * destination page.
2965 */
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002966void migrate_vma_pages(struct migrate_vma *migrate)
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002967{
2968 const unsigned long npages = migrate->npages;
2969 const unsigned long start = migrate->start;
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002970 struct mmu_notifier_range range;
2971 unsigned long addr, i;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002972 bool notified = false;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002973
2974 for (i = 0, addr = start; i < npages; addr += PAGE_SIZE, i++) {
2975 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
2976 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2977 struct address_space *mapping;
2978 int r;
2979
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002980 if (!newpage) {
2981 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002982 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002983 }
2984
2985 if (!page) {
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002986 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002987 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002988 if (!notified) {
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002989 notified = true;
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002990
2991 mmu_notifier_range_init(&range,
Jérôme Glisse7269f992019-05-13 17:20:53 -07002992 MMU_NOTIFY_CLEAR, 0,
Jérôme Glisse6f4f13e2019-05-13 17:20:49 -07002993 NULL,
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002994 migrate->vma->vm_mm,
2995 addr, migrate->end);
2996 mmu_notifier_invalidate_range_start(&range);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002997 }
2998 migrate_vma_insert_page(migrate, addr, newpage,
2999 &migrate->src[i],
3000 &migrate->dst[i]);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003001 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07003002 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003003
3004 mapping = page_mapping(page);
3005
Jérôme Glissea5430dd2017-09-08 16:12:17 -07003006 if (is_zone_device_page(newpage)) {
3007 if (is_device_private_page(newpage)) {
3008 /*
3009 * For now only support private anonymous when
3010 * migrating to un-addressable device memory.
3011 */
3012 if (mapping) {
3013 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
3014 continue;
3015 }
Christoph Hellwig25b29952019-06-13 22:50:49 +02003016 } else {
Jérôme Glissea5430dd2017-09-08 16:12:17 -07003017 /*
3018 * Other types of ZONE_DEVICE page are not
3019 * supported.
3020 */
3021 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
3022 continue;
3023 }
3024 }
3025
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003026 r = migrate_page(mapping, newpage, page, MIGRATE_SYNC_NO_COPY);
3027 if (r != MIGRATEPAGE_SUCCESS)
3028 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
3029 }
Jérôme Glisse8315ada2017-09-08 16:12:21 -07003030
Jérôme Glisse4645b9f2017-11-15 17:34:11 -08003031 /*
3032 * No need to double call mmu_notifier->invalidate_range() callback as
3033 * the above ptep_clear_flush_notify() inside migrate_vma_insert_page()
3034 * did already call it.
3035 */
Jérôme Glisse8315ada2017-09-08 16:12:21 -07003036 if (notified)
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08003037 mmu_notifier_invalidate_range_only_end(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003038}
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02003039EXPORT_SYMBOL(migrate_vma_pages);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003040
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02003041/**
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003042 * migrate_vma_finalize() - restore CPU page table entry
3043 * @migrate: migrate struct containing all migration information
3044 *
3045 * This replaces the special migration pte entry with either a mapping to the
3046 * new page if migration was successful for that page, or to the original page
3047 * otherwise.
3048 *
3049 * This also unlocks the pages and puts them back on the lru, or drops the extra
3050 * refcount, for device pages.
3051 */
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02003052void migrate_vma_finalize(struct migrate_vma *migrate)
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003053{
3054 const unsigned long npages = migrate->npages;
3055 unsigned long i;
3056
3057 for (i = 0; i < npages; i++) {
3058 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
3059 struct page *page = migrate_pfn_to_page(migrate->src[i]);
3060
Jérôme Glisse8315ada2017-09-08 16:12:21 -07003061 if (!page) {
3062 if (newpage) {
3063 unlock_page(newpage);
3064 put_page(newpage);
3065 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003066 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07003067 }
3068
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003069 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE) || !newpage) {
3070 if (newpage) {
3071 unlock_page(newpage);
3072 put_page(newpage);
3073 }
3074 newpage = page;
3075 }
3076
3077 remove_migration_ptes(page, newpage, false);
3078 unlock_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003079
Jérôme Glissea5430dd2017-09-08 16:12:17 -07003080 if (is_zone_device_page(page))
3081 put_page(page);
3082 else
3083 putback_lru_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003084
3085 if (newpage != page) {
3086 unlock_page(newpage);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07003087 if (is_zone_device_page(newpage))
3088 put_page(newpage);
3089 else
3090 putback_lru_page(newpage);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07003091 }
3092 }
3093}
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02003094EXPORT_SYMBOL(migrate_vma_finalize);
Christoph Hellwig9b2ed9c2019-08-14 09:59:28 +02003095#endif /* CONFIG_DEVICE_PRIVATE */