blob: c7da064b4781b80c46f8c4e18abecfddf81b2283 [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>
Dave Hansen884a6e52021-09-02 14:59:09 -070052#include <linux/memory.h>
Baolin Wangac16ec82022-01-14 14:08:43 -080053#include <linux/random.h>
Christoph Lameterb20a3502006-03-22 00:09:12 -080054
Michal Nazarewicz0d1836c2010-12-21 17:24:26 -080055#include <asm/tlbflush.h>
56
Mel Gorman7b2a2d42012-10-19 14:07:31 +010057#define CREATE_TRACE_POINTS
58#include <trace/events/migrate.h>
59
Christoph Lameterb20a3502006-03-22 00:09:12 -080060#include "internal.h"
61
Yisheng Xie9e5bcd62017-02-24 14:57:29 -080062int isolate_movable_page(struct page *page, isolate_mode_t mode)
Minchan Kimbda807d2016-07-26 15:23:05 -070063{
64 struct address_space *mapping;
65
66 /*
67 * Avoid burning cycles with pages that are yet under __free_pages(),
68 * or just got freed under us.
69 *
70 * In case we 'win' a race for a movable page being freed under us and
71 * raise its refcount preventing __free_pages() from doing its job
72 * the put_page() at the end of this block will take care of
73 * release this page, thus avoiding a nasty leakage.
74 */
75 if (unlikely(!get_page_unless_zero(page)))
76 goto out;
77
78 /*
79 * Check PageMovable before holding a PG_lock because page's owner
80 * assumes anybody doesn't touch PG_lock of newly allocated page
Wei Yang8bb4e7a2019-03-05 15:46:22 -080081 * so unconditionally grabbing the lock ruins page's owner side.
Minchan Kimbda807d2016-07-26 15:23:05 -070082 */
83 if (unlikely(!__PageMovable(page)))
84 goto out_putpage;
85 /*
86 * As movable pages are not isolated from LRU lists, concurrent
87 * compaction threads can race against page migration functions
88 * as well as race against the releasing a page.
89 *
90 * In order to avoid having an already isolated movable page
91 * being (wrongly) re-isolated while it is under migration,
92 * or to avoid attempting to isolate pages being released,
93 * lets be sure we have the page lock
94 * before proceeding with the movable page isolation steps.
95 */
96 if (unlikely(!trylock_page(page)))
97 goto out_putpage;
98
99 if (!PageMovable(page) || PageIsolated(page))
100 goto out_no_isolated;
101
102 mapping = page_mapping(page);
103 VM_BUG_ON_PAGE(!mapping, page);
104
105 if (!mapping->a_ops->isolate_page(page, mode))
106 goto out_no_isolated;
107
108 /* Driver shouldn't use PG_isolated bit of page->flags */
109 WARN_ON_ONCE(PageIsolated(page));
110 __SetPageIsolated(page);
111 unlock_page(page);
112
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800113 return 0;
Minchan Kimbda807d2016-07-26 15:23:05 -0700114
115out_no_isolated:
116 unlock_page(page);
117out_putpage:
118 put_page(page);
119out:
Yisheng Xie9e5bcd62017-02-24 14:57:29 -0800120 return -EBUSY;
Minchan Kimbda807d2016-07-26 15:23:05 -0700121}
122
Miaohe Lin606a6f72021-05-04 18:37:04 -0700123static void putback_movable_page(struct page *page)
Minchan Kimbda807d2016-07-26 15:23:05 -0700124{
125 struct address_space *mapping;
126
Minchan Kimbda807d2016-07-26 15:23:05 -0700127 mapping = page_mapping(page);
128 mapping->a_ops->putback_page(page);
129 __ClearPageIsolated(page);
130}
131
Christoph Lameterb20a3502006-03-22 00:09:12 -0800132/*
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800133 * Put previously isolated pages back onto the appropriate lists
134 * from where they were once taken off for compaction/migration.
135 *
Joonsoo Kim59c82b72014-01-21 15:51:17 -0800136 * This function shall be used whenever the isolated pageset has been
137 * built from lru, balloon, hugetlbfs page. See isolate_migratepages_range()
138 * and isolate_huge_page().
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800139 */
140void putback_movable_pages(struct list_head *l)
141{
142 struct page *page;
143 struct page *page2;
144
145 list_for_each_entry_safe(page, page2, l, lru) {
Naoya Horiguchi31caf662013-09-11 14:21:59 -0700146 if (unlikely(PageHuge(page))) {
147 putback_active_hugepage(page);
148 continue;
149 }
Rafael Aquini5733c7d2012-12-11 16:02:47 -0800150 list_del(&page->lru);
Minchan Kimbda807d2016-07-26 15:23:05 -0700151 /*
152 * We isolated non-lru movable page so here we can use
153 * __PageMovable because LRU page's mapping cannot have
154 * PAGE_MAPPING_MOVABLE.
155 */
Minchan Kimb1123ea62016-07-26 15:23:09 -0700156 if (unlikely(__PageMovable(page))) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700157 VM_BUG_ON_PAGE(!PageIsolated(page), page);
158 lock_page(page);
159 if (PageMovable(page))
160 putback_movable_page(page);
161 else
162 __ClearPageIsolated(page);
163 unlock_page(page);
164 put_page(page);
165 } else {
Naoya Horiguchie8db67e2017-09-08 16:11:12 -0700166 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -0700167 page_is_file_lru(page), -thp_nr_pages(page));
Rabin Vincentfc280fe2017-04-20 14:37:46 -0700168 putback_lru_page(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700169 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800170 }
Christoph Lameterb20a3502006-03-22 00:09:12 -0800171}
172
Christoph Lameter06972122006-06-23 02:03:35 -0700173/*
174 * Restore a potential migration pte to a working pte entry
175 */
Minchan Kime4b82222017-05-03 14:54:27 -0700176static bool remove_migration_pte(struct page *page, struct vm_area_struct *vma,
Hugh Dickinse9995ef2009-12-14 17:59:31 -0800177 unsigned long addr, void *old)
Christoph Lameter06972122006-06-23 02:03:35 -0700178{
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800179 struct page_vma_mapped_walk pvmw = {
180 .page = old,
181 .vma = vma,
182 .address = addr,
183 .flags = PVMW_SYNC | PVMW_MIGRATION,
184 };
185 struct page *new;
186 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700187 swp_entry_t entry;
Christoph Lameter06972122006-06-23 02:03:35 -0700188
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800189 VM_BUG_ON_PAGE(PageTail(page), page);
190 while (page_vma_mapped_walk(&pvmw)) {
Naoya Horiguchi4b0ece62017-03-31 15:11:44 -0700191 if (PageKsm(page))
192 new = page;
193 else
194 new = page - pvmw.page->index +
195 linear_page_index(vma, pvmw.address);
Christoph Lameter06972122006-06-23 02:03:35 -0700196
Zi Yan616b8372017-09-08 16:10:57 -0700197#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
198 /* PMD-mapped THP migration entry */
199 if (!pvmw.pte) {
200 VM_BUG_ON_PAGE(PageHuge(page) || !PageTransCompound(page), page);
201 remove_migration_pmd(&pvmw, new);
202 continue;
203 }
204#endif
205
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800206 get_page(new);
207 pte = pte_mkold(mk_pte(new, READ_ONCE(vma->vm_page_prot)));
208 if (pte_swp_soft_dirty(*pvmw.pte))
209 pte = pte_mksoft_dirty(pte);
Christoph Lameter06972122006-06-23 02:03:35 -0700210
Hugh Dickins486cf462011-10-19 12:50:35 -0700211 /*
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800212 * Recheck VMA as permissions can change since migration started
Hugh Dickins486cf462011-10-19 12:50:35 -0700213 */
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800214 entry = pte_to_swp_entry(*pvmw.pte);
Alistair Popple4dd845b2021-06-30 18:54:09 -0700215 if (is_writable_migration_entry(entry))
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800216 pte = maybe_mkwrite(pte, vma);
Peter Xuf45ec5f2020-04-06 20:06:01 -0700217 else if (pte_swp_uffd_wp(*pvmw.pte))
218 pte = pte_mkuffd_wp(pte);
Mel Gormand3cb8bf2014-10-02 19:47:41 +0100219
Ralph Campbell61287632020-09-04 16:36:04 -0700220 if (unlikely(is_device_private_page(new))) {
Alistair Popple4dd845b2021-06-30 18:54:09 -0700221 if (pte_write(pte))
222 entry = make_writable_device_private_entry(
223 page_to_pfn(new));
224 else
225 entry = make_readable_device_private_entry(
226 page_to_pfn(new));
Ralph Campbell61287632020-09-04 16:36:04 -0700227 pte = swp_entry_to_pte(entry);
Ralph Campbell3d321bf82020-09-04 16:36:07 -0700228 if (pte_swp_soft_dirty(*pvmw.pte))
229 pte = pte_swp_mksoft_dirty(pte);
Ralph Campbell61287632020-09-04 16:36:04 -0700230 if (pte_swp_uffd_wp(*pvmw.pte))
231 pte = pte_swp_mkuffd_wp(pte);
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700232 }
Jérôme Glissea5430dd2017-09-08 16:12:17 -0700233
Andi Kleen3ef8fd72010-10-11 16:03:21 +0200234#ifdef CONFIG_HUGETLB_PAGE
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800235 if (PageHuge(new)) {
Christophe Leroy79c1c592021-06-30 18:48:00 -0700236 unsigned int shift = huge_page_shift(hstate_vma(vma));
237
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800238 pte = pte_mkhuge(pte);
Christophe Leroy79c1c592021-06-30 18:48:00 -0700239 pte = arch_make_huge_pte(pte, shift, vma->vm_flags);
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800240 if (PageAnon(new))
241 hugepage_add_anon_rmap(new, vma, pvmw.address);
242 else
243 page_dup_rmap(new, true);
Pasha Tatashin1eba86c2022-01-14 14:06:29 -0800244 set_huge_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700245 } else
246#endif
247 {
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700248 if (PageAnon(new))
249 page_add_anon_rmap(new, vma, pvmw.address, false);
250 else
251 page_add_file_rmap(new, false);
Pasha Tatashin1eba86c2022-01-14 14:06:29 -0800252 set_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
Aneesh Kumar K.V383321a2017-07-06 15:38:41 -0700253 }
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800254 if (vma->vm_flags & VM_LOCKED && !PageTransCompound(new))
255 mlock_vma_page(new);
Hugh Dickins51afb122015-11-05 18:49:37 -0800256
Kirill A. Shutemove125fe42018-10-05 15:51:41 -0700257 if (PageTransHuge(page) && PageMlocked(page))
258 clear_page_mlock(page);
259
Kirill A. Shutemov3fe87962017-02-24 14:58:16 -0800260 /* No need to invalidate - it was non-present before */
261 update_mmu_cache(vma, pvmw.address, pvmw.pte);
262 }
263
Minchan Kime4b82222017-05-03 14:54:27 -0700264 return true;
Christoph Lameter06972122006-06-23 02:03:35 -0700265}
266
267/*
Christoph Lameter04e62a22006-06-23 02:03:38 -0700268 * Get rid of all migration entries and replace them by
269 * references to the indicated page.
270 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700271void remove_migration_ptes(struct page *old, struct page *new, bool locked)
Christoph Lameter04e62a22006-06-23 02:03:38 -0700272{
Joonsoo Kim051ac832014-01-21 15:49:48 -0800273 struct rmap_walk_control rwc = {
274 .rmap_one = remove_migration_pte,
275 .arg = old,
276 };
277
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700278 if (locked)
279 rmap_walk_locked(new, &rwc);
280 else
281 rmap_walk(new, &rwc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700282}
283
284/*
Christoph Lameter06972122006-06-23 02:03:35 -0700285 * Something used the pte of a page under migration. We need to
286 * get to the page and wait until migration is finished.
287 * When we return from this function the fault will be retried.
Christoph Lameter06972122006-06-23 02:03:35 -0700288 */
Naoya Horiguchie66f17f2015-02-11 15:25:22 -0800289void __migration_entry_wait(struct mm_struct *mm, pte_t *ptep,
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700290 spinlock_t *ptl)
Christoph Lameter06972122006-06-23 02:03:35 -0700291{
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700292 pte_t pte;
Christoph Lameter06972122006-06-23 02:03:35 -0700293 swp_entry_t entry;
Christoph Lameter06972122006-06-23 02:03:35 -0700294
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700295 spin_lock(ptl);
Christoph Lameter06972122006-06-23 02:03:35 -0700296 pte = *ptep;
297 if (!is_swap_pte(pte))
298 goto out;
299
300 entry = pte_to_swp_entry(pte);
301 if (!is_migration_entry(entry))
302 goto out;
303
Alistair Poppleffa65752022-01-21 22:10:46 -0800304 migration_entry_wait_on_locked(entry, ptep, ptl);
Christoph Lameter06972122006-06-23 02:03:35 -0700305 return;
306out:
307 pte_unmap_unlock(ptep, ptl);
308}
309
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700310void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd,
311 unsigned long address)
312{
313 spinlock_t *ptl = pte_lockptr(mm, pmd);
314 pte_t *ptep = pte_offset_map(pmd, address);
315 __migration_entry_wait(mm, ptep, ptl);
316}
317
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800318void migration_entry_wait_huge(struct vm_area_struct *vma,
319 struct mm_struct *mm, pte_t *pte)
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700320{
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -0800321 spinlock_t *ptl = huge_pte_lockptr(hstate_vma(vma), mm, pte);
Naoya Horiguchi30dad302013-06-12 14:05:04 -0700322 __migration_entry_wait(mm, pte, ptl);
323}
324
Zi Yan616b8372017-09-08 16:10:57 -0700325#ifdef CONFIG_ARCH_ENABLE_THP_MIGRATION
326void pmd_migration_entry_wait(struct mm_struct *mm, pmd_t *pmd)
327{
328 spinlock_t *ptl;
Zi Yan616b8372017-09-08 16:10:57 -0700329
330 ptl = pmd_lock(mm, pmd);
331 if (!is_pmd_migration_entry(*pmd))
332 goto unlock;
Alistair Poppleffa65752022-01-21 22:10:46 -0800333 migration_entry_wait_on_locked(pmd_to_swp_entry(*pmd), NULL, ptl);
Zi Yan616b8372017-09-08 16:10:57 -0700334 return;
335unlock:
336 spin_unlock(ptl);
337}
338#endif
339
Jan Karaf9004822019-03-05 15:48:46 -0800340static int expected_page_refs(struct address_space *mapping, struct page *page)
Jan Kara0b3901b2018-12-28 00:39:01 -0800341{
342 int expected_count = 1;
343
344 /*
Ralph Campbellf1f4f3a2020-10-13 16:58:42 -0700345 * Device private pages have an extra refcount as they are
Jan Kara0b3901b2018-12-28 00:39:01 -0800346 * ZONE_DEVICE pages.
347 */
348 expected_count += is_device_private_page(page);
Jan Karaf9004822019-03-05 15:48:46 -0800349 if (mapping)
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400350 expected_count += compound_nr(page) + page_has_private(page);
Jan Kara0b3901b2018-12-28 00:39:01 -0800351
352 return expected_count;
353}
354
Christoph Lameterb20a3502006-03-22 00:09:12 -0800355/*
Christoph Lameterc3fcf8a2006-06-23 02:03:32 -0700356 * Replace the page in the mapping.
Christoph Lameter5b5c7122006-06-23 02:03:29 -0700357 *
358 * The number of remaining references must be:
359 * 1 for anonymous pages without a mapping
360 * 2 for pages with a mapping
David Howells266cf652009-04-03 16:42:36 +0100361 * 3 for pages with a mapping and PagePrivate/PagePrivate2 set.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800362 */
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400363int folio_migrate_mapping(struct address_space *mapping,
364 struct folio *newfolio, struct folio *folio, int extra_count)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800365{
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400366 XA_STATE(xas, &mapping->i_pages, folio_index(folio));
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800367 struct zone *oldzone, *newzone;
368 int dirty;
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400369 int expected_count = expected_page_refs(mapping, &folio->page) + extra_count;
370 long nr = folio_nr_pages(folio);
Jérôme Glisse8763cb42017-09-08 16:12:09 -0700371
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700372 if (!mapping) {
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700373 /* Anonymous page without mapping */
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400374 if (folio_ref_count(folio) != expected_count)
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700375 return -EAGAIN;
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800376
377 /* No turning back from here */
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400378 newfolio->index = folio->index;
379 newfolio->mapping = folio->mapping;
380 if (folio_test_swapbacked(folio))
381 __folio_set_swapbacked(newfolio);
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800382
Rafael Aquini78bd5202012-12-11 16:02:31 -0800383 return MIGRATEPAGE_SUCCESS;
Christoph Lameter6c5240a2006-06-23 02:03:37 -0700384 }
385
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400386 oldzone = folio_zone(folio);
387 newzone = folio_zone(newfolio);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800388
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500389 xas_lock_irq(&xas);
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400390 if (!folio_ref_freeze(folio, expected_count)) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500391 xas_unlock_irq(&xas);
Nick Piggine2867812008-07-25 19:45:30 -0700392 return -EAGAIN;
393 }
394
Christoph Lameterb20a3502006-03-22 00:09:12 -0800395 /*
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400396 * Now we know that no one else is looking at the folio:
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800397 * no turning back from here.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800398 */
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400399 newfolio->index = folio->index;
400 newfolio->mapping = folio->mapping;
401 folio_ref_add(newfolio, nr); /* add cache reference */
402 if (folio_test_swapbacked(folio)) {
403 __folio_set_swapbacked(newfolio);
404 if (folio_test_swapcache(folio)) {
405 folio_set_swapcache(newfolio);
406 newfolio->private = folio_get_private(folio);
Nicholas Piggin6326fec2016-12-25 13:00:29 +1000407 }
408 } else {
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400409 VM_BUG_ON_FOLIO(folio_test_swapcache(folio), folio);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800410 }
411
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800412 /* Move dirty while page refs frozen and newpage not yet exposed */
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400413 dirty = folio_test_dirty(folio);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800414 if (dirty) {
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400415 folio_clear_dirty(folio);
416 folio_set_dirty(newfolio);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800417 }
418
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400419 xas_store(&xas, newfolio);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800420
421 /*
Jacobo Giralt937a94c2012-01-10 15:07:11 -0800422 * Drop cache reference from old page by unfreezing
423 * to one less reference.
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800424 * We know this isn't the last reference.
425 */
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400426 folio_ref_unfreeze(folio, expected_count - nr);
Nick Piggin7cf9c2c2006-12-06 20:33:44 -0800427
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500428 xas_unlock(&xas);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800429 /* Leave irq disabled to prevent preemption while updating stats */
430
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700431 /*
432 * If moved to a different zone then also account
433 * the page for that zone. Other VM counters will be
434 * taken care of when we establish references to the
435 * new page and drop references to the old page.
436 *
437 * Note that anonymous pages are accounted for
Mel Gorman4b9d0fa2016-07-28 15:46:17 -0700438 * via NR_FILE_PAGES and NR_ANON_MAPPED if they
Christoph Lameter0e8c7d02007-04-23 14:41:09 -0700439 * are mapped to swap space.
440 */
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800441 if (newzone != oldzone) {
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700442 struct lruvec *old_lruvec, *new_lruvec;
443 struct mem_cgroup *memcg;
444
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400445 memcg = folio_memcg(folio);
Johannes Weiner0d1c2072020-06-03 16:01:54 -0700446 old_lruvec = mem_cgroup_lruvec(memcg, oldzone->zone_pgdat);
447 new_lruvec = mem_cgroup_lruvec(memcg, newzone->zone_pgdat);
448
Shakeel Butt5c447d22021-01-23 21:01:15 -0800449 __mod_lruvec_state(old_lruvec, NR_FILE_PAGES, -nr);
450 __mod_lruvec_state(new_lruvec, NR_FILE_PAGES, nr);
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400451 if (folio_test_swapbacked(folio) && !folio_test_swapcache(folio)) {
Shakeel Butt5c447d22021-01-23 21:01:15 -0800452 __mod_lruvec_state(old_lruvec, NR_SHMEM, -nr);
453 __mod_lruvec_state(new_lruvec, NR_SHMEM, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800454 }
Shakeel Buttb6038942021-02-24 12:03:55 -0800455#ifdef CONFIG_SWAP
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400456 if (folio_test_swapcache(folio)) {
Shakeel Buttb6038942021-02-24 12:03:55 -0800457 __mod_lruvec_state(old_lruvec, NR_SWAPCACHE, -nr);
458 __mod_lruvec_state(new_lruvec, NR_SWAPCACHE, nr);
459 }
460#endif
Christoph Hellwigf56753a2020-09-24 08:51:40 +0200461 if (dirty && mapping_can_writeback(mapping)) {
Shakeel Butt5c447d22021-01-23 21:01:15 -0800462 __mod_lruvec_state(old_lruvec, NR_FILE_DIRTY, -nr);
463 __mod_zone_page_state(oldzone, NR_ZONE_WRITE_PENDING, -nr);
464 __mod_lruvec_state(new_lruvec, NR_FILE_DIRTY, nr);
465 __mod_zone_page_state(newzone, NR_ZONE_WRITE_PENDING, nr);
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800466 }
KOSAKI Motohiro4b021082009-09-21 17:01:33 -0700467 }
Hugh Dickins42cb14b2015-11-05 18:50:05 -0800468 local_irq_enable();
Christoph Lameterb20a3502006-03-22 00:09:12 -0800469
Rafael Aquini78bd5202012-12-11 16:02:31 -0800470 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800471}
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400472EXPORT_SYMBOL(folio_migrate_mapping);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800473
474/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900475 * The expected number of remaining references is the same as that
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400476 * of folio_migrate_mapping().
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900477 */
478int migrate_huge_page_move_mapping(struct address_space *mapping,
479 struct page *newpage, struct page *page)
480{
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500481 XA_STATE(xas, &mapping->i_pages, page_index(page));
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900482 int expected_count;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900483
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500484 xas_lock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900485 expected_count = 2 + page_has_private(page);
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500486 if (page_count(page) != expected_count || xas_load(&xas) != page) {
487 xas_unlock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900488 return -EAGAIN;
489 }
490
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700491 if (!page_ref_freeze(page, expected_count)) {
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500492 xas_unlock_irq(&xas);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900493 return -EAGAIN;
494 }
495
Hugh Dickinscf4b7692015-11-05 18:50:02 -0800496 newpage->index = page->index;
497 newpage->mapping = page->mapping;
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700498
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900499 get_page(newpage);
500
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500501 xas_store(&xas, newpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900502
Joonsoo Kimfe896d12016-03-17 14:19:26 -0700503 page_ref_unfreeze(page, expected_count - 1);
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900504
Matthew Wilcox89eb9462017-12-04 04:35:16 -0500505 xas_unlock_irq(&xas);
Johannes Weiner6a93ca82016-03-15 14:57:19 -0700506
Rafael Aquini78bd5202012-12-11 16:02:31 -0800507 return MIGRATEPAGE_SUCCESS;
Naoya Horiguchi290408d2010-09-08 10:19:35 +0900508}
509
510/*
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400511 * Copy the flags and some other ancillary information
Christoph Lameterb20a3502006-03-22 00:09:12 -0800512 */
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400513void folio_migrate_flags(struct folio *newfolio, struct folio *folio)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800514{
Rik van Riel7851a452013-10-07 11:29:23 +0100515 int cpupid;
516
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400517 if (folio_test_error(folio))
518 folio_set_error(newfolio);
519 if (folio_test_referenced(folio))
520 folio_set_referenced(newfolio);
521 if (folio_test_uptodate(folio))
522 folio_mark_uptodate(newfolio);
523 if (folio_test_clear_active(folio)) {
524 VM_BUG_ON_FOLIO(folio_test_unevictable(folio), folio);
525 folio_set_active(newfolio);
526 } else if (folio_test_clear_unevictable(folio))
527 folio_set_unevictable(newfolio);
528 if (folio_test_workingset(folio))
529 folio_set_workingset(newfolio);
530 if (folio_test_checked(folio))
531 folio_set_checked(newfolio);
532 if (folio_test_mappedtodisk(folio))
533 folio_set_mappedtodisk(newfolio);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800534
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400535 /* Move dirty on pages not done by folio_migrate_mapping() */
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400536 if (folio_test_dirty(folio))
537 folio_set_dirty(newfolio);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800538
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400539 if (folio_test_young(folio))
540 folio_set_young(newfolio);
541 if (folio_test_idle(folio))
542 folio_set_idle(newfolio);
Vladimir Davydov33c3fc72015-09-09 15:35:45 -0700543
Rik van Riel7851a452013-10-07 11:29:23 +0100544 /*
545 * Copy NUMA information to the new page, to prevent over-eager
546 * future migrations of this same page.
547 */
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400548 cpupid = page_cpupid_xchg_last(&folio->page, -1);
549 page_cpupid_xchg_last(&newfolio->page, cpupid);
Rik van Riel7851a452013-10-07 11:29:23 +0100550
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400551 folio_migrate_ksm(newfolio, folio);
Hugh Dickinsc8d65532013-02-22 16:35:10 -0800552 /*
553 * Please do not reorder this without considering how mm/ksm.c's
554 * get_ksm_page() depends upon ksm_migrate_page() and PageSwapCache().
555 */
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400556 if (folio_test_swapcache(folio))
557 folio_clear_swapcache(folio);
558 folio_clear_private(folio);
Muchun Songad2fa372021-06-30 18:47:21 -0700559
560 /* page->private contains hugetlb specific flags */
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400561 if (!folio_test_hugetlb(folio))
562 folio->private = NULL;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800563
564 /*
565 * If any waiters have accumulated on the new page then
566 * wake them up.
567 */
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400568 if (folio_test_writeback(newfolio))
569 folio_end_writeback(newfolio);
Vlastimil Babkad435edc2016-03-15 14:56:15 -0700570
Yang Shi6aeff242020-04-06 20:04:21 -0700571 /*
572 * PG_readahead shares the same bit with PG_reclaim. The above
573 * end_page_writeback() may clear PG_readahead mistakenly, so set the
574 * bit after that.
575 */
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400576 if (folio_test_readahead(folio))
577 folio_set_readahead(newfolio);
Yang Shi6aeff242020-04-06 20:04:21 -0700578
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400579 folio_copy_owner(newfolio, folio);
Johannes Weiner74485cf2016-03-15 14:57:54 -0700580
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400581 if (!folio_test_hugetlb(folio))
Matthew Wilcox (Oracle)d21bba22021-05-06 18:14:59 -0400582 mem_cgroup_migrate(folio, newfolio);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800583}
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400584EXPORT_SYMBOL(folio_migrate_flags);
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700585
Matthew Wilcox (Oracle)715cbfd2021-05-07 15:05:06 -0400586void folio_migrate_copy(struct folio *newfolio, struct folio *folio)
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700587{
Matthew Wilcox (Oracle)715cbfd2021-05-07 15:05:06 -0400588 folio_copy(newfolio, folio);
589 folio_migrate_flags(newfolio, folio);
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700590}
Matthew Wilcox (Oracle)715cbfd2021-05-07 15:05:06 -0400591EXPORT_SYMBOL(folio_migrate_copy);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800592
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700593/************************************************************
594 * Migration functions
595 ***********************************************************/
596
Christoph Lameterb20a3502006-03-22 00:09:12 -0800597/*
Minchan Kimbda807d2016-07-26 15:23:05 -0700598 * Common logic to directly migrate a single LRU page suitable for
David Howells266cf652009-04-03 16:42:36 +0100599 * pages that do not use PagePrivate/PagePrivate2.
Christoph Lameterb20a3502006-03-22 00:09:12 -0800600 *
601 * Pages are locked upon entry and exit.
602 */
Christoph Lameter2d1db3b2006-06-23 02:03:33 -0700603int migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800604 struct page *newpage, struct page *page,
605 enum migrate_mode mode)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800606{
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400607 struct folio *newfolio = page_folio(newpage);
608 struct folio *folio = page_folio(page);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800609 int rc;
610
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400611 BUG_ON(folio_test_writeback(folio)); /* Writeback must be complete */
Christoph Lameterb20a3502006-03-22 00:09:12 -0800612
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -0400613 rc = folio_migrate_mapping(mapping, newfolio, folio, 0);
Christoph Lameterb20a3502006-03-22 00:09:12 -0800614
Rafael Aquini78bd5202012-12-11 16:02:31 -0800615 if (rc != MIGRATEPAGE_SUCCESS)
Christoph Lameterb20a3502006-03-22 00:09:12 -0800616 return rc;
617
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700618 if (mode != MIGRATE_SYNC_NO_COPY)
Matthew Wilcox (Oracle)715cbfd2021-05-07 15:05:06 -0400619 folio_migrate_copy(newfolio, folio);
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700620 else
Matthew Wilcox (Oracle)19138342021-05-07 15:26:29 -0400621 folio_migrate_flags(newfolio, folio);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800622 return MIGRATEPAGE_SUCCESS;
Christoph Lameterb20a3502006-03-22 00:09:12 -0800623}
624EXPORT_SYMBOL(migrate_page);
625
David Howells93614012006-09-30 20:45:40 +0200626#ifdef CONFIG_BLOCK
Jan Kara84ade7c2018-12-28 00:39:09 -0800627/* Returns true if all buffers are successfully locked */
628static bool buffer_migrate_lock_buffers(struct buffer_head *head,
629 enum migrate_mode mode)
630{
631 struct buffer_head *bh = head;
632
633 /* Simple case, sync compaction */
634 if (mode != MIGRATE_ASYNC) {
635 do {
Jan Kara84ade7c2018-12-28 00:39:09 -0800636 lock_buffer(bh);
637 bh = bh->b_this_page;
638
639 } while (bh != head);
640
641 return true;
642 }
643
644 /* async case, we cannot block on lock_buffer so use trylock_buffer */
645 do {
Jan Kara84ade7c2018-12-28 00:39:09 -0800646 if (!trylock_buffer(bh)) {
647 /*
648 * We failed to lock the buffer and cannot stall in
649 * async migration. Release the taken locks
650 */
651 struct buffer_head *failed_bh = bh;
Jan Kara84ade7c2018-12-28 00:39:09 -0800652 bh = head;
653 while (bh != failed_bh) {
654 unlock_buffer(bh);
Jan Kara84ade7c2018-12-28 00:39:09 -0800655 bh = bh->b_this_page;
656 }
657 return false;
658 }
659
660 bh = bh->b_this_page;
661 } while (bh != head);
662 return true;
663}
664
Jan Kara89cb0882018-12-28 00:39:12 -0800665static int __buffer_migrate_page(struct address_space *mapping,
666 struct page *newpage, struct page *page, enum migrate_mode mode,
667 bool check_refs)
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700668{
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700669 struct buffer_head *bh, *head;
670 int rc;
Jan Karacc4f11e2018-12-28 00:39:05 -0800671 int expected_count;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700672
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700673 if (!page_has_buffers(page))
Mel Gormana6bc32b2012-01-12 17:19:43 -0800674 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700675
Jan Karacc4f11e2018-12-28 00:39:05 -0800676 /* Check whether page does not have extra refs before we do more work */
Jan Karaf9004822019-03-05 15:48:46 -0800677 expected_count = expected_page_refs(mapping, page);
Jan Karacc4f11e2018-12-28 00:39:05 -0800678 if (page_count(page) != expected_count)
679 return -EAGAIN;
680
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700681 head = page_buffers(page);
Jan Karacc4f11e2018-12-28 00:39:05 -0800682 if (!buffer_migrate_lock_buffers(head, mode))
683 return -EAGAIN;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700684
Jan Kara89cb0882018-12-28 00:39:12 -0800685 if (check_refs) {
686 bool busy;
687 bool invalidated = false;
688
689recheck_buffers:
690 busy = false;
691 spin_lock(&mapping->private_lock);
692 bh = head;
693 do {
694 if (atomic_read(&bh->b_count)) {
695 busy = true;
696 break;
697 }
698 bh = bh->b_this_page;
699 } while (bh != head);
Jan Kara89cb0882018-12-28 00:39:12 -0800700 if (busy) {
701 if (invalidated) {
702 rc = -EAGAIN;
703 goto unlock_buffers;
704 }
Jan Karaebdf4de2019-08-02 21:48:47 -0700705 spin_unlock(&mapping->private_lock);
Jan Kara89cb0882018-12-28 00:39:12 -0800706 invalidate_bh_lrus();
707 invalidated = true;
708 goto recheck_buffers;
709 }
710 }
711
Keith Busch37109692019-07-18 15:58:46 -0700712 rc = migrate_page_move_mapping(mapping, newpage, page, 0);
Rafael Aquini78bd5202012-12-11 16:02:31 -0800713 if (rc != MIGRATEPAGE_SUCCESS)
Jan Karacc4f11e2018-12-28 00:39:05 -0800714 goto unlock_buffers;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700715
Guoqing Jiangcd0f3712020-06-01 21:48:06 -0700716 attach_page_private(newpage, detach_page_private(page));
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700717
718 bh = head;
719 do {
720 set_bh_page(bh, newpage, bh_offset(bh));
721 bh = bh->b_this_page;
722
723 } while (bh != head);
724
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700725 if (mode != MIGRATE_SYNC_NO_COPY)
726 migrate_page_copy(newpage, page);
727 else
728 migrate_page_states(newpage, page);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700729
Jan Karacc4f11e2018-12-28 00:39:05 -0800730 rc = MIGRATEPAGE_SUCCESS;
731unlock_buffers:
Jan Karaebdf4de2019-08-02 21:48:47 -0700732 if (check_refs)
733 spin_unlock(&mapping->private_lock);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700734 bh = head;
735 do {
736 unlock_buffer(bh);
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700737 bh = bh->b_this_page;
738
739 } while (bh != head);
740
Jan Karacc4f11e2018-12-28 00:39:05 -0800741 return rc;
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700742}
Jan Kara89cb0882018-12-28 00:39:12 -0800743
744/*
745 * Migration function for pages with buffers. This function can only be used
746 * if the underlying filesystem guarantees that no other references to "page"
747 * exist. For example attached buffer heads are accessed only under page lock.
748 */
749int buffer_migrate_page(struct address_space *mapping,
750 struct page *newpage, struct page *page, enum migrate_mode mode)
751{
752 return __buffer_migrate_page(mapping, newpage, page, mode, false);
753}
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700754EXPORT_SYMBOL(buffer_migrate_page);
Jan Kara89cb0882018-12-28 00:39:12 -0800755
756/*
757 * Same as above except that this variant is more careful and checks that there
758 * are also no buffer head references. This function is the right one for
759 * mappings where buffer heads are directly looked up and referenced (such as
760 * block device mappings).
761 */
762int buffer_migrate_page_norefs(struct address_space *mapping,
763 struct page *newpage, struct page *page, enum migrate_mode mode)
764{
765 return __buffer_migrate_page(mapping, newpage, page, mode, true);
766}
David Howells93614012006-09-30 20:45:40 +0200767#endif
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700768
Christoph Lameter04e62a22006-06-23 02:03:38 -0700769/*
770 * Writeback a page to clean the dirty state
771 */
772static int writeout(struct address_space *mapping, struct page *page)
773{
774 struct writeback_control wbc = {
775 .sync_mode = WB_SYNC_NONE,
776 .nr_to_write = 1,
777 .range_start = 0,
778 .range_end = LLONG_MAX,
Christoph Lameter04e62a22006-06-23 02:03:38 -0700779 .for_reclaim = 1
780 };
781 int rc;
782
783 if (!mapping->a_ops->writepage)
784 /* No write method for the address space */
785 return -EINVAL;
786
787 if (!clear_page_dirty_for_io(page))
788 /* Someone else already triggered a write */
789 return -EAGAIN;
790
791 /*
792 * A dirty page may imply that the underlying filesystem has
793 * the page on some queue. So the page must be clean for
794 * migration. Writeout may mean we loose the lock and the
795 * page state is no longer what we checked for earlier.
796 * At this point we know that the migration attempt cannot
797 * be successful.
798 */
Kirill A. Shutemove3884662016-03-17 14:20:07 -0700799 remove_migration_ptes(page, page, false);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700800
801 rc = mapping->a_ops->writepage(page, &wbc);
Christoph Lameter04e62a22006-06-23 02:03:38 -0700802
803 if (rc != AOP_WRITEPAGE_ACTIVATE)
804 /* unlocked. Relock */
805 lock_page(page);
806
Hugh Dickinsbda85502008-11-19 15:36:36 -0800807 return (rc < 0) ? -EIO : -EAGAIN;
Christoph Lameter04e62a22006-06-23 02:03:38 -0700808}
809
810/*
811 * Default handling if a filesystem does not provide a migration function.
812 */
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700813static int fallback_migrate_page(struct address_space *mapping,
Mel Gormana6bc32b2012-01-12 17:19:43 -0800814 struct page *newpage, struct page *page, enum migrate_mode mode)
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700815{
Mel Gormanb969c4ab2012-01-12 17:19:34 -0800816 if (PageDirty(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800817 /* Only writeback pages in full synchronous migration */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700818 switch (mode) {
819 case MIGRATE_SYNC:
820 case MIGRATE_SYNC_NO_COPY:
821 break;
822 default:
Mel Gormanb969c4ab2012-01-12 17:19:34 -0800823 return -EBUSY;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700824 }
Christoph Lameter04e62a22006-06-23 02:03:38 -0700825 return writeout(mapping, page);
Mel Gormanb969c4ab2012-01-12 17:19:34 -0800826 }
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700827
828 /*
829 * Buffers may be managed in a filesystem specific way.
830 * We must have no buffers or drop them.
831 */
David Howells266cf652009-04-03 16:42:36 +0100832 if (page_has_private(page) &&
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700833 !try_to_release_page(page, GFP_KERNEL))
Mel Gorman806031b2019-03-05 15:44:43 -0800834 return mode == MIGRATE_SYNC ? -EAGAIN : -EBUSY;
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700835
Mel Gormana6bc32b2012-01-12 17:19:43 -0800836 return migrate_page(mapping, newpage, page, mode);
Christoph Lameter8351a6e2006-06-23 02:03:33 -0700837}
838
Christoph Lameter1d8b85c2006-06-23 02:03:28 -0700839/*
Christoph Lametere24f0b82006-06-23 02:03:51 -0700840 * Move a page to a newly allocated page
841 * The page is locked and all ptes have been successfully removed.
842 *
843 * The new page will have replaced the old page if this function
844 * is successful.
Lee Schermerhorn894bc312008-10-18 20:26:39 -0700845 *
846 * Return value:
847 * < 0 - error code
Rafael Aquini78bd5202012-12-11 16:02:31 -0800848 * MIGRATEPAGE_SUCCESS - success
Christoph Lametere24f0b82006-06-23 02:03:51 -0700849 */
Mel Gorman3fe20112010-05-24 14:32:20 -0700850static int move_to_new_page(struct page *newpage, struct page *page,
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800851 enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700852{
853 struct address_space *mapping;
Minchan Kimbda807d2016-07-26 15:23:05 -0700854 int rc = -EAGAIN;
855 bool is_lru = !__PageMovable(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700856
Hugh Dickins7db76712015-11-05 18:49:49 -0800857 VM_BUG_ON_PAGE(!PageLocked(page), page);
858 VM_BUG_ON_PAGE(!PageLocked(newpage), newpage);
Christoph Lametere24f0b82006-06-23 02:03:51 -0700859
Christoph Lametere24f0b82006-06-23 02:03:51 -0700860 mapping = page_mapping(page);
Minchan Kimbda807d2016-07-26 15:23:05 -0700861
862 if (likely(is_lru)) {
863 if (!mapping)
864 rc = migrate_page(mapping, newpage, page, mode);
865 else if (mapping->a_ops->migratepage)
866 /*
867 * Most pages have a mapping and most filesystems
868 * provide a migratepage callback. Anonymous pages
869 * are part of swap space which also has its own
870 * migratepage callback. This is the most common path
871 * for page migration.
872 */
873 rc = mapping->a_ops->migratepage(mapping, newpage,
874 page, mode);
875 else
876 rc = fallback_migrate_page(mapping, newpage,
877 page, mode);
878 } else {
Christoph Lametere24f0b82006-06-23 02:03:51 -0700879 /*
Minchan Kimbda807d2016-07-26 15:23:05 -0700880 * In case of non-lru page, it could be released after
881 * isolation step. In that case, we shouldn't try migration.
Christoph Lametere24f0b82006-06-23 02:03:51 -0700882 */
Minchan Kimbda807d2016-07-26 15:23:05 -0700883 VM_BUG_ON_PAGE(!PageIsolated(page), page);
884 if (!PageMovable(page)) {
885 rc = MIGRATEPAGE_SUCCESS;
886 __ClearPageIsolated(page);
887 goto out;
888 }
889
890 rc = mapping->a_ops->migratepage(mapping, newpage,
891 page, mode);
892 WARN_ON_ONCE(rc == MIGRATEPAGE_SUCCESS &&
893 !PageIsolated(page));
894 }
Christoph Lametere24f0b82006-06-23 02:03:51 -0700895
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800896 /*
897 * When successful, old pagecache page->mapping must be cleared before
898 * page is freed; but stats require that PageAnon be left as PageAnon.
899 */
900 if (rc == MIGRATEPAGE_SUCCESS) {
Minchan Kimbda807d2016-07-26 15:23:05 -0700901 if (__PageMovable(page)) {
902 VM_BUG_ON_PAGE(!PageIsolated(page), page);
903
904 /*
905 * We clear PG_movable under page_lock so any compactor
906 * cannot try to migrate this page.
907 */
908 __ClearPageIsolated(page);
909 }
910
911 /*
Ralph Campbellc23a0c92020-01-30 22:14:41 -0800912 * Anonymous and movable page->mapping will be cleared by
Minchan Kimbda807d2016-07-26 15:23:05 -0700913 * free_pages_prepare so don't reset it here for keeping
914 * the type to work PageAnon, for example.
915 */
916 if (!PageMappingFlags(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -0800917 page->mapping = NULL;
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700918
Christoph Hellwig25b29952019-06-13 22:50:49 +0200919 if (likely(!is_zone_device_page(newpage)))
Lars Perssond2b2c6dd2019-03-28 20:44:28 -0700920 flush_dcache_page(newpage);
921
Mel Gorman3fe20112010-05-24 14:32:20 -0700922 }
Minchan Kimbda807d2016-07-26 15:23:05 -0700923out:
Christoph Lametere24f0b82006-06-23 02:03:51 -0700924 return rc;
925}
926
Minchan Kim0dabec92011-10-31 17:06:57 -0700927static int __unmap_and_move(struct page *page, struct page *newpage,
Hugh Dickins9c620e22013-02-22 16:35:14 -0800928 int force, enum migrate_mode mode)
Christoph Lametere24f0b82006-06-23 02:03:51 -0700929{
Minchan Kim0dabec92011-10-31 17:06:57 -0700930 int rc = -EAGAIN;
Baolin Wang213ecb32021-09-08 15:18:06 -0700931 bool page_was_mapped = false;
Mel Gorman3f6c8272010-05-24 14:32:17 -0700932 struct anon_vma *anon_vma = NULL;
Minchan Kimbda807d2016-07-26 15:23:05 -0700933 bool is_lru = !__PageMovable(page);
Christoph Lameter95a402c2006-06-23 02:03:53 -0700934
Nick Piggin529ae9a2008-08-02 12:01:03 +0200935 if (!trylock_page(page)) {
Mel Gormana6bc32b2012-01-12 17:19:43 -0800936 if (!force || mode == MIGRATE_ASYNC)
Minchan Kim0dabec92011-10-31 17:06:57 -0700937 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -0800938
939 /*
940 * It's not safe for direct compaction to call lock_page.
941 * For example, during page readahead pages are added locked
942 * to the LRU. Later, when the IO completes the pages are
943 * marked uptodate and unlocked. However, the queueing
944 * could be merging multiple pages for one bio (e.g.
Matthew Wilcox (Oracle)d4388342020-06-01 21:47:02 -0700945 * mpage_readahead). If an allocation happens for the
Mel Gorman3e7d3442011-01-13 15:45:56 -0800946 * second or third page, the process can end up locking
947 * the same page twice and deadlocking. Rather than
948 * trying to be clever about what pages can be locked,
949 * avoid the use of lock_page for direct compaction
950 * altogether.
951 */
952 if (current->flags & PF_MEMALLOC)
Minchan Kim0dabec92011-10-31 17:06:57 -0700953 goto out;
Mel Gorman3e7d3442011-01-13 15:45:56 -0800954
Christoph Lametere24f0b82006-06-23 02:03:51 -0700955 lock_page(page);
956 }
957
958 if (PageWriteback(page)) {
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700959 /*
Jianguo Wufed5b642013-04-29 15:07:58 -0700960 * Only in the case of a full synchronous migration is it
Mel Gormana6bc32b2012-01-12 17:19:43 -0800961 * necessary to wait for PageWriteback. In the async case,
962 * the retry loop is too short and in the sync-light case,
963 * the overhead of stalling is too much
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700964 */
Jérôme Glisse2916ecc2017-09-08 16:12:06 -0700965 switch (mode) {
966 case MIGRATE_SYNC:
967 case MIGRATE_SYNC_NO_COPY:
968 break;
969 default:
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700970 rc = -EBUSY;
Johannes Weiner0a31bc92014-08-08 14:19:22 -0700971 goto out_unlock;
Andrea Arcangeli11bc82d2011-03-22 16:33:11 -0700972 }
973 if (!force)
Johannes Weiner0a31bc92014-08-08 14:19:22 -0700974 goto out_unlock;
Christoph Lametere24f0b82006-06-23 02:03:51 -0700975 wait_on_page_writeback(page);
976 }
Hugh Dickins03f15c82015-11-05 18:49:56 -0800977
Christoph Lametere24f0b82006-06-23 02:03:51 -0700978 /*
Baolin Wang68a98432021-09-08 15:18:03 -0700979 * By try_to_migrate(), page->mapcount goes down to 0 here. In this case,
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -0700980 * we cannot notice that anon_vma is freed while we migrates a page.
Hugh Dickins1ce82b62011-01-13 15:47:30 -0800981 * This get_anon_vma() delays freeing anon_vma pointer until the end
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -0700982 * of migration. File cache pages are no problem because of page_lock()
KAMEZAWA Hiroyuki989f89c2007-08-30 23:56:21 -0700983 * File Caches may use write_page() or lock_page() in migration, then,
984 * just care Anon page here.
Hugh Dickins03f15c82015-11-05 18:49:56 -0800985 *
986 * Only page_get_anon_vma() understands the subtleties of
987 * getting a hold on an anon_vma from outside one of its mms.
988 * But if we cannot get anon_vma, then we won't need it anyway,
989 * because that implies that the anon page is no longer mapped
990 * (and cannot be remapped so long as we hold the page lock).
Christoph Lametere24f0b82006-06-23 02:03:51 -0700991 */
Hugh Dickins03f15c82015-11-05 18:49:56 -0800992 if (PageAnon(page) && !PageKsm(page))
Peter Zijlstra746b18d2011-05-24 17:12:10 -0700993 anon_vma = page_get_anon_vma(page);
Shaohua Li62e1c552008-02-04 22:29:33 -0800994
Hugh Dickins7db76712015-11-05 18:49:49 -0800995 /*
996 * Block others from accessing the new page when we get around to
997 * establishing additional references. We are usually the only one
998 * holding a reference to newpage at this point. We used to have a BUG
999 * here if trylock_page(newpage) fails, but would like to allow for
1000 * cases where there might be a race with the previous use of newpage.
1001 * This is much like races on refcount of oldpage: just don't BUG().
1002 */
1003 if (unlikely(!trylock_page(newpage)))
1004 goto out_unlock;
1005
Minchan Kimbda807d2016-07-26 15:23:05 -07001006 if (unlikely(!is_lru)) {
1007 rc = move_to_new_page(newpage, page, mode);
1008 goto out_unlock_both;
1009 }
1010
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001011 /*
Shaohua Li62e1c552008-02-04 22:29:33 -08001012 * Corner case handling:
1013 * 1. When a new swap-cache page is read into, it is added to the LRU
1014 * and treated as swapcache but it has no rmap yet.
1015 * Calling try_to_unmap() against a page->mapping==NULL page will
1016 * trigger a BUG. So handle it here.
Yang Shid12b8952020-12-14 19:13:02 -08001017 * 2. An orphaned page (see truncate_cleanup_page) might have
Shaohua Li62e1c552008-02-04 22:29:33 -08001018 * fs-private metadata. The page can be picked up due to memory
1019 * offlining. Everywhere else except page reclaim, the page is
1020 * invisible to the vm, so the page can not be migrated. So try to
1021 * free the metadata, so the page can be freed.
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001022 */
Shaohua Li62e1c552008-02-04 22:29:33 -08001023 if (!page->mapping) {
Sasha Levin309381fea2014-01-23 15:52:54 -08001024 VM_BUG_ON_PAGE(PageAnon(page), page);
Hugh Dickins1ce82b62011-01-13 15:47:30 -08001025 if (page_has_private(page)) {
Shaohua Li62e1c552008-02-04 22:29:33 -08001026 try_to_free_buffers(page);
Hugh Dickins7db76712015-11-05 18:49:49 -08001027 goto out_unlock_both;
Shaohua Li62e1c552008-02-04 22:29:33 -08001028 }
Hugh Dickins7db76712015-11-05 18:49:49 -08001029 } else if (page_mapped(page)) {
1030 /* Establish migration ptes */
Hugh Dickins03f15c82015-11-05 18:49:56 -08001031 VM_BUG_ON_PAGE(PageAnon(page) && !PageKsm(page) && !anon_vma,
1032 page);
Alistair Popplea98a2f02021-06-30 18:54:16 -07001033 try_to_migrate(page, 0);
Baolin Wang213ecb32021-09-08 15:18:06 -07001034 page_was_mapped = true;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001035 }
KAMEZAWA Hiroyukidc386d42007-07-26 10:41:07 -07001036
Christoph Lametere6a15302006-06-25 05:46:49 -07001037 if (!page_mapped(page))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001038 rc = move_to_new_page(newpage, page, mode);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001039
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001040 if (page_was_mapped)
1041 remove_migration_ptes(page,
Kirill A. Shutemove3884662016-03-17 14:20:07 -07001042 rc == MIGRATEPAGE_SUCCESS ? newpage : page, false);
Mel Gorman3f6c8272010-05-24 14:32:17 -07001043
Hugh Dickins7db76712015-11-05 18:49:49 -08001044out_unlock_both:
1045 unlock_page(newpage);
1046out_unlock:
Mel Gorman3f6c8272010-05-24 14:32:17 -07001047 /* Drop an anon_vma reference if we took one */
Rik van Riel76545062010-08-09 17:18:41 -07001048 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001049 put_anon_vma(anon_vma);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001050 unlock_page(page);
Minchan Kim0dabec92011-10-31 17:06:57 -07001051out:
Minchan Kimc6c919e2016-07-26 15:23:02 -07001052 /*
1053 * If migration is successful, decrease refcount of the newpage
1054 * which will not free the page because new page owner increased
1055 * refcounter. As well, if it is LRU page, add the page to LRU
David Hildenbrande0a352f2019-02-01 14:21:19 -08001056 * list in here. Use the old state of the isolated source page to
1057 * determine if we migrated a LRU page. newpage was already unlocked
1058 * and possibly modified by its owner - don't rely on the page
1059 * state.
Minchan Kimc6c919e2016-07-26 15:23:02 -07001060 */
1061 if (rc == MIGRATEPAGE_SUCCESS) {
David Hildenbrande0a352f2019-02-01 14:21:19 -08001062 if (unlikely(!is_lru))
Minchan Kimc6c919e2016-07-26 15:23:02 -07001063 put_page(newpage);
1064 else
1065 putback_lru_page(newpage);
1066 }
1067
Minchan Kim0dabec92011-10-31 17:06:57 -07001068 return rc;
1069}
Christoph Lameter95a402c2006-06-23 02:03:53 -07001070
Minchan Kim0dabec92011-10-31 17:06:57 -07001071/*
1072 * Obtain the lock on page, remove all ptes and migrate the page
1073 * to the newly allocated page in newpage.
1074 */
Linus Torvalds6ec44762020-07-08 10:48:35 -07001075static int unmap_and_move(new_page_t get_new_page,
Geert Uytterhoevenef2a5152015-04-14 15:44:22 -07001076 free_page_t put_new_page,
1077 unsigned long private, struct page *page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001078 int force, enum migrate_mode mode,
Yang Shidd4ae782020-12-14 19:13:06 -08001079 enum migrate_reason reason,
1080 struct list_head *ret)
Minchan Kim0dabec92011-10-31 17:06:57 -07001081{
Hugh Dickins2def7422015-11-05 18:49:46 -08001082 int rc = MIGRATEPAGE_SUCCESS;
Yang Shi74d4a572019-11-30 17:57:12 -08001083 struct page *newpage = NULL;
Minchan Kim0dabec92011-10-31 17:06:57 -07001084
Michal Hocko94723aa2018-04-10 16:30:07 -07001085 if (!thp_migration_supported() && PageTransHuge(page))
Yang Shid532e2e2020-12-14 19:13:16 -08001086 return -ENOSYS;
Michal Hocko94723aa2018-04-10 16:30:07 -07001087
Minchan Kim0dabec92011-10-31 17:06:57 -07001088 if (page_count(page) == 1) {
1089 /* page was freed from under us. So we are done. */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001090 ClearPageActive(page);
1091 ClearPageUnevictable(page);
Minchan Kimbda807d2016-07-26 15:23:05 -07001092 if (unlikely(__PageMovable(page))) {
1093 lock_page(page);
1094 if (!PageMovable(page))
1095 __ClearPageIsolated(page);
1096 unlock_page(page);
1097 }
Minchan Kim0dabec92011-10-31 17:06:57 -07001098 goto out;
1099 }
1100
Yang Shi74d4a572019-11-30 17:57:12 -08001101 newpage = get_new_page(page, private);
1102 if (!newpage)
1103 return -ENOMEM;
1104
Hugh Dickins9c620e22013-02-22 16:35:14 -08001105 rc = __unmap_and_move(page, newpage, force, mode);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001106 if (rc == MIGRATEPAGE_SUCCESS)
Vlastimil Babka7cd12b42016-03-15 14:56:18 -07001107 set_page_owner_migrate_reason(newpage, reason);
Rafael Aquinibf6bddf12012-12-11 16:02:42 -08001108
Minchan Kim0dabec92011-10-31 17:06:57 -07001109out:
Christoph Lametere24f0b82006-06-23 02:03:51 -07001110 if (rc != -EAGAIN) {
Minchan Kim0dabec92011-10-31 17:06:57 -07001111 /*
1112 * A page that has been migrated has all references
1113 * removed and will be freed. A page that has not been
Ralph Campbellc23a0c92020-01-30 22:14:41 -08001114 * migrated will have kept its references and be restored.
Minchan Kim0dabec92011-10-31 17:06:57 -07001115 */
1116 list_del(&page->lru);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001117 }
David Rientjes68711a72014-06-04 16:08:25 -07001118
Christoph Lameter95a402c2006-06-23 02:03:53 -07001119 /*
Minchan Kimc6c919e2016-07-26 15:23:02 -07001120 * If migration is successful, releases reference grabbed during
1121 * isolation. Otherwise, restore the page to right list unless
1122 * we want to retry.
Christoph Lameter95a402c2006-06-23 02:03:53 -07001123 */
Minchan Kimc6c919e2016-07-26 15:23:02 -07001124 if (rc == MIGRATEPAGE_SUCCESS) {
Yang Shidd4ae782020-12-14 19:13:06 -08001125 /*
1126 * Compaction can migrate also non-LRU pages which are
1127 * not accounted to NR_ISOLATED_*. They can be recognized
1128 * as __PageMovable
1129 */
1130 if (likely(!__PageMovable(page)))
1131 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
1132 page_is_file_lru(page), -thp_nr_pages(page));
1133
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001134 if (reason != MR_MEMORY_FAILURE)
Minchan Kimc6c919e2016-07-26 15:23:02 -07001135 /*
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001136 * We release the page in page_handle_poison.
Minchan Kimc6c919e2016-07-26 15:23:02 -07001137 */
Oscar Salvador79f5f8f2020-10-15 20:07:09 -07001138 put_page(page);
Minchan Kimc6c919e2016-07-26 15:23:02 -07001139 } else {
Yang Shidd4ae782020-12-14 19:13:06 -08001140 if (rc != -EAGAIN)
1141 list_add_tail(&page->lru, ret);
Minchan Kimbda807d2016-07-26 15:23:05 -07001142
Minchan Kimc6c919e2016-07-26 15:23:02 -07001143 if (put_new_page)
1144 put_new_page(newpage, private);
1145 else
1146 put_page(newpage);
1147 }
David Rientjes68711a72014-06-04 16:08:25 -07001148
Christoph Lametere24f0b82006-06-23 02:03:51 -07001149 return rc;
1150}
1151
1152/*
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001153 * Counterpart of unmap_and_move_page() for hugepage migration.
1154 *
1155 * This function doesn't wait the completion of hugepage I/O
1156 * because there is no race between I/O and migration for hugepage.
1157 * Note that currently hugepage I/O occurs only in direct I/O
1158 * where no lock is held and PG_writeback is irrelevant,
1159 * and writeback status of all subpages are counted in the reference
1160 * count of the head page (i.e. if all subpages of a 2MB hugepage are
1161 * under direct I/O, the reference of the head page is 512 and a bit more.)
1162 * This means that when we try to migrate hugepage whose subpages are
1163 * doing direct I/O, some references remain after try_to_unmap() and
1164 * hugepage migration fails without data corruption.
1165 *
1166 * There is also no race when direct I/O is issued on the page under migration,
1167 * because then pte is replaced with migration swap entry and direct I/O code
1168 * will wait in the page fault for migration to complete.
1169 */
1170static int unmap_and_move_huge_page(new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001171 free_page_t put_new_page, unsigned long private,
1172 struct page *hpage, int force,
Yang Shidd4ae782020-12-14 19:13:06 -08001173 enum migrate_mode mode, int reason,
1174 struct list_head *ret)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001175{
Hugh Dickins2def7422015-11-05 18:49:46 -08001176 int rc = -EAGAIN;
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001177 int page_was_mapped = 0;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001178 struct page *new_hpage;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001179 struct anon_vma *anon_vma = NULL;
Mike Kravetzc0d03812020-04-01 21:11:05 -07001180 struct address_space *mapping = NULL;
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001181
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001182 /*
Anshuman Khandual7ed2c312019-03-05 15:43:44 -08001183 * Migratability of hugepages depends on architectures and their size.
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001184 * This check is necessary because some callers of hugepage migration
1185 * like soft offline and memory hotremove don't walk through page
1186 * tables or check whether the hugepage is pmd-based or not before
1187 * kicking migration.
1188 */
Naoya Horiguchi100873d2014-06-04 16:10:56 -07001189 if (!hugepage_migration_supported(page_hstate(hpage))) {
Yang Shidd4ae782020-12-14 19:13:06 -08001190 list_move_tail(&hpage->lru, ret);
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001191 return -ENOSYS;
Joonsoo Kim32665f22014-01-21 15:51:15 -08001192 }
Naoya Horiguchi83467ef2013-09-11 14:22:11 -07001193
Muchun Song71a64f62021-02-04 18:32:17 -08001194 if (page_count(hpage) == 1) {
1195 /* page was freed from under us. So we are done. */
1196 putback_active_hugepage(hpage);
1197 return MIGRATEPAGE_SUCCESS;
1198 }
1199
Michal Hocko666feb22018-04-10 16:30:03 -07001200 new_hpage = get_new_page(hpage, private);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001201 if (!new_hpage)
1202 return -ENOMEM;
1203
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001204 if (!trylock_page(hpage)) {
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001205 if (!force)
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001206 goto out;
Jérôme Glisse2916ecc2017-09-08 16:12:06 -07001207 switch (mode) {
1208 case MIGRATE_SYNC:
1209 case MIGRATE_SYNC_NO_COPY:
1210 break;
1211 default:
1212 goto out;
1213 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001214 lock_page(hpage);
1215 }
1216
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001217 /*
1218 * Check for pages which are in the process of being freed. Without
1219 * page_mapping() set, hugetlbfs specific move page routine will not
1220 * be called and we could leak usage counts for subpools.
1221 */
Muchun Song6acfb5b2021-06-30 18:51:29 -07001222 if (hugetlb_page_subpool(hpage) && !page_mapping(hpage)) {
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001223 rc = -EBUSY;
1224 goto out_unlock;
1225 }
1226
Peter Zijlstra746b18d2011-05-24 17:12:10 -07001227 if (PageAnon(hpage))
1228 anon_vma = page_get_anon_vma(hpage);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001229
Hugh Dickins7db76712015-11-05 18:49:49 -08001230 if (unlikely(!trylock_page(new_hpage)))
1231 goto put_anon;
1232
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001233 if (page_mapped(hpage)) {
Mike Kravetz336bf302020-11-13 22:52:16 -08001234 bool mapping_locked = false;
Alistair Popplea98a2f02021-06-30 18:54:16 -07001235 enum ttu_flags ttu = 0;
Mike Kravetzc0d03812020-04-01 21:11:05 -07001236
Mike Kravetz336bf302020-11-13 22:52:16 -08001237 if (!PageAnon(hpage)) {
1238 /*
1239 * In shared mappings, try_to_unmap could potentially
1240 * call huge_pmd_unshare. Because of this, take
1241 * semaphore in write mode here and set TTU_RMAP_LOCKED
1242 * to let lower levels know we have taken the lock.
1243 */
1244 mapping = hugetlb_page_mapping_lock_write(hpage);
1245 if (unlikely(!mapping))
1246 goto unlock_put_anon;
1247
1248 mapping_locked = true;
1249 ttu |= TTU_RMAP_LOCKED;
1250 }
1251
Alistair Popplea98a2f02021-06-30 18:54:16 -07001252 try_to_migrate(hpage, ttu);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001253 page_was_mapped = 1;
Mike Kravetz336bf302020-11-13 22:52:16 -08001254
1255 if (mapping_locked)
1256 i_mmap_unlock_write(mapping);
Hugh Dickins2ebba6b2014-12-12 16:56:19 -08001257 }
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001258
1259 if (!page_mapped(hpage))
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001260 rc = move_to_new_page(new_hpage, hpage, mode);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001261
Mike Kravetz336bf302020-11-13 22:52:16 -08001262 if (page_was_mapped)
Hugh Dickins5c3f9a62015-11-05 18:49:53 -08001263 remove_migration_ptes(hpage,
Mike Kravetz336bf302020-11-13 22:52:16 -08001264 rc == MIGRATEPAGE_SUCCESS ? new_hpage : hpage, false);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001265
Mike Kravetzc0d03812020-04-01 21:11:05 -07001266unlock_put_anon:
Hugh Dickins7db76712015-11-05 18:49:49 -08001267 unlock_page(new_hpage);
1268
1269put_anon:
Hugh Dickinsfd4a4662011-01-13 15:47:31 -08001270 if (anon_vma)
Peter Zijlstra9e601092011-03-22 16:32:46 -07001271 put_anon_vma(anon_vma);
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001272
Hugh Dickins2def7422015-11-05 18:49:46 -08001273 if (rc == MIGRATEPAGE_SUCCESS) {
Michal Hockoab5ac902018-01-31 16:20:48 -08001274 move_hugetlb_state(hpage, new_hpage, reason);
Hugh Dickins2def7422015-11-05 18:49:46 -08001275 put_new_page = NULL;
1276 }
Aneesh Kumar K.V8e6ac7f2012-07-31 16:42:27 -07001277
Mike Kravetzcb6acd02019-02-28 16:22:02 -08001278out_unlock:
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001279 unlock_page(hpage);
Hillf Danton09761332011-12-08 14:34:20 -08001280out:
Yang Shidd4ae782020-12-14 19:13:06 -08001281 if (rc == MIGRATEPAGE_SUCCESS)
Naoya Horiguchib8ec1ce2013-09-11 14:22:01 -07001282 putback_active_hugepage(hpage);
Miaohe Lina04840c2021-05-04 18:37:07 -07001283 else if (rc != -EAGAIN)
Yang Shidd4ae782020-12-14 19:13:06 -08001284 list_move_tail(&hpage->lru, ret);
David Rientjes68711a72014-06-04 16:08:25 -07001285
1286 /*
1287 * If migration was not successful and there's a freeing callback, use
1288 * it. Otherwise, put_page() will drop the reference grabbed during
1289 * isolation.
1290 */
Hugh Dickins2def7422015-11-05 18:49:46 -08001291 if (put_new_page)
David Rientjes68711a72014-06-04 16:08:25 -07001292 put_new_page(new_hpage, private);
1293 else
Naoya Horiguchi3aaa76e2015-09-22 14:59:14 -07001294 putback_active_hugepage(new_hpage);
David Rientjes68711a72014-06-04 16:08:25 -07001295
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001296 return rc;
1297}
1298
Yang Shid532e2e2020-12-14 19:13:16 -08001299static inline int try_split_thp(struct page *page, struct page **page2,
1300 struct list_head *from)
1301{
1302 int rc = 0;
1303
1304 lock_page(page);
1305 rc = split_huge_page_to_list(page, from);
1306 unlock_page(page);
1307 if (!rc)
1308 list_safe_reset_next(page, *page2, lru);
1309
1310 return rc;
1311}
1312
Naoya Horiguchi290408d2010-09-08 10:19:35 +09001313/*
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001314 * migrate_pages - migrate the pages specified in a list, to the free pages
1315 * supplied as the target for the page migration
Christoph Lameterb20a3502006-03-22 00:09:12 -08001316 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001317 * @from: The list of pages to be migrated.
1318 * @get_new_page: The function used to allocate free pages to be used
1319 * as the target of the page migration.
David Rientjes68711a72014-06-04 16:08:25 -07001320 * @put_new_page: The function used to free target pages if migration
1321 * fails, or NULL if no special handling is necessary.
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001322 * @private: Private data to be passed on to get_new_page()
1323 * @mode: The migration mode that specifies the constraints for
1324 * page migration, if any.
1325 * @reason: The reason for page migration.
Baolin Wangb5bade92022-01-14 14:08:34 -08001326 * @ret_succeeded: Set to the number of normal pages migrated successfully if
Yang Shi5ac95882021-09-02 14:59:13 -07001327 * the caller passes a non-NULL pointer.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001328 *
Srivatsa S. Bhatc73e5c92013-04-29 15:08:16 -07001329 * The function returns after 10 attempts or if no pages are movable any more
1330 * because the list has become empty or no retryable pages exist any more.
Yang Shidd4ae782020-12-14 19:13:06 -08001331 * It is caller's responsibility to call putback_movable_pages() to return pages
1332 * to the LRU or free list only if ret != 0.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001333 *
Baolin Wang5d39a7e2022-01-14 14:08:37 -08001334 * Returns the number of {normal page, THP, hugetlb} that were not migrated, or
1335 * an error code. The number of THP splits will be considered as the number of
1336 * non-migrated THP, no matter how many subpages of the THP are migrated successfully.
Christoph Lameterb20a3502006-03-22 00:09:12 -08001337 */
Hugh Dickins9c620e22013-02-22 16:35:14 -08001338int migrate_pages(struct list_head *from, new_page_t get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001339 free_page_t put_new_page, unsigned long private,
Yang Shi5ac95882021-09-02 14:59:13 -07001340 enum migrate_mode mode, int reason, unsigned int *ret_succeeded)
Christoph Lameterb20a3502006-03-22 00:09:12 -08001341{
Christoph Lametere24f0b82006-06-23 02:03:51 -07001342 int retry = 1;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001343 int thp_retry = 1;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001344 int nr_failed = 0;
Baolin Wangb5bade92022-01-14 14:08:34 -08001345 int nr_failed_pages = 0;
Mel Gorman5647bc22012-10-19 10:46:20 +01001346 int nr_succeeded = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001347 int nr_thp_succeeded = 0;
1348 int nr_thp_failed = 0;
1349 int nr_thp_split = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001350 int pass = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001351 bool is_thp = false;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001352 struct page *page;
1353 struct page *page2;
1354 int swapwrite = current->flags & PF_SWAPWRITE;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001355 int rc, nr_subpages;
Yang Shidd4ae782020-12-14 19:13:06 -08001356 LIST_HEAD(ret_pages);
Baolin Wangb5bade92022-01-14 14:08:34 -08001357 LIST_HEAD(thp_split_pages);
Yang Shib0b515b2021-06-30 18:51:48 -07001358 bool nosplit = (reason == MR_NUMA_MISPLACED);
Baolin Wangb5bade92022-01-14 14:08:34 -08001359 bool no_subpage_counting = false;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001360
Liam Mark7bc1aec2021-05-04 18:37:25 -07001361 trace_mm_migrate_pages_start(mode, reason);
1362
Christoph Lameterb20a3502006-03-22 00:09:12 -08001363 if (!swapwrite)
1364 current->flags |= PF_SWAPWRITE;
1365
Baolin Wangb5bade92022-01-14 14:08:34 -08001366thp_subpage_migration:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001367 for (pass = 0; pass < 10 && (retry || thp_retry); pass++) {
Christoph Lametere24f0b82006-06-23 02:03:51 -07001368 retry = 0;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001369 thp_retry = 0;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001370
Christoph Lametere24f0b82006-06-23 02:03:51 -07001371 list_for_each_entry_safe(page, page2, from, lru) {
Michal Hocko94723aa2018-04-10 16:30:07 -07001372retry:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001373 /*
1374 * THP statistics is based on the source huge page.
1375 * Capture required information that might get lost
1376 * during migration.
1377 */
Zi Yan6c5c7b92020-09-25 21:19:14 -07001378 is_thp = PageTransHuge(page) && !PageHuge(page);
Baolin Wang5d39a7e2022-01-14 14:08:37 -08001379 nr_subpages = compound_nr(page);
Christoph Lametere24f0b82006-06-23 02:03:51 -07001380 cond_resched();
Christoph Lameterb20a3502006-03-22 00:09:12 -08001381
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001382 if (PageHuge(page))
1383 rc = unmap_and_move_huge_page(get_new_page,
David Rientjes68711a72014-06-04 16:08:25 -07001384 put_new_page, private, page,
Yang Shidd4ae782020-12-14 19:13:06 -08001385 pass > 2, mode, reason,
1386 &ret_pages);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07001387 else
David Rientjes68711a72014-06-04 16:08:25 -07001388 rc = unmap_and_move(get_new_page, put_new_page,
Naoya Horiguchiadd05ce2015-06-24 16:56:50 -07001389 private, page, pass > 2, mode,
Yang Shidd4ae782020-12-14 19:13:06 -08001390 reason, &ret_pages);
1391 /*
1392 * The rules are:
1393 * Success: non hugetlb page will be freed, hugetlb
1394 * page will be put back
1395 * -EAGAIN: stay on the from list
1396 * -ENOMEM: stay on the from list
1397 * Other errno: put on ret_pages list then splice to
1398 * from list
1399 */
Christoph Lametere24f0b82006-06-23 02:03:51 -07001400 switch(rc) {
Yang Shid532e2e2020-12-14 19:13:16 -08001401 /*
1402 * THP migration might be unsupported or the
1403 * allocation could've failed so we should
1404 * retry on the same page with the THP split
1405 * to base pages.
1406 *
1407 * Head page is retried immediately and tail
1408 * pages are added to the tail of the list so
1409 * we encounter them after the rest of the list
1410 * is processed.
1411 */
1412 case -ENOSYS:
1413 /* THP migration is unsupported */
1414 if (is_thp) {
Baolin Wangb5bade92022-01-14 14:08:34 -08001415 nr_thp_failed++;
1416 if (!try_split_thp(page, &page2, &thp_split_pages)) {
Yang Shid532e2e2020-12-14 19:13:16 -08001417 nr_thp_split++;
1418 goto retry;
1419 }
1420
Baolin Wangb5bade92022-01-14 14:08:34 -08001421 nr_failed_pages += nr_subpages;
Yang Shid532e2e2020-12-14 19:13:16 -08001422 break;
1423 }
1424
1425 /* Hugetlb migration is unsupported */
Baolin Wangb5bade92022-01-14 14:08:34 -08001426 if (!no_subpage_counting)
1427 nr_failed++;
Baolin Wang5d39a7e2022-01-14 14:08:37 -08001428 nr_failed_pages += nr_subpages;
Yang Shid532e2e2020-12-14 19:13:16 -08001429 break;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001430 case -ENOMEM:
Michal Hocko94723aa2018-04-10 16:30:07 -07001431 /*
Yang Shid532e2e2020-12-14 19:13:16 -08001432 * When memory is low, don't bother to try to migrate
1433 * other pages, just exit.
Yang Shib0b515b2021-06-30 18:51:48 -07001434 * THP NUMA faulting doesn't split THP to retry.
Michal Hocko94723aa2018-04-10 16:30:07 -07001435 */
Yang Shib0b515b2021-06-30 18:51:48 -07001436 if (is_thp && !nosplit) {
Baolin Wangb5bade92022-01-14 14:08:34 -08001437 nr_thp_failed++;
1438 if (!try_split_thp(page, &page2, &thp_split_pages)) {
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001439 nr_thp_split++;
Michal Hocko94723aa2018-04-10 16:30:07 -07001440 goto retry;
1441 }
Zi Yan6c5c7b92020-09-25 21:19:14 -07001442
Baolin Wangb5bade92022-01-14 14:08:34 -08001443 nr_failed_pages += nr_subpages;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001444 goto out;
1445 }
Baolin Wangb5bade92022-01-14 14:08:34 -08001446
1447 if (!no_subpage_counting)
1448 nr_failed++;
Baolin Wang5d39a7e2022-01-14 14:08:37 -08001449 nr_failed_pages += nr_subpages;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001450 goto out;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001451 case -EAGAIN:
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001452 if (is_thp) {
1453 thp_retry++;
1454 break;
1455 }
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001456 retry++;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001457 break;
Rafael Aquini78bd5202012-12-11 16:02:31 -08001458 case MIGRATEPAGE_SUCCESS:
Baolin Wang5d39a7e2022-01-14 14:08:37 -08001459 nr_succeeded += nr_subpages;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001460 if (is_thp) {
1461 nr_thp_succeeded++;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001462 break;
1463 }
Christoph Lametere24f0b82006-06-23 02:03:51 -07001464 break;
1465 default:
Naoya Horiguchi354a3362014-01-21 15:51:14 -08001466 /*
Yang Shid532e2e2020-12-14 19:13:16 -08001467 * Permanent failure (-EBUSY, etc.):
Naoya Horiguchi354a3362014-01-21 15:51:14 -08001468 * unlike -EAGAIN case, the failed page is
1469 * removed from migration page list and not
1470 * retried in the next outer loop.
1471 */
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001472 if (is_thp) {
1473 nr_thp_failed++;
Baolin Wangb5bade92022-01-14 14:08:34 -08001474 nr_failed_pages += nr_subpages;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001475 break;
1476 }
Baolin Wangb5bade92022-01-14 14:08:34 -08001477
1478 if (!no_subpage_counting)
1479 nr_failed++;
Baolin Wang5d39a7e2022-01-14 14:08:37 -08001480 nr_failed_pages += nr_subpages;
Christoph Lametere24f0b82006-06-23 02:03:51 -07001481 break;
Christoph Lameter2d1db3b2006-06-23 02:03:33 -07001482 }
Christoph Lameterb20a3502006-03-22 00:09:12 -08001483 }
1484 }
Baolin Wangb5bade92022-01-14 14:08:34 -08001485 nr_failed += retry;
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001486 nr_thp_failed += thp_retry;
Baolin Wangb5bade92022-01-14 14:08:34 -08001487 /*
1488 * Try to migrate subpages of fail-to-migrate THPs, no nr_failed
1489 * counting in this round, since all subpages of a THP is counted
1490 * as 1 failure in the first round.
1491 */
1492 if (!list_empty(&thp_split_pages)) {
1493 /*
1494 * Move non-migrated pages (after 10 retries) to ret_pages
1495 * to avoid migrating them again.
1496 */
1497 list_splice_init(from, &ret_pages);
1498 list_splice_init(&thp_split_pages, from);
1499 no_subpage_counting = true;
1500 retry = 1;
1501 goto thp_subpage_migration;
1502 }
1503
1504 rc = nr_failed + nr_thp_failed;
Christoph Lameter95a402c2006-06-23 02:03:53 -07001505out:
Yang Shidd4ae782020-12-14 19:13:06 -08001506 /*
1507 * Put the permanent failure page back to migration list, they
1508 * will be put back to the right list by the caller.
1509 */
1510 list_splice(&ret_pages, from);
1511
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001512 count_vm_events(PGMIGRATE_SUCCESS, nr_succeeded);
Baolin Wangb5bade92022-01-14 14:08:34 -08001513 count_vm_events(PGMIGRATE_FAIL, nr_failed_pages);
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001514 count_vm_events(THP_MIGRATION_SUCCESS, nr_thp_succeeded);
1515 count_vm_events(THP_MIGRATION_FAIL, nr_thp_failed);
1516 count_vm_events(THP_MIGRATION_SPLIT, nr_thp_split);
Baolin Wangb5bade92022-01-14 14:08:34 -08001517 trace_mm_migrate_pages(nr_succeeded, nr_failed_pages, nr_thp_succeeded,
Anshuman Khandual1a5bae22020-08-11 18:31:51 -07001518 nr_thp_failed, nr_thp_split, mode, reason);
Mel Gorman7b2a2d42012-10-19 14:07:31 +01001519
Christoph Lameterb20a3502006-03-22 00:09:12 -08001520 if (!swapwrite)
1521 current->flags &= ~PF_SWAPWRITE;
1522
Yang Shi5ac95882021-09-02 14:59:13 -07001523 if (ret_succeeded)
1524 *ret_succeeded = nr_succeeded;
1525
Rafael Aquini78bd5202012-12-11 16:02:31 -08001526 return rc;
Christoph Lameterb20a3502006-03-22 00:09:12 -08001527}
1528
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001529struct page *alloc_migration_target(struct page *page, unsigned long private)
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001530{
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001531 struct migration_target_control *mtc;
1532 gfp_t gfp_mask;
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001533 unsigned int order = 0;
1534 struct page *new_page = NULL;
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001535 int nid;
1536 int zidx;
1537
1538 mtc = (struct migration_target_control *)private;
1539 gfp_mask = mtc->gfp_mask;
1540 nid = mtc->nid;
1541 if (nid == NUMA_NO_NODE)
1542 nid = page_to_nid(page);
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001543
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07001544 if (PageHuge(page)) {
1545 struct hstate *h = page_hstate(compound_head(page));
1546
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001547 gfp_mask = htlb_modify_alloc_mask(h, gfp_mask);
1548 return alloc_huge_page_nodemask(h, nid, mtc->nmask, gfp_mask);
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07001549 }
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001550
1551 if (PageTransHuge(page)) {
Joonsoo Kim9933a0c2020-08-11 18:37:20 -07001552 /*
1553 * clear __GFP_RECLAIM to make the migration callback
1554 * consistent with regular THP allocations.
1555 */
1556 gfp_mask &= ~__GFP_RECLAIM;
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001557 gfp_mask |= GFP_TRANSHUGE;
1558 order = HPAGE_PMD_ORDER;
1559 }
Joonsoo Kim19fc7be2020-08-11 18:37:25 -07001560 zidx = zone_idx(page_zone(page));
1561 if (is_highmem_idx(zidx) || zidx == ZONE_MOVABLE)
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001562 gfp_mask |= __GFP_HIGHMEM;
1563
Matthew Wilcox (Oracle)84172f42021-04-29 23:01:15 -07001564 new_page = __alloc_pages(gfp_mask, order, nid, mtc->nmask);
Joonsoo Kimb4b38222020-08-11 18:37:14 -07001565
1566 if (new_page && PageTransHuge(new_page))
1567 prep_transhuge_page(new_page);
1568
1569 return new_page;
1570}
1571
Christoph Lameter742755a2006-06-23 02:03:55 -07001572#ifdef CONFIG_NUMA
Christoph Lameter742755a2006-06-23 02:03:55 -07001573
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001574static int store_status(int __user *status, int start, int value, int nr)
Christoph Lameter742755a2006-06-23 02:03:55 -07001575{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001576 while (nr-- > 0) {
1577 if (put_user(value, status + start))
1578 return -EFAULT;
1579 start++;
1580 }
Christoph Lameter742755a2006-06-23 02:03:55 -07001581
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001582 return 0;
1583}
Christoph Lameter742755a2006-06-23 02:03:55 -07001584
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001585static int do_move_pages_to_node(struct mm_struct *mm,
1586 struct list_head *pagelist, int node)
1587{
1588 int err;
Joonsoo Kima0976312020-08-11 18:37:28 -07001589 struct migration_target_control mtc = {
1590 .nid = node,
1591 .gfp_mask = GFP_HIGHUSER_MOVABLE | __GFP_THISNODE,
1592 };
Christoph Lameter742755a2006-06-23 02:03:55 -07001593
Joonsoo Kima0976312020-08-11 18:37:28 -07001594 err = migrate_pages(pagelist, alloc_migration_target, NULL,
Yang Shi5ac95882021-09-02 14:59:13 -07001595 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001596 if (err)
1597 putback_movable_pages(pagelist);
1598 return err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001599}
1600
1601/*
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001602 * Resolves the given address to a struct page, isolates it from the LRU and
1603 * puts it to the given pagelist.
Yang Shie0153fc2020-01-04 12:59:46 -08001604 * Returns:
1605 * errno - if the page cannot be found/isolated
1606 * 0 - when it doesn't have to be migrated because it is already on the
1607 * target node
1608 * 1 - when it has been queued
Christoph Lameter742755a2006-06-23 02:03:55 -07001609 */
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001610static int add_page_for_migration(struct mm_struct *mm, unsigned long addr,
1611 int node, struct list_head *pagelist, bool migrate_all)
Christoph Lameter742755a2006-06-23 02:03:55 -07001612{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001613 struct vm_area_struct *vma;
1614 struct page *page;
1615 unsigned int follflags;
Christoph Lameter742755a2006-06-23 02:03:55 -07001616 int err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001617
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001618 mmap_read_lock(mm);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001619 err = -EFAULT;
1620 vma = find_vma(mm, addr);
1621 if (!vma || addr < vma->vm_start || !vma_migratable(vma))
1622 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001623
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001624 /* FOLL_DUMP to ignore special (like zero) pages */
1625 follflags = FOLL_GET | FOLL_DUMP;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001626 page = follow_page(vma, addr, follflags);
Christoph Lameter742755a2006-06-23 02:03:55 -07001627
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001628 err = PTR_ERR(page);
1629 if (IS_ERR(page))
1630 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001631
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001632 err = -ENOENT;
1633 if (!page)
1634 goto out;
Christoph Lameter742755a2006-06-23 02:03:55 -07001635
Brice Gogline78bbfa2008-10-18 20:27:15 -07001636 err = 0;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001637 if (page_to_nid(page) == node)
1638 goto out_putpage;
Christoph Lameter742755a2006-06-23 02:03:55 -07001639
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001640 err = -EACCES;
1641 if (page_mapcount(page) > 1 && !migrate_all)
1642 goto out_putpage;
1643
1644 if (PageHuge(page)) {
1645 if (PageHead(page)) {
1646 isolate_huge_page(page, pagelist);
Yang Shie0153fc2020-01-04 12:59:46 -08001647 err = 1;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001648 }
1649 } else {
1650 struct page *head;
1651
1652 head = compound_head(page);
1653 err = isolate_lru_page(head);
1654 if (err)
1655 goto out_putpage;
1656
Yang Shie0153fc2020-01-04 12:59:46 -08001657 err = 1;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001658 list_add_tail(&head->lru, pagelist);
1659 mod_node_page_state(page_pgdat(head),
Huang Ying9de4f222020-04-06 20:04:41 -07001660 NR_ISOLATED_ANON + page_is_file_lru(head),
Matthew Wilcox (Oracle)6c357842020-08-14 17:30:37 -07001661 thp_nr_pages(head));
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001662 }
1663out_putpage:
1664 /*
1665 * Either remove the duplicate refcount from
1666 * isolate_lru_page() or drop the page ref if it was
1667 * not isolated.
1668 */
1669 put_page(page);
1670out:
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001671 mmap_read_unlock(mm);
Christoph Lameter742755a2006-06-23 02:03:55 -07001672 return err;
1673}
1674
Wei Yang7ca87832020-04-06 20:04:12 -07001675static int move_pages_and_store_status(struct mm_struct *mm, int node,
1676 struct list_head *pagelist, int __user *status,
1677 int start, int i, unsigned long nr_pages)
1678{
1679 int err;
1680
Wei Yang5d7ae892020-04-06 20:04:15 -07001681 if (list_empty(pagelist))
1682 return 0;
1683
Wei Yang7ca87832020-04-06 20:04:12 -07001684 err = do_move_pages_to_node(mm, pagelist, node);
1685 if (err) {
1686 /*
1687 * Positive err means the number of failed
1688 * pages to migrate. Since we are going to
1689 * abort and return the number of non-migrated
Long Liab9dd4f2020-12-14 19:12:52 -08001690 * pages, so need to include the rest of the
Wei Yang7ca87832020-04-06 20:04:12 -07001691 * nr_pages that have not been attempted as
1692 * well.
1693 */
1694 if (err > 0)
1695 err += nr_pages - i - 1;
1696 return err;
1697 }
1698 return store_status(status, start, node, i - start);
1699}
1700
Christoph Lameter742755a2006-06-23 02:03:55 -07001701/*
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001702 * Migrate an array of page address onto an array of nodes and fill
1703 * the corresponding array of status.
1704 */
Christoph Lameter3268c632012-03-21 16:34:06 -07001705static int do_pages_move(struct mm_struct *mm, nodemask_t task_nodes,
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001706 unsigned long nr_pages,
1707 const void __user * __user *pages,
1708 const int __user *nodes,
1709 int __user *status, int flags)
1710{
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001711 int current_node = NUMA_NO_NODE;
1712 LIST_HEAD(pagelist);
1713 int start, i;
1714 int err = 0, err1;
Brice Goglin35282a22009-06-16 15:32:43 -07001715
Minchan Kim361a2a22021-05-04 18:36:57 -07001716 lru_cache_disable();
Brice Goglin35282a22009-06-16 15:32:43 -07001717
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001718 for (i = start = 0; i < nr_pages; i++) {
1719 const void __user *p;
1720 unsigned long addr;
1721 int node;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001722
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001723 err = -EFAULT;
1724 if (get_user(p, pages + i))
1725 goto out_flush;
1726 if (get_user(node, nodes + i))
1727 goto out_flush;
Andrey Konovalov057d33892019-09-25 16:48:30 -07001728 addr = (unsigned long)untagged_addr(p);
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001729
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001730 err = -ENODEV;
1731 if (node < 0 || node >= MAX_NUMNODES)
1732 goto out_flush;
1733 if (!node_state(node, N_MEMORY))
1734 goto out_flush;
Brice Goglin3140a222009-01-06 14:38:57 -08001735
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001736 err = -EACCES;
1737 if (!node_isset(node, task_nodes))
1738 goto out_flush;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001739
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001740 if (current_node == NUMA_NO_NODE) {
1741 current_node = node;
1742 start = i;
1743 } else if (node != current_node) {
Wei Yang7ca87832020-04-06 20:04:12 -07001744 err = move_pages_and_store_status(mm, current_node,
1745 &pagelist, status, start, i, nr_pages);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001746 if (err)
1747 goto out;
1748 start = i;
1749 current_node = node;
Brice Goglin3140a222009-01-06 14:38:57 -08001750 }
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001751
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001752 /*
1753 * Errors in the page lookup or isolation are not fatal and we simply
1754 * report them via status
1755 */
1756 err = add_page_for_migration(mm, addr, current_node,
1757 &pagelist, flags & MPOL_MF_MOVE_ALL);
Yang Shie0153fc2020-01-04 12:59:46 -08001758
Wei Yangd08221a2020-04-06 20:04:18 -07001759 if (err > 0) {
Yang Shie0153fc2020-01-04 12:59:46 -08001760 /* The page is successfully queued for migration */
1761 continue;
1762 }
Brice Goglin3140a222009-01-06 14:38:57 -08001763
Wei Yangd08221a2020-04-06 20:04:18 -07001764 /*
1765 * If the page is already on the target node (!err), store the
1766 * node, otherwise, store the err.
1767 */
1768 err = store_status(status, i, err ? : current_node, 1);
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001769 if (err)
1770 goto out_flush;
Brice Goglin3140a222009-01-06 14:38:57 -08001771
Wei Yang7ca87832020-04-06 20:04:12 -07001772 err = move_pages_and_store_status(mm, current_node, &pagelist,
1773 status, start, i, nr_pages);
Wei Yang4afdace2020-04-06 20:04:09 -07001774 if (err)
1775 goto out;
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001776 current_node = NUMA_NO_NODE;
Brice Goglin3140a222009-01-06 14:38:57 -08001777 }
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001778out_flush:
1779 /* Make sure we do not overwrite the existing error */
Wei Yang7ca87832020-04-06 20:04:12 -07001780 err1 = move_pages_and_store_status(mm, current_node, &pagelist,
1781 status, start, i, nr_pages);
Wei Yangdfe9aa22020-01-30 22:11:14 -08001782 if (err >= 0)
Michal Hockoa49bd4d2018-04-10 16:29:59 -07001783 err = err1;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001784out:
Minchan Kim361a2a22021-05-04 18:36:57 -07001785 lru_cache_enable();
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001786 return err;
1787}
1788
1789/*
Brice Goglin2f007e72008-10-18 20:27:16 -07001790 * Determine the nodes of an array of pages and store it in an array of status.
Christoph Lameter742755a2006-06-23 02:03:55 -07001791 */
Brice Goglin80bba122008-12-09 13:14:23 -08001792static void do_pages_stat_array(struct mm_struct *mm, unsigned long nr_pages,
1793 const void __user **pages, int *status)
Christoph Lameter742755a2006-06-23 02:03:55 -07001794{
Brice Goglin2f007e72008-10-18 20:27:16 -07001795 unsigned long i;
Brice Goglin2f007e72008-10-18 20:27:16 -07001796
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001797 mmap_read_lock(mm);
Christoph Lameter742755a2006-06-23 02:03:55 -07001798
Brice Goglin2f007e72008-10-18 20:27:16 -07001799 for (i = 0; i < nr_pages; i++) {
Brice Goglin80bba122008-12-09 13:14:23 -08001800 unsigned long addr = (unsigned long)(*pages);
Christoph Lameter742755a2006-06-23 02:03:55 -07001801 struct vm_area_struct *vma;
1802 struct page *page;
KOSAKI Motohiroc095adb2008-12-16 16:06:43 +09001803 int err = -EFAULT;
Brice Goglin2f007e72008-10-18 20:27:16 -07001804
Liam Howlett059b8b42021-06-28 19:39:44 -07001805 vma = vma_lookup(mm, addr);
1806 if (!vma)
Christoph Lameter742755a2006-06-23 02:03:55 -07001807 goto set_status;
1808
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001809 /* FOLL_DUMP to ignore special (like zero) pages */
1810 page = follow_page(vma, addr, FOLL_DUMP);
Linus Torvalds89f5b7d2008-06-20 11:18:25 -07001811
1812 err = PTR_ERR(page);
1813 if (IS_ERR(page))
1814 goto set_status;
1815
Kirill A. Shutemovd8998442015-09-04 15:47:53 -07001816 err = page ? page_to_nid(page) : -ENOENT;
Christoph Lameter742755a2006-06-23 02:03:55 -07001817set_status:
Brice Goglin80bba122008-12-09 13:14:23 -08001818 *status = err;
1819
1820 pages++;
1821 status++;
1822 }
1823
Michel Lespinassed8ed45c2020-06-08 21:33:25 -07001824 mmap_read_unlock(mm);
Brice Goglin80bba122008-12-09 13:14:23 -08001825}
1826
Arnd Bergmann5b1b5612021-09-08 15:18:17 -07001827static int get_compat_pages_array(const void __user *chunk_pages[],
1828 const void __user * __user *pages,
1829 unsigned long chunk_nr)
1830{
1831 compat_uptr_t __user *pages32 = (compat_uptr_t __user *)pages;
1832 compat_uptr_t p;
1833 int i;
1834
1835 for (i = 0; i < chunk_nr; i++) {
1836 if (get_user(p, pages32 + i))
1837 return -EFAULT;
1838 chunk_pages[i] = compat_ptr(p);
1839 }
1840
1841 return 0;
1842}
1843
Brice Goglin80bba122008-12-09 13:14:23 -08001844/*
1845 * Determine the nodes of a user array of pages and store it in
1846 * a user array of status.
1847 */
1848static int do_pages_stat(struct mm_struct *mm, unsigned long nr_pages,
1849 const void __user * __user *pages,
1850 int __user *status)
1851{
1852#define DO_PAGES_STAT_CHUNK_NR 16
1853 const void __user *chunk_pages[DO_PAGES_STAT_CHUNK_NR];
1854 int chunk_status[DO_PAGES_STAT_CHUNK_NR];
Brice Goglin80bba122008-12-09 13:14:23 -08001855
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001856 while (nr_pages) {
1857 unsigned long chunk_nr;
Brice Goglin80bba122008-12-09 13:14:23 -08001858
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001859 chunk_nr = nr_pages;
1860 if (chunk_nr > DO_PAGES_STAT_CHUNK_NR)
1861 chunk_nr = DO_PAGES_STAT_CHUNK_NR;
1862
Arnd Bergmann5b1b5612021-09-08 15:18:17 -07001863 if (in_compat_syscall()) {
1864 if (get_compat_pages_array(chunk_pages, pages,
1865 chunk_nr))
1866 break;
1867 } else {
1868 if (copy_from_user(chunk_pages, pages,
1869 chunk_nr * sizeof(*chunk_pages)))
1870 break;
1871 }
Brice Goglin80bba122008-12-09 13:14:23 -08001872
1873 do_pages_stat_array(mm, chunk_nr, chunk_pages, chunk_status);
1874
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001875 if (copy_to_user(status, chunk_status, chunk_nr * sizeof(*status)))
1876 break;
Christoph Lameter742755a2006-06-23 02:03:55 -07001877
H. Peter Anvin87b8d1a2010-02-18 16:13:40 -08001878 pages += chunk_nr;
1879 status += chunk_nr;
1880 nr_pages -= chunk_nr;
1881 }
1882 return nr_pages ? -EFAULT : 0;
Christoph Lameter742755a2006-06-23 02:03:55 -07001883}
1884
Miaohe Lin4dc200c2020-10-17 16:14:03 -07001885static struct mm_struct *find_mm_struct(pid_t pid, nodemask_t *mem_nodes)
1886{
1887 struct task_struct *task;
1888 struct mm_struct *mm;
1889
1890 /*
1891 * There is no need to check if current process has the right to modify
1892 * the specified process when they are same.
1893 */
1894 if (!pid) {
1895 mmget(current->mm);
1896 *mem_nodes = cpuset_mems_allowed(current);
1897 return current->mm;
1898 }
1899
1900 /* Find the mm_struct */
1901 rcu_read_lock();
1902 task = find_task_by_vpid(pid);
1903 if (!task) {
1904 rcu_read_unlock();
1905 return ERR_PTR(-ESRCH);
1906 }
1907 get_task_struct(task);
1908
1909 /*
1910 * Check if this process has the right to modify the specified
1911 * process. Use the regular "ptrace_may_access()" checks.
1912 */
1913 if (!ptrace_may_access(task, PTRACE_MODE_READ_REALCREDS)) {
1914 rcu_read_unlock();
1915 mm = ERR_PTR(-EPERM);
1916 goto out;
1917 }
1918 rcu_read_unlock();
1919
1920 mm = ERR_PTR(security_task_movememory(task));
1921 if (IS_ERR(mm))
1922 goto out;
1923 *mem_nodes = cpuset_mems_allowed(task);
1924 mm = get_task_mm(task);
1925out:
1926 put_task_struct(task);
1927 if (!mm)
1928 mm = ERR_PTR(-EINVAL);
1929 return mm;
1930}
1931
Christoph Lameter742755a2006-06-23 02:03:55 -07001932/*
1933 * Move a list of pages in the address space of the currently executing
1934 * process.
1935 */
Dominik Brodowski7addf442018-03-17 16:08:03 +01001936static int kernel_move_pages(pid_t pid, unsigned long nr_pages,
1937 const void __user * __user *pages,
1938 const int __user *nodes,
1939 int __user *status, int flags)
Christoph Lameter742755a2006-06-23 02:03:55 -07001940{
Christoph Lameter742755a2006-06-23 02:03:55 -07001941 struct mm_struct *mm;
Brice Goglin5e9a0f02008-10-18 20:27:17 -07001942 int err;
Christoph Lameter3268c632012-03-21 16:34:06 -07001943 nodemask_t task_nodes;
Christoph Lameter742755a2006-06-23 02:03:55 -07001944
1945 /* Check flags */
1946 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL))
1947 return -EINVAL;
1948
1949 if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE))
1950 return -EPERM;
1951
Miaohe Lin4dc200c2020-10-17 16:14:03 -07001952 mm = find_mm_struct(pid, &task_nodes);
1953 if (IS_ERR(mm))
1954 return PTR_ERR(mm);
Sasha Levin6e8b09e2012-04-25 16:01:53 -07001955
1956 if (nodes)
1957 err = do_pages_move(mm, task_nodes, nr_pages, pages,
1958 nodes, status, flags);
1959 else
1960 err = do_pages_stat(mm, nr_pages, pages, status);
Christoph Lameter3268c632012-03-21 16:34:06 -07001961
1962 mmput(mm);
1963 return err;
Christoph Lameter742755a2006-06-23 02:03:55 -07001964}
Christoph Lameter742755a2006-06-23 02:03:55 -07001965
Dominik Brodowski7addf442018-03-17 16:08:03 +01001966SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
1967 const void __user * __user *, pages,
1968 const int __user *, nodes,
1969 int __user *, status, int, flags)
1970{
1971 return kernel_move_pages(pid, nr_pages, pages, nodes, status, flags);
1972}
1973
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001974#ifdef CONFIG_NUMA_BALANCING
1975/*
1976 * Returns true if this is a safe migration target node for misplaced NUMA
1977 * pages. Currently it only checks the watermarks which crude
1978 */
1979static bool migrate_balanced_pgdat(struct pglist_data *pgdat,
Mel Gorman3abef4e2013-02-22 16:34:27 -08001980 unsigned long nr_migrate_pages)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001981{
1982 int z;
Mel Gorman599d0c92016-07-28 15:45:31 -07001983
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001984 for (z = pgdat->nr_zones - 1; z >= 0; z--) {
1985 struct zone *zone = pgdat->node_zones + z;
1986
1987 if (!populated_zone(zone))
1988 continue;
1989
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001990 /* Avoid waking kswapd by allocating pages_to_migrate pages. */
1991 if (!zone_watermark_ok(zone, 0,
1992 high_wmark_pages(zone) +
1993 nr_migrate_pages,
Huang Yingbfe9d002019-11-30 17:57:28 -08001994 ZONE_MOVABLE, 0))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02001995 continue;
1996 return true;
1997 }
1998 return false;
1999}
2000
2001static struct page *alloc_misplaced_dst_page(struct page *page,
Michal Hocko666feb22018-04-10 16:30:03 -07002002 unsigned long data)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002003{
2004 int nid = (int) data;
2005 struct page *newpage;
2006
Vlastimil Babka96db8002015-09-08 15:03:50 -07002007 newpage = __alloc_pages_node(nid,
Johannes Weinere97ca8e52014-03-10 15:49:43 -07002008 (GFP_HIGHUSER_MOVABLE |
2009 __GFP_THISNODE | __GFP_NOMEMALLOC |
2010 __GFP_NORETRY | __GFP_NOWARN) &
Mel Gorman8479eba2016-02-26 15:19:31 -08002011 ~__GFP_RECLAIM, 0);
Hillf Dantonbac03822012-11-27 14:46:24 +00002012
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002013 return newpage;
2014}
2015
Yang Shic5b5a3d2021-06-30 18:51:42 -07002016static struct page *alloc_misplaced_dst_page_thp(struct page *page,
2017 unsigned long data)
2018{
2019 int nid = (int) data;
2020 struct page *newpage;
2021
2022 newpage = alloc_pages_node(nid, (GFP_TRANSHUGE_LIGHT | __GFP_THISNODE),
2023 HPAGE_PMD_ORDER);
2024 if (!newpage)
2025 goto out;
2026
2027 prep_transhuge_page(newpage);
2028
2029out:
2030 return newpage;
2031}
2032
Mel Gorman1c30e012014-01-21 15:50:58 -08002033static int numamigrate_isolate_page(pg_data_t *pgdat, struct page *page)
Mel Gormanb32967f2012-11-19 12:35:47 +00002034{
Hugh Dickins340ef392013-02-22 16:34:33 -08002035 int page_lru;
Baolin Wang2b9b6242021-09-08 15:18:01 -07002036 int nr_pages = thp_nr_pages(page);
Mel Gormanb32967f2012-11-19 12:35:47 +00002037
Sasha Levin309381fea2014-01-23 15:52:54 -08002038 VM_BUG_ON_PAGE(compound_order(page) && !PageTransHuge(page), page);
Mel Gorman3abef4e2013-02-22 16:34:27 -08002039
Yang Shi662aeea2021-06-30 18:51:51 -07002040 /* Do not migrate THP mapped by multiple processes */
2041 if (PageTransHuge(page) && total_mapcount(page) > 1)
2042 return 0;
2043
Mel Gormanb32967f2012-11-19 12:35:47 +00002044 /* Avoid migrating to a node that is nearly full */
Baolin Wang2b9b6242021-09-08 15:18:01 -07002045 if (!migrate_balanced_pgdat(pgdat, nr_pages))
Hugh Dickins340ef392013-02-22 16:34:33 -08002046 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00002047
Hugh Dickins340ef392013-02-22 16:34:33 -08002048 if (isolate_lru_page(page))
2049 return 0;
Mel Gormanb32967f2012-11-19 12:35:47 +00002050
Huang Ying9de4f222020-04-06 20:04:41 -07002051 page_lru = page_is_file_lru(page);
Mel Gorman599d0c92016-07-28 15:45:31 -07002052 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON + page_lru,
Baolin Wang2b9b6242021-09-08 15:18:01 -07002053 nr_pages);
Hugh Dickins340ef392013-02-22 16:34:33 -08002054
2055 /*
2056 * Isolating the page has taken another reference, so the
2057 * caller's reference can be safely dropped without the page
2058 * disappearing underneath us during migration.
Mel Gormanb32967f2012-11-19 12:35:47 +00002059 */
2060 put_page(page);
Hugh Dickins340ef392013-02-22 16:34:33 -08002061 return 1;
Mel Gormanb32967f2012-11-19 12:35:47 +00002062}
2063
Mel Gormana8f60772012-11-14 21:41:46 +00002064/*
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002065 * Attempt to migrate a misplaced page to the specified destination
2066 * node. Caller is expected to have an elevated reference count on
2067 * the page that will be dropped by this function before returning.
2068 */
Mel Gorman1bc115d2013-10-07 11:29:05 +01002069int migrate_misplaced_page(struct page *page, struct vm_area_struct *vma,
2070 int node)
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002071{
Mel Gormana8f60772012-11-14 21:41:46 +00002072 pg_data_t *pgdat = NODE_DATA(node);
Hugh Dickins340ef392013-02-22 16:34:33 -08002073 int isolated;
Mel Gormanb32967f2012-11-19 12:35:47 +00002074 int nr_remaining;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002075 LIST_HEAD(migratepages);
Yang Shic5b5a3d2021-06-30 18:51:42 -07002076 new_page_t *new;
2077 bool compound;
Aneesh Kumar K.Vb5916c02021-07-29 14:53:47 -07002078 int nr_pages = thp_nr_pages(page);
Yang Shic5b5a3d2021-06-30 18:51:42 -07002079
2080 /*
2081 * PTE mapped THP or HugeTLB page can't reach here so the page could
2082 * be either base page or THP. And it must be head page if it is
2083 * THP.
2084 */
2085 compound = PageTransHuge(page);
2086
2087 if (compound)
2088 new = alloc_misplaced_dst_page_thp;
2089 else
2090 new = alloc_misplaced_dst_page;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002091
2092 /*
Mel Gorman1bc115d2013-10-07 11:29:05 +01002093 * Don't migrate file pages that are mapped in multiple processes
2094 * with execute permissions as they are probably shared libraries.
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002095 */
Miaohe Lin7ee820e2021-05-04 18:37:16 -07002096 if (page_mapcount(page) != 1 && page_is_file_lru(page) &&
2097 (vma->vm_flags & VM_EXEC))
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002098 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002099
Mel Gormana8f60772012-11-14 21:41:46 +00002100 /*
Mel Gorman09a913a2018-04-10 16:29:20 -07002101 * Also do not migrate dirty pages as not all filesystems can move
2102 * dirty pages in MIGRATE_ASYNC mode which is a waste of cycles.
2103 */
Huang Ying9de4f222020-04-06 20:04:41 -07002104 if (page_is_file_lru(page) && PageDirty(page))
Mel Gorman09a913a2018-04-10 16:29:20 -07002105 goto out;
2106
Mel Gormanb32967f2012-11-19 12:35:47 +00002107 isolated = numamigrate_isolate_page(pgdat, page);
2108 if (!isolated)
2109 goto out;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002110
Mel Gormanb32967f2012-11-19 12:35:47 +00002111 list_add(&page->lru, &migratepages);
Yang Shic5b5a3d2021-06-30 18:51:42 -07002112 nr_remaining = migrate_pages(&migratepages, *new, NULL, node,
Yang Shi5ac95882021-09-02 14:59:13 -07002113 MIGRATE_ASYNC, MR_NUMA_MISPLACED, NULL);
Mel Gormanb32967f2012-11-19 12:35:47 +00002114 if (nr_remaining) {
Joonsoo Kim59c82b72014-01-21 15:51:17 -08002115 if (!list_empty(&migratepages)) {
2116 list_del(&page->lru);
Yang Shic5fc5c32021-06-30 18:51:45 -07002117 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON +
2118 page_is_file_lru(page), -nr_pages);
Joonsoo Kim59c82b72014-01-21 15:51:17 -08002119 putback_lru_page(page);
2120 }
Mel Gormanb32967f2012-11-19 12:35:47 +00002121 isolated = 0;
2122 } else
Yang Shic5fc5c32021-06-30 18:51:45 -07002123 count_vm_numa_events(NUMA_PAGE_MIGRATE, nr_pages);
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002124 BUG_ON(!list_empty(&migratepages));
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002125 return isolated;
Hugh Dickins340ef392013-02-22 16:34:33 -08002126
2127out:
2128 put_page(page);
2129 return 0;
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002130}
Mel Gorman220018d2012-12-05 09:32:56 +00002131#endif /* CONFIG_NUMA_BALANCING */
Peter Zijlstra7039e1d2012-10-25 14:16:34 +02002132#endif /* CONFIG_NUMA */
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002133
Christoph Hellwig9b2ed9c2019-08-14 09:59:28 +02002134#ifdef CONFIG_DEVICE_PRIVATE
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002135static int migrate_vma_collect_skip(unsigned long start,
2136 unsigned long end,
2137 struct mm_walk *walk)
2138{
2139 struct migrate_vma *migrate = walk->private;
2140 unsigned long addr;
2141
Ralph Campbell872ea702020-01-30 22:14:38 -08002142 for (addr = start; addr < end; addr += PAGE_SIZE) {
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002143 migrate->dst[migrate->npages] = 0;
2144 migrate->src[migrate->npages++] = 0;
2145 }
2146
2147 return 0;
2148}
2149
Miaohe Lin843e1be2021-05-04 18:37:13 -07002150static int migrate_vma_collect_hole(unsigned long start,
2151 unsigned long end,
2152 __always_unused int depth,
2153 struct mm_walk *walk)
2154{
2155 struct migrate_vma *migrate = walk->private;
2156 unsigned long addr;
2157
2158 /* Only allow populating anonymous memory. */
2159 if (!vma_is_anonymous(walk->vma))
2160 return migrate_vma_collect_skip(start, end, walk);
2161
2162 for (addr = start; addr < end; addr += PAGE_SIZE) {
2163 migrate->src[migrate->npages] = MIGRATE_PFN_MIGRATE;
2164 migrate->dst[migrate->npages] = 0;
2165 migrate->npages++;
2166 migrate->cpages++;
2167 }
2168
2169 return 0;
2170}
2171
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002172static int migrate_vma_collect_pmd(pmd_t *pmdp,
2173 unsigned long start,
2174 unsigned long end,
2175 struct mm_walk *walk)
2176{
2177 struct migrate_vma *migrate = walk->private;
2178 struct vm_area_struct *vma = walk->vma;
2179 struct mm_struct *mm = vma->vm_mm;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002180 unsigned long addr = start, unmapped = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002181 spinlock_t *ptl;
2182 pte_t *ptep;
2183
2184again:
2185 if (pmd_none(*pmdp))
Steven Priceb7a16c72020-02-03 17:36:03 -08002186 return migrate_vma_collect_hole(start, end, -1, walk);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002187
2188 if (pmd_trans_huge(*pmdp)) {
2189 struct page *page;
2190
2191 ptl = pmd_lock(mm, pmdp);
2192 if (unlikely(!pmd_trans_huge(*pmdp))) {
2193 spin_unlock(ptl);
2194 goto again;
2195 }
2196
2197 page = pmd_page(*pmdp);
2198 if (is_huge_zero_page(page)) {
2199 spin_unlock(ptl);
2200 split_huge_pmd(vma, pmdp, addr);
2201 if (pmd_trans_unstable(pmdp))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002202 return migrate_vma_collect_skip(start, end,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002203 walk);
2204 } else {
2205 int ret;
2206
2207 get_page(page);
2208 spin_unlock(ptl);
2209 if (unlikely(!trylock_page(page)))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002210 return migrate_vma_collect_skip(start, end,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002211 walk);
2212 ret = split_huge_page(page);
2213 unlock_page(page);
2214 put_page(page);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002215 if (ret)
2216 return migrate_vma_collect_skip(start, end,
2217 walk);
2218 if (pmd_none(*pmdp))
Steven Priceb7a16c72020-02-03 17:36:03 -08002219 return migrate_vma_collect_hole(start, end, -1,
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002220 walk);
2221 }
2222 }
2223
2224 if (unlikely(pmd_bad(*pmdp)))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002225 return migrate_vma_collect_skip(start, end, walk);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002226
2227 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002228 arch_enter_lazy_mmu_mode();
2229
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002230 for (; addr < end; addr += PAGE_SIZE, ptep++) {
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002231 unsigned long mpfn = 0, pfn;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002232 struct page *page;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002233 swp_entry_t entry;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002234 pte_t pte;
2235
2236 pte = *ptep;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002237
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002238 if (pte_none(pte)) {
Ralph Campbell0744f282020-08-11 18:31:41 -07002239 if (vma_is_anonymous(vma)) {
2240 mpfn = MIGRATE_PFN_MIGRATE;
2241 migrate->cpages++;
2242 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002243 goto next;
2244 }
2245
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002246 if (!pte_present(pte)) {
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002247 /*
2248 * Only care about unaddressable device page special
2249 * page table entry. Other special swap entries are not
2250 * migratable, and we ignore regular swapped page.
2251 */
2252 entry = pte_to_swp_entry(pte);
2253 if (!is_device_private_entry(entry))
2254 goto next;
2255
Alistair Poppleaf5cdaf2021-06-30 18:54:06 -07002256 page = pfn_swap_entry_to_page(entry);
Ralph Campbell51431922020-07-23 15:30:00 -07002257 if (!(migrate->flags &
2258 MIGRATE_VMA_SELECT_DEVICE_PRIVATE) ||
2259 page->pgmap->owner != migrate->pgmap_owner)
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002260 goto next;
2261
Christoph Hellwig06d462b2019-08-14 09:59:27 +02002262 mpfn = migrate_pfn(page_to_pfn(page)) |
2263 MIGRATE_PFN_MIGRATE;
Alistair Popple4dd845b2021-06-30 18:54:09 -07002264 if (is_writable_device_private_entry(entry))
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002265 mpfn |= MIGRATE_PFN_WRITE;
2266 } else {
Ralph Campbell51431922020-07-23 15:30:00 -07002267 if (!(migrate->flags & MIGRATE_VMA_SELECT_SYSTEM))
Christoph Hellwig800bb1c2020-03-16 20:32:14 +01002268 goto next;
Pingfan Liu276f7562019-09-23 15:37:38 -07002269 pfn = pte_pfn(pte);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002270 if (is_zero_pfn(pfn)) {
2271 mpfn = MIGRATE_PFN_MIGRATE;
2272 migrate->cpages++;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002273 goto next;
2274 }
Christoph Hellwig25b29952019-06-13 22:50:49 +02002275 page = vm_normal_page(migrate->vma, addr, pte);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002276 mpfn = migrate_pfn(pfn) | MIGRATE_PFN_MIGRATE;
2277 mpfn |= pte_write(pte) ? MIGRATE_PFN_WRITE : 0;
2278 }
2279
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002280 /* FIXME support THP */
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002281 if (!page || !page->mapping || PageTransCompound(page)) {
Pingfan Liu276f7562019-09-23 15:37:38 -07002282 mpfn = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002283 goto next;
2284 }
2285
2286 /*
2287 * By getting a reference on the page we pin it and that blocks
2288 * any kind of migration. Side effect is that it "freezes" the
2289 * pte.
2290 *
2291 * We drop this reference after isolating the page from the lru
2292 * for non device page (device page are not on the lru and thus
2293 * can't be dropped from it).
2294 */
2295 get_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002296
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002297 /*
2298 * Optimize for the common case where page is only mapped once
2299 * in one process. If we can lock the page, then we can safely
2300 * set up a special migration page table entry now.
2301 */
2302 if (trylock_page(page)) {
2303 pte_t swp_pte;
2304
Alistair Poppleab092432021-11-10 20:32:40 -08002305 migrate->cpages++;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002306 ptep_get_and_clear(mm, addr, ptep);
2307
2308 /* Setup special migration page table entry */
Alistair Popple4dd845b2021-06-30 18:54:09 -07002309 if (mpfn & MIGRATE_PFN_WRITE)
2310 entry = make_writable_migration_entry(
2311 page_to_pfn(page));
2312 else
2313 entry = make_readable_migration_entry(
2314 page_to_pfn(page));
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002315 swp_pte = swp_entry_to_pte(entry);
Alistair Popplead7df762020-09-04 16:36:01 -07002316 if (pte_present(pte)) {
2317 if (pte_soft_dirty(pte))
2318 swp_pte = pte_swp_mksoft_dirty(swp_pte);
2319 if (pte_uffd_wp(pte))
2320 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2321 } else {
2322 if (pte_swp_soft_dirty(pte))
2323 swp_pte = pte_swp_mksoft_dirty(swp_pte);
2324 if (pte_swp_uffd_wp(pte))
2325 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2326 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002327 set_pte_at(mm, addr, ptep, swp_pte);
2328
2329 /*
2330 * This is like regular unmap: we remove the rmap and
2331 * drop page refcount. Page won't be freed, as we took
2332 * a reference just above.
2333 */
2334 page_remove_rmap(page, false);
2335 put_page(page);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002336
2337 if (pte_present(pte))
2338 unmapped++;
Alistair Poppleab092432021-11-10 20:32:40 -08002339 } else {
2340 put_page(page);
2341 mpfn = 0;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002342 }
2343
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002344next:
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002345 migrate->dst[migrate->npages] = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002346 migrate->src[migrate->npages++] = mpfn;
2347 }
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002348 arch_leave_lazy_mmu_mode();
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002349 pte_unmap_unlock(ptep - 1, ptl);
2350
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002351 /* Only flush the TLB if we actually modified any entries */
2352 if (unmapped)
2353 flush_tlb_range(walk->vma, start, end);
2354
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002355 return 0;
2356}
2357
Christoph Hellwig7b86ac32019-08-28 16:19:54 +02002358static const struct mm_walk_ops migrate_vma_walk_ops = {
2359 .pmd_entry = migrate_vma_collect_pmd,
2360 .pte_hole = migrate_vma_collect_hole,
2361};
2362
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002363/*
2364 * migrate_vma_collect() - collect pages over a range of virtual addresses
2365 * @migrate: migrate struct containing all migration information
2366 *
2367 * This will walk the CPU page table. For each virtual address backed by a
2368 * valid page, it updates the src array and takes a reference on the page, in
2369 * order to pin the page until we lock it and unmap it.
2370 */
2371static void migrate_vma_collect(struct migrate_vma *migrate)
2372{
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002373 struct mmu_notifier_range range;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002374
Ralph Campbell998427b2020-07-23 15:30:01 -07002375 /*
2376 * Note that the pgmap_owner is passed to the mmu notifier callback so
2377 * that the registered device driver can skip invalidating device
2378 * private page mappings that won't be migrated.
2379 */
Alistair Popple6b49bf62021-06-30 18:54:19 -07002380 mmu_notifier_range_init_owner(&range, MMU_NOTIFY_MIGRATE, 0,
2381 migrate->vma, migrate->vma->vm_mm, migrate->start, migrate->end,
Ralph Campbellc1a06df2020-08-06 23:17:09 -07002382 migrate->pgmap_owner);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002383 mmu_notifier_invalidate_range_start(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002384
Christoph Hellwig7b86ac32019-08-28 16:19:54 +02002385 walk_page_range(migrate->vma->vm_mm, migrate->start, migrate->end,
2386 &migrate_vma_walk_ops, migrate);
2387
2388 mmu_notifier_invalidate_range_end(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002389 migrate->end = migrate->start + (migrate->npages << PAGE_SHIFT);
2390}
2391
2392/*
2393 * migrate_vma_check_page() - check if page is pinned or not
2394 * @page: struct page to check
2395 *
2396 * Pinned pages cannot be migrated. This is the same test as in
Matthew Wilcox (Oracle)34170132021-05-07 07:28:40 -04002397 * folio_migrate_mapping(), except that here we allow migration of a
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002398 * ZONE_DEVICE page.
2399 */
2400static bool migrate_vma_check_page(struct page *page)
2401{
2402 /*
2403 * One extra ref because caller holds an extra reference, either from
2404 * isolate_lru_page() for a regular page, or migrate_vma_collect() for
2405 * a device page.
2406 */
2407 int extra = 1;
2408
2409 /*
2410 * FIXME support THP (transparent huge page), it is bit more complex to
2411 * check them than regular pages, because they can be mapped with a pmd
2412 * or with a pte (split pte mapping).
2413 */
2414 if (PageCompound(page))
2415 return false;
2416
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002417 /* Page from ZONE_DEVICE have one extra reference */
Alistair Poppleffa65752022-01-21 22:10:46 -08002418 if (is_zone_device_page(page))
2419 extra++;
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002420
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002421 /* For file back page */
2422 if (page_mapping(page))
2423 extra += 1 + page_has_private(page);
2424
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002425 if ((page_count(page) - extra) > page_mapcount(page))
2426 return false;
2427
2428 return true;
2429}
2430
2431/*
Alistair Poppleab092432021-11-10 20:32:40 -08002432 * migrate_vma_unmap() - replace page mapping with special migration pte entry
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002433 * @migrate: migrate struct containing all migration information
2434 *
Alistair Poppleab092432021-11-10 20:32:40 -08002435 * Isolate pages from the LRU and replace mappings (CPU page table pte) with a
2436 * special migration pte entry and check if it has been pinned. Pinned pages are
2437 * restored because we cannot migrate them.
2438 *
2439 * This is the last step before we call the device driver callback to allocate
2440 * destination memory and copy contents of original page over to new page.
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002441 */
Alistair Poppleab092432021-11-10 20:32:40 -08002442static void migrate_vma_unmap(struct migrate_vma *migrate)
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002443{
2444 const unsigned long npages = migrate->npages;
Colin Ian Kingf1e8db02022-01-14 14:08:53 -08002445 unsigned long i, restore = 0;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002446 bool allow_drain = true;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002447
2448 lru_add_drain();
2449
Alistair Poppleab092432021-11-10 20:32:40 -08002450 for (i = 0; i < npages; i++) {
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002451 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2452
2453 if (!page)
2454 continue;
2455
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002456 /* ZONE_DEVICE pages are not on LRU */
2457 if (!is_zone_device_page(page)) {
2458 if (!PageLRU(page) && allow_drain) {
2459 /* Drain CPU's pagevec */
2460 lru_add_drain_all();
2461 allow_drain = false;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002462 }
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002463
2464 if (isolate_lru_page(page)) {
Alistair Poppleab092432021-11-10 20:32:40 -08002465 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2466 migrate->cpages--;
2467 restore++;
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002468 continue;
2469 }
2470
2471 /* Drop the reference we took in collect */
2472 put_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002473 }
2474
Alistair Poppleab092432021-11-10 20:32:40 -08002475 if (page_mapped(page))
Alistair Popplea98a2f02021-06-30 18:54:16 -07002476 try_to_migrate(page, 0);
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002477
Alistair Poppleab092432021-11-10 20:32:40 -08002478 if (page_mapped(page) || !migrate_vma_check_page(page)) {
2479 if (!is_zone_device_page(page)) {
2480 get_page(page);
2481 putback_lru_page(page);
2482 }
2483
2484 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2485 migrate->cpages--;
2486 restore++;
Jérôme Glisse8c3328f2017-09-08 16:12:13 -07002487 continue;
Alistair Poppleab092432021-11-10 20:32:40 -08002488 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002489 }
2490
Colin Ian Kingf1e8db02022-01-14 14:08:53 -08002491 for (i = 0; i < npages && restore; i++) {
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002492 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2493
2494 if (!page || (migrate->src[i] & MIGRATE_PFN_MIGRATE))
2495 continue;
2496
2497 remove_migration_ptes(page, page, false);
2498
2499 migrate->src[i] = 0;
2500 unlock_page(page);
Alistair Poppleab092432021-11-10 20:32:40 -08002501 put_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002502 restore--;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002503 }
2504}
2505
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002506/**
2507 * migrate_vma_setup() - prepare to migrate a range of memory
Randy Dunlapeaf444d2020-08-11 18:33:08 -07002508 * @args: contains the vma, start, and pfns arrays for the migration
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002509 *
2510 * Returns: negative errno on failures, 0 when 0 or more pages were migrated
2511 * without an error.
2512 *
2513 * Prepare to migrate a range of memory virtual address range by collecting all
2514 * the pages backing each virtual address in the range, saving them inside the
2515 * src array. Then lock those pages and unmap them. Once the pages are locked
2516 * and unmapped, check whether each page is pinned or not. Pages that aren't
2517 * pinned have the MIGRATE_PFN_MIGRATE flag set (by this function) in the
2518 * corresponding src array entry. Then restores any pages that are pinned, by
2519 * remapping and unlocking those pages.
2520 *
2521 * The caller should then allocate destination memory and copy source memory to
2522 * it for all those entries (ie with MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE
2523 * flag set). Once these are allocated and copied, the caller must update each
2524 * corresponding entry in the dst array with the pfn value of the destination
Alistair Poppleab092432021-11-10 20:32:40 -08002525 * page and with MIGRATE_PFN_VALID. Destination pages must be locked via
2526 * lock_page().
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002527 *
2528 * Note that the caller does not have to migrate all the pages that are marked
2529 * with MIGRATE_PFN_MIGRATE flag in src array unless this is a migration from
2530 * device memory to system memory. If the caller cannot migrate a device page
2531 * back to system memory, then it must return VM_FAULT_SIGBUS, which has severe
2532 * consequences for the userspace process, so it must be avoided if at all
2533 * possible.
2534 *
2535 * For empty entries inside CPU page table (pte_none() or pmd_none() is true) we
2536 * do set MIGRATE_PFN_MIGRATE flag inside the corresponding source array thus
Ingo Molnarf0953a12021-05-06 18:06:47 -07002537 * allowing the caller to allocate device memory for those unbacked virtual
2538 * addresses. For this the caller simply has to allocate device memory and
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002539 * properly set the destination entry like for regular migration. Note that
Ingo Molnarf0953a12021-05-06 18:06:47 -07002540 * this can still fail, and thus inside the device driver you must check if the
2541 * migration was successful for those entries after calling migrate_vma_pages(),
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002542 * just like for regular migration.
2543 *
2544 * After that, the callers must call migrate_vma_pages() to go over each entry
2545 * in the src array that has the MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag
2546 * set. If the corresponding entry in dst array has MIGRATE_PFN_VALID flag set,
2547 * then migrate_vma_pages() to migrate struct page information from the source
2548 * struct page to the destination struct page. If it fails to migrate the
2549 * struct page information, then it clears the MIGRATE_PFN_MIGRATE flag in the
2550 * src array.
2551 *
2552 * At this point all successfully migrated pages have an entry in the src
2553 * array with MIGRATE_PFN_VALID and MIGRATE_PFN_MIGRATE flag set and the dst
2554 * array entry with MIGRATE_PFN_VALID flag set.
2555 *
2556 * Once migrate_vma_pages() returns the caller may inspect which pages were
2557 * successfully migrated, and which were not. Successfully migrated pages will
2558 * have the MIGRATE_PFN_MIGRATE flag set for their src array entry.
2559 *
2560 * It is safe to update device page table after migrate_vma_pages() because
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07002561 * both destination and source page are still locked, and the mmap_lock is held
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002562 * in read mode (hence no one can unmap the range being migrated).
2563 *
2564 * Once the caller is done cleaning up things and updating its page table (if it
2565 * chose to do so, this is not an obligation) it finally calls
2566 * migrate_vma_finalize() to update the CPU page table to point to new pages
2567 * for successfully migrated pages or otherwise restore the CPU page table to
2568 * point to the original source pages.
2569 */
2570int migrate_vma_setup(struct migrate_vma *args)
2571{
2572 long nr_pages = (args->end - args->start) >> PAGE_SHIFT;
2573
2574 args->start &= PAGE_MASK;
2575 args->end &= PAGE_MASK;
2576 if (!args->vma || is_vm_hugetlb_page(args->vma) ||
2577 (args->vma->vm_flags & VM_SPECIAL) || vma_is_dax(args->vma))
2578 return -EINVAL;
2579 if (nr_pages <= 0)
2580 return -EINVAL;
2581 if (args->start < args->vma->vm_start ||
2582 args->start >= args->vma->vm_end)
2583 return -EINVAL;
2584 if (args->end <= args->vma->vm_start || args->end > args->vma->vm_end)
2585 return -EINVAL;
2586 if (!args->src || !args->dst)
2587 return -EINVAL;
2588
2589 memset(args->src, 0, sizeof(*args->src) * nr_pages);
2590 args->cpages = 0;
2591 args->npages = 0;
2592
2593 migrate_vma_collect(args);
2594
2595 if (args->cpages)
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002596 migrate_vma_unmap(args);
2597
2598 /*
2599 * At this point pages are locked and unmapped, and thus they have
2600 * stable content and can safely be copied to destination memory that
2601 * is allocated by the drivers.
2602 */
2603 return 0;
2604
2605}
2606EXPORT_SYMBOL(migrate_vma_setup);
2607
Ralph Campbell34290e22020-01-30 22:14:44 -08002608/*
2609 * This code closely matches the code in:
2610 * __handle_mm_fault()
2611 * handle_pte_fault()
2612 * do_anonymous_page()
2613 * to map in an anonymous zero page but the struct page will be a ZONE_DEVICE
2614 * private page.
2615 */
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002616static void migrate_vma_insert_page(struct migrate_vma *migrate,
2617 unsigned long addr,
2618 struct page *page,
Stephen Zhangd85c6db2020-12-14 19:13:20 -08002619 unsigned long *src)
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002620{
2621 struct vm_area_struct *vma = migrate->vma;
2622 struct mm_struct *mm = vma->vm_mm;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002623 bool flush = false;
2624 spinlock_t *ptl;
2625 pte_t entry;
2626 pgd_t *pgdp;
2627 p4d_t *p4dp;
2628 pud_t *pudp;
2629 pmd_t *pmdp;
2630 pte_t *ptep;
2631
2632 /* Only allow populating anonymous memory */
2633 if (!vma_is_anonymous(vma))
2634 goto abort;
2635
2636 pgdp = pgd_offset(mm, addr);
2637 p4dp = p4d_alloc(mm, pgdp, addr);
2638 if (!p4dp)
2639 goto abort;
2640 pudp = pud_alloc(mm, p4dp, addr);
2641 if (!pudp)
2642 goto abort;
2643 pmdp = pmd_alloc(mm, pudp, addr);
2644 if (!pmdp)
2645 goto abort;
2646
2647 if (pmd_trans_huge(*pmdp) || pmd_devmap(*pmdp))
2648 goto abort;
2649
2650 /*
2651 * Use pte_alloc() instead of pte_alloc_map(). We can't run
2652 * pte_offset_map() on pmds where a huge pmd might be created
2653 * from a different thread.
2654 *
Michel Lespinasse3e4e28c2020-06-08 21:33:51 -07002655 * pte_alloc_map() is safe to use under mmap_write_lock(mm) or when
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002656 * parallel threads are excluded by other means.
2657 *
Michel Lespinasse3e4e28c2020-06-08 21:33:51 -07002658 * Here we only have mmap_read_lock(mm).
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002659 */
Joel Fernandes (Google)4cf58922019-01-03 15:28:34 -08002660 if (pte_alloc(mm, pmdp))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002661 goto abort;
2662
2663 /* See the comment in pte_alloc_one_map() */
2664 if (unlikely(pmd_trans_unstable(pmdp)))
2665 goto abort;
2666
2667 if (unlikely(anon_vma_prepare(vma)))
2668 goto abort;
Matthew Wilcox (Oracle)8f425e42021-06-25 09:27:04 -04002669 if (mem_cgroup_charge(page_folio(page), vma->vm_mm, GFP_KERNEL))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002670 goto abort;
2671
2672 /*
2673 * The memory barrier inside __SetPageUptodate makes sure that
2674 * preceding stores to the page contents become visible before
2675 * the set_pte_at() write.
2676 */
2677 __SetPageUptodate(page);
2678
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002679 if (is_zone_device_page(page)) {
2680 if (is_device_private_page(page)) {
2681 swp_entry_t swp_entry;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002682
Alistair Popple4dd845b2021-06-30 18:54:09 -07002683 if (vma->vm_flags & VM_WRITE)
2684 swp_entry = make_writable_device_private_entry(
2685 page_to_pfn(page));
2686 else
2687 swp_entry = make_readable_device_private_entry(
2688 page_to_pfn(page));
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002689 entry = swp_entry_to_pte(swp_entry);
Miaohe Lin34f5e9b2021-05-04 18:37:10 -07002690 } else {
2691 /*
2692 * For now we only support migrating to un-addressable
2693 * device memory.
2694 */
2695 pr_warn_once("Unsupported ZONE_DEVICE page type.\n");
2696 goto abort;
Jérôme Glissedf6ad692017-09-08 16:12:24 -07002697 }
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002698 } else {
2699 entry = mk_pte(page, vma->vm_page_prot);
2700 if (vma->vm_flags & VM_WRITE)
2701 entry = pte_mkwrite(pte_mkdirty(entry));
2702 }
2703
2704 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl);
2705
Ralph Campbell34290e22020-01-30 22:14:44 -08002706 if (check_stable_address_space(mm))
2707 goto unlock_abort;
2708
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002709 if (pte_present(*ptep)) {
2710 unsigned long pfn = pte_pfn(*ptep);
2711
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002712 if (!is_zero_pfn(pfn))
2713 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002714 flush = true;
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002715 } else if (!pte_none(*ptep))
2716 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002717
2718 /*
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002719 * Check for userfaultfd but do not deliver the fault. Instead,
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002720 * just back off.
2721 */
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002722 if (userfaultfd_missing(vma))
2723 goto unlock_abort;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002724
2725 inc_mm_counter(mm, MM_ANONPAGES);
Johannes Weinerbe5d0a72020-06-03 16:01:57 -07002726 page_add_new_anon_rmap(page, vma, addr, false);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002727 if (!is_zone_device_page(page))
Joonsoo Kimb5181542020-08-11 18:30:40 -07002728 lru_cache_add_inactive_or_unevictable(page, vma);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002729 get_page(page);
2730
2731 if (flush) {
2732 flush_cache_page(vma, addr, pte_pfn(*ptep));
2733 ptep_clear_flush_notify(vma, addr, ptep);
2734 set_pte_at_notify(mm, addr, ptep, entry);
2735 update_mmu_cache(vma, addr, ptep);
2736 } else {
2737 /* No need to invalidate - it was non-present before */
2738 set_pte_at(mm, addr, ptep, entry);
2739 update_mmu_cache(vma, addr, ptep);
2740 }
2741
2742 pte_unmap_unlock(ptep, ptl);
2743 *src = MIGRATE_PFN_MIGRATE;
2744 return;
2745
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002746unlock_abort:
2747 pte_unmap_unlock(ptep, ptl);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002748abort:
2749 *src &= ~MIGRATE_PFN_MIGRATE;
2750}
2751
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002752/**
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002753 * migrate_vma_pages() - migrate meta-data from src page to dst page
2754 * @migrate: migrate struct containing all migration information
2755 *
2756 * This migrates struct page meta-data from source struct page to destination
2757 * struct page. This effectively finishes the migration from source page to the
2758 * destination page.
2759 */
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002760void migrate_vma_pages(struct migrate_vma *migrate)
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002761{
2762 const unsigned long npages = migrate->npages;
2763 const unsigned long start = migrate->start;
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002764 struct mmu_notifier_range range;
2765 unsigned long addr, i;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002766 bool notified = false;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002767
2768 for (i = 0, addr = start; i < npages; addr += PAGE_SIZE, i++) {
2769 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
2770 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2771 struct address_space *mapping;
2772 int r;
2773
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002774 if (!newpage) {
2775 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002776 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002777 }
2778
2779 if (!page) {
Ralph Campbellc23a0c92020-01-30 22:14:41 -08002780 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE))
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002781 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002782 if (!notified) {
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002783 notified = true;
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002784
Alistair Popple6b49bf62021-06-30 18:54:19 -07002785 mmu_notifier_range_init_owner(&range,
2786 MMU_NOTIFY_MIGRATE, 0, migrate->vma,
2787 migrate->vma->vm_mm, addr, migrate->end,
Ralph Campbell5e5dda82020-12-14 19:12:55 -08002788 migrate->pgmap_owner);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002789 mmu_notifier_invalidate_range_start(&range);
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002790 }
2791 migrate_vma_insert_page(migrate, addr, newpage,
Stephen Zhangd85c6db2020-12-14 19:13:20 -08002792 &migrate->src[i]);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002793 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002794 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002795
2796 mapping = page_mapping(page);
2797
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002798 if (is_zone_device_page(newpage)) {
2799 if (is_device_private_page(newpage)) {
2800 /*
2801 * For now only support private anonymous when
2802 * migrating to un-addressable device memory.
2803 */
2804 if (mapping) {
2805 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2806 continue;
2807 }
Christoph Hellwig25b29952019-06-13 22:50:49 +02002808 } else {
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002809 /*
2810 * Other types of ZONE_DEVICE page are not
2811 * supported.
2812 */
2813 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2814 continue;
2815 }
2816 }
2817
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002818 r = migrate_page(mapping, newpage, page, MIGRATE_SYNC_NO_COPY);
2819 if (r != MIGRATEPAGE_SUCCESS)
2820 migrate->src[i] &= ~MIGRATE_PFN_MIGRATE;
2821 }
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002822
Jérôme Glisse4645b9f2017-11-15 17:34:11 -08002823 /*
2824 * No need to double call mmu_notifier->invalidate_range() callback as
2825 * the above ptep_clear_flush_notify() inside migrate_vma_insert_page()
2826 * did already call it.
2827 */
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002828 if (notified)
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08002829 mmu_notifier_invalidate_range_only_end(&range);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002830}
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002831EXPORT_SYMBOL(migrate_vma_pages);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002832
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002833/**
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002834 * migrate_vma_finalize() - restore CPU page table entry
2835 * @migrate: migrate struct containing all migration information
2836 *
2837 * This replaces the special migration pte entry with either a mapping to the
2838 * new page if migration was successful for that page, or to the original page
2839 * otherwise.
2840 *
2841 * This also unlocks the pages and puts them back on the lru, or drops the extra
2842 * refcount, for device pages.
2843 */
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002844void migrate_vma_finalize(struct migrate_vma *migrate)
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002845{
2846 const unsigned long npages = migrate->npages;
2847 unsigned long i;
2848
2849 for (i = 0; i < npages; i++) {
2850 struct page *newpage = migrate_pfn_to_page(migrate->dst[i]);
2851 struct page *page = migrate_pfn_to_page(migrate->src[i]);
2852
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002853 if (!page) {
2854 if (newpage) {
2855 unlock_page(newpage);
2856 put_page(newpage);
2857 }
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002858 continue;
Jérôme Glisse8315ada2017-09-08 16:12:21 -07002859 }
2860
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002861 if (!(migrate->src[i] & MIGRATE_PFN_MIGRATE) || !newpage) {
2862 if (newpage) {
2863 unlock_page(newpage);
2864 put_page(newpage);
2865 }
2866 newpage = page;
2867 }
2868
2869 remove_migration_ptes(page, newpage, false);
2870 unlock_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002871
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002872 if (is_zone_device_page(page))
2873 put_page(page);
2874 else
2875 putback_lru_page(page);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002876
2877 if (newpage != page) {
2878 unlock_page(newpage);
Jérôme Glissea5430dd2017-09-08 16:12:17 -07002879 if (is_zone_device_page(newpage))
2880 put_page(newpage);
2881 else
2882 putback_lru_page(newpage);
Jérôme Glisse8763cb42017-09-08 16:12:09 -07002883 }
2884 }
2885}
Christoph Hellwiga7d1f222019-08-14 09:59:19 +02002886EXPORT_SYMBOL(migrate_vma_finalize);
Christoph Hellwig9b2ed9c2019-08-14 09:59:28 +02002887#endif /* CONFIG_DEVICE_PRIVATE */
Dave Hansen79c28a42021-09-02 14:59:06 -07002888
Huang Yingdcee9bf52022-01-14 14:08:49 -08002889/*
2890 * node_demotion[] example:
2891 *
2892 * Consider a system with two sockets. Each socket has
2893 * three classes of memory attached: fast, medium and slow.
2894 * Each memory class is placed in its own NUMA node. The
2895 * CPUs are placed in the node with the "fast" memory. The
2896 * 6 NUMA nodes (0-5) might be split among the sockets like
2897 * this:
2898 *
2899 * Socket A: 0, 1, 2
2900 * Socket B: 3, 4, 5
2901 *
2902 * When Node 0 fills up, its memory should be migrated to
2903 * Node 1. When Node 1 fills up, it should be migrated to
2904 * Node 2. The migration path start on the nodes with the
2905 * processors (since allocations default to this node) and
2906 * fast memory, progress through medium and end with the
2907 * slow memory:
2908 *
2909 * 0 -> 1 -> 2 -> stop
2910 * 3 -> 4 -> 5 -> stop
2911 *
2912 * This is represented in the node_demotion[] like this:
2913 *
2914 * { nr=1, nodes[0]=1 }, // Node 0 migrates to 1
2915 * { nr=1, nodes[0]=2 }, // Node 1 migrates to 2
2916 * { nr=0, nodes[0]=-1 }, // Node 2 does not migrate
2917 * { nr=1, nodes[0]=4 }, // Node 3 migrates to 4
2918 * { nr=1, nodes[0]=5 }, // Node 4 migrates to 5
2919 * { nr=0, nodes[0]=-1 }, // Node 5 does not migrate
2920 *
2921 * Moreover some systems may have multiple slow memory nodes.
2922 * Suppose a system has one socket with 3 memory nodes, node 0
2923 * is fast memory type, and node 1/2 both are slow memory
2924 * type, and the distance between fast memory node and slow
2925 * memory node is same. So the migration path should be:
2926 *
2927 * 0 -> 1/2 -> stop
2928 *
2929 * This is represented in the node_demotion[] like this:
2930 * { nr=2, {nodes[0]=1, nodes[1]=2} }, // Node 0 migrates to node 1 and node 2
2931 * { nr=0, nodes[0]=-1, }, // Node 1 dose not migrate
2932 * { nr=0, nodes[0]=-1, }, // Node 2 does not migrate
2933 */
2934
2935/*
2936 * Writes to this array occur without locking. Cycles are
2937 * not allowed: Node X demotes to Y which demotes to X...
2938 *
2939 * If multiple reads are performed, a single rcu_read_lock()
2940 * must be held over all reads to ensure that no cycles are
2941 * observed.
2942 */
2943#define DEFAULT_DEMOTION_TARGET_NODES 15
2944
2945#if MAX_NUMNODES < DEFAULT_DEMOTION_TARGET_NODES
2946#define DEMOTION_TARGET_NODES (MAX_NUMNODES - 1)
2947#else
2948#define DEMOTION_TARGET_NODES DEFAULT_DEMOTION_TARGET_NODES
2949#endif
2950
2951struct demotion_nodes {
2952 unsigned short nr;
2953 short nodes[DEMOTION_TARGET_NODES];
2954};
2955
2956static struct demotion_nodes *node_demotion __read_mostly;
2957
2958/**
2959 * next_demotion_node() - Get the next node in the demotion path
2960 * @node: The starting node to lookup the next node
2961 *
2962 * Return: node id for next memory node in the demotion path hierarchy
2963 * from @node; NUMA_NO_NODE if @node is terminal. This does not keep
2964 * @node online or guarantee that it *continues* to be the next demotion
2965 * target.
2966 */
2967int next_demotion_node(int node)
2968{
2969 struct demotion_nodes *nd;
2970 unsigned short target_nr, index;
2971 int target;
2972
2973 if (!node_demotion)
2974 return NUMA_NO_NODE;
2975
2976 nd = &node_demotion[node];
2977
2978 /*
2979 * node_demotion[] is updated without excluding this
2980 * function from running. RCU doesn't provide any
2981 * compiler barriers, so the READ_ONCE() is required
2982 * to avoid compiler reordering or read merging.
2983 *
2984 * Make sure to use RCU over entire code blocks if
2985 * node_demotion[] reads need to be consistent.
2986 */
2987 rcu_read_lock();
2988 target_nr = READ_ONCE(nd->nr);
2989
2990 switch (target_nr) {
2991 case 0:
2992 target = NUMA_NO_NODE;
2993 goto out;
2994 case 1:
2995 index = 0;
2996 break;
2997 default:
2998 /*
2999 * If there are multiple target nodes, just select one
3000 * target node randomly.
3001 *
3002 * In addition, we can also use round-robin to select
3003 * target node, but we should introduce another variable
3004 * for node_demotion[] to record last selected target node,
3005 * that may cause cache ping-pong due to the changing of
3006 * last target node. Or introducing per-cpu data to avoid
3007 * caching issue, which seems more complicated. So selecting
3008 * target node randomly seems better until now.
3009 */
3010 index = get_random_int() % target_nr;
3011 break;
3012 }
3013
3014 target = READ_ONCE(nd->nodes[index]);
3015
3016out:
3017 rcu_read_unlock();
3018 return target;
3019}
3020
Dave Hansen76af6a02021-10-18 15:15:32 -07003021#if defined(CONFIG_HOTPLUG_CPU)
Dave Hansen79c28a42021-09-02 14:59:06 -07003022/* Disable reclaim-based migration. */
3023static void __disable_all_migrate_targets(void)
3024{
Baolin Wangac16ec82022-01-14 14:08:43 -08003025 int node, i;
Dave Hansen79c28a42021-09-02 14:59:06 -07003026
Baolin Wangac16ec82022-01-14 14:08:43 -08003027 if (!node_demotion)
3028 return;
3029
3030 for_each_online_node(node) {
3031 node_demotion[node].nr = 0;
3032 for (i = 0; i < DEMOTION_TARGET_NODES; i++)
3033 node_demotion[node].nodes[i] = NUMA_NO_NODE;
3034 }
Dave Hansen79c28a42021-09-02 14:59:06 -07003035}
3036
3037static void disable_all_migrate_targets(void)
3038{
3039 __disable_all_migrate_targets();
3040
3041 /*
3042 * Ensure that the "disable" is visible across the system.
3043 * Readers will see either a combination of before+disable
3044 * state or disable+after. They will never see before and
3045 * after state together.
3046 *
3047 * The before+after state together might have cycles and
3048 * could cause readers to do things like loop until this
3049 * function finishes. This ensures they can only see a
3050 * single "bad" read and would, for instance, only loop
3051 * once.
3052 */
3053 synchronize_rcu();
3054}
3055
3056/*
3057 * Find an automatic demotion target for 'node'.
3058 * Failing here is OK. It might just indicate
3059 * being at the end of a chain.
3060 */
Baolin Wangac16ec82022-01-14 14:08:43 -08003061static int establish_migrate_target(int node, nodemask_t *used,
3062 int best_distance)
Dave Hansen79c28a42021-09-02 14:59:06 -07003063{
Baolin Wangac16ec82022-01-14 14:08:43 -08003064 int migration_target, index, val;
3065 struct demotion_nodes *nd;
Dave Hansen79c28a42021-09-02 14:59:06 -07003066
Baolin Wangac16ec82022-01-14 14:08:43 -08003067 if (!node_demotion)
Dave Hansen79c28a42021-09-02 14:59:06 -07003068 return NUMA_NO_NODE;
3069
Baolin Wangac16ec82022-01-14 14:08:43 -08003070 nd = &node_demotion[node];
3071
Dave Hansen79c28a42021-09-02 14:59:06 -07003072 migration_target = find_next_best_node(node, used);
3073 if (migration_target == NUMA_NO_NODE)
3074 return NUMA_NO_NODE;
3075
Baolin Wangac16ec82022-01-14 14:08:43 -08003076 /*
3077 * If the node has been set a migration target node before,
3078 * which means it's the best distance between them. Still
3079 * check if this node can be demoted to other target nodes
3080 * if they have a same best distance.
3081 */
3082 if (best_distance != -1) {
3083 val = node_distance(node, migration_target);
3084 if (val > best_distance)
3085 return NUMA_NO_NODE;
3086 }
3087
3088 index = nd->nr;
3089 if (WARN_ONCE(index >= DEMOTION_TARGET_NODES,
3090 "Exceeds maximum demotion target nodes\n"))
3091 return NUMA_NO_NODE;
3092
3093 nd->nodes[index] = migration_target;
3094 nd->nr++;
Dave Hansen79c28a42021-09-02 14:59:06 -07003095
3096 return migration_target;
3097}
3098
3099/*
3100 * When memory fills up on a node, memory contents can be
3101 * automatically migrated to another node instead of
3102 * discarded at reclaim.
3103 *
3104 * Establish a "migration path" which will start at nodes
3105 * with CPUs and will follow the priorities used to build the
3106 * page allocator zonelists.
3107 *
3108 * The difference here is that cycles must be avoided. If
3109 * node0 migrates to node1, then neither node1, nor anything
Baolin Wangac16ec82022-01-14 14:08:43 -08003110 * node1 migrates to can migrate to node0. Also one node can
3111 * be migrated to multiple nodes if the target nodes all have
3112 * a same best-distance against the source node.
Dave Hansen79c28a42021-09-02 14:59:06 -07003113 *
3114 * This function can run simultaneously with readers of
3115 * node_demotion[]. However, it can not run simultaneously
3116 * with itself. Exclusion is provided by memory hotplug events
3117 * being single-threaded.
3118 */
3119static void __set_migration_target_nodes(void)
3120{
3121 nodemask_t next_pass = NODE_MASK_NONE;
3122 nodemask_t this_pass = NODE_MASK_NONE;
3123 nodemask_t used_targets = NODE_MASK_NONE;
Baolin Wangac16ec82022-01-14 14:08:43 -08003124 int node, best_distance;
Dave Hansen79c28a42021-09-02 14:59:06 -07003125
3126 /*
3127 * Avoid any oddities like cycles that could occur
3128 * from changes in the topology. This will leave
3129 * a momentary gap when migration is disabled.
3130 */
3131 disable_all_migrate_targets();
3132
3133 /*
3134 * Allocations go close to CPUs, first. Assume that
3135 * the migration path starts at the nodes with CPUs.
3136 */
3137 next_pass = node_states[N_CPU];
3138again:
3139 this_pass = next_pass;
3140 next_pass = NODE_MASK_NONE;
3141 /*
3142 * To avoid cycles in the migration "graph", ensure
3143 * that migration sources are not future targets by
3144 * setting them in 'used_targets'. Do this only
3145 * once per pass so that multiple source nodes can
3146 * share a target node.
3147 *
3148 * 'used_targets' will become unavailable in future
3149 * passes. This limits some opportunities for
3150 * multiple source nodes to share a destination.
3151 */
3152 nodes_or(used_targets, used_targets, this_pass);
Dave Hansen79c28a42021-09-02 14:59:06 -07003153
Baolin Wangac16ec82022-01-14 14:08:43 -08003154 for_each_node_mask(node, this_pass) {
3155 best_distance = -1;
Dave Hansen79c28a42021-09-02 14:59:06 -07003156
3157 /*
Baolin Wangac16ec82022-01-14 14:08:43 -08003158 * Try to set up the migration path for the node, and the target
3159 * migration nodes can be multiple, so doing a loop to find all
3160 * the target nodes if they all have a best node distance.
Dave Hansen79c28a42021-09-02 14:59:06 -07003161 */
Baolin Wangac16ec82022-01-14 14:08:43 -08003162 do {
3163 int target_node =
3164 establish_migrate_target(node, &used_targets,
3165 best_distance);
3166
3167 if (target_node == NUMA_NO_NODE)
3168 break;
3169
3170 if (best_distance == -1)
3171 best_distance = node_distance(node, target_node);
3172
3173 /*
3174 * Visit targets from this pass in the next pass.
3175 * Eventually, every node will have been part of
3176 * a pass, and will become set in 'used_targets'.
3177 */
3178 node_set(target_node, next_pass);
3179 } while (1);
Dave Hansen79c28a42021-09-02 14:59:06 -07003180 }
3181 /*
3182 * 'next_pass' contains nodes which became migration
3183 * targets in this pass. Make additional passes until
3184 * no more migrations targets are available.
3185 */
3186 if (!nodes_empty(next_pass))
3187 goto again;
3188}
3189
3190/*
3191 * For callers that do not hold get_online_mems() already.
3192 */
Dave Hansen79c28a42021-09-02 14:59:06 -07003193static void set_migration_target_nodes(void)
3194{
3195 get_online_mems();
3196 __set_migration_target_nodes();
3197 put_online_mems();
3198}
Dave Hansen884a6e52021-09-02 14:59:09 -07003199
3200/*
Dave Hansen884a6e52021-09-02 14:59:09 -07003201 * This leaves migrate-on-reclaim transiently disabled between
3202 * the MEM_GOING_OFFLINE and MEM_OFFLINE events. This runs
3203 * whether reclaim-based migration is enabled or not, which
3204 * ensures that the user can turn reclaim-based migration at
3205 * any time without needing to recalculate migration targets.
3206 *
3207 * These callbacks already hold get_online_mems(). That is why
3208 * __set_migration_target_nodes() can be used as opposed to
3209 * set_migration_target_nodes().
3210 */
3211static int __meminit migrate_on_reclaim_callback(struct notifier_block *self,
Dave Hansen295be912021-10-18 15:15:29 -07003212 unsigned long action, void *_arg)
Dave Hansen884a6e52021-09-02 14:59:09 -07003213{
Dave Hansen295be912021-10-18 15:15:29 -07003214 struct memory_notify *arg = _arg;
3215
3216 /*
3217 * Only update the node migration order when a node is
3218 * changing status, like online->offline. This avoids
3219 * the overhead of synchronize_rcu() in most cases.
3220 */
3221 if (arg->status_change_nid < 0)
3222 return notifier_from_errno(0);
3223
Dave Hansen884a6e52021-09-02 14:59:09 -07003224 switch (action) {
3225 case MEM_GOING_OFFLINE:
3226 /*
3227 * Make sure there are not transient states where
3228 * an offline node is a migration target. This
3229 * will leave migration disabled until the offline
3230 * completes and the MEM_OFFLINE case below runs.
3231 */
3232 disable_all_migrate_targets();
3233 break;
3234 case MEM_OFFLINE:
3235 case MEM_ONLINE:
3236 /*
3237 * Recalculate the target nodes once the node
3238 * reaches its final state (online or offline).
3239 */
3240 __set_migration_target_nodes();
3241 break;
3242 case MEM_CANCEL_OFFLINE:
3243 /*
3244 * MEM_GOING_OFFLINE disabled all the migration
3245 * targets. Reenable them.
3246 */
3247 __set_migration_target_nodes();
3248 break;
3249 case MEM_GOING_ONLINE:
3250 case MEM_CANCEL_ONLINE:
3251 break;
3252 }
3253
3254 return notifier_from_errno(0);
3255}
3256
Dave Hansen76af6a02021-10-18 15:15:32 -07003257/*
3258 * React to hotplug events that might affect the migration targets
3259 * like events that online or offline NUMA nodes.
3260 *
3261 * The ordering is also currently dependent on which nodes have
3262 * CPUs. That means we need CPU on/offline notification too.
3263 */
3264static int migration_online_cpu(unsigned int cpu)
3265{
3266 set_migration_target_nodes();
3267 return 0;
3268}
3269
3270static int migration_offline_cpu(unsigned int cpu)
3271{
3272 set_migration_target_nodes();
3273 return 0;
3274}
3275
Dave Hansen884a6e52021-09-02 14:59:09 -07003276static int __init migrate_on_reclaim_init(void)
3277{
3278 int ret;
3279
Baolin Wangac16ec82022-01-14 14:08:43 -08003280 node_demotion = kmalloc_array(nr_node_ids,
3281 sizeof(struct demotion_nodes),
3282 GFP_KERNEL);
3283 WARN_ON(!node_demotion);
3284
Huang Yinga6a02512021-10-18 15:15:35 -07003285 ret = cpuhp_setup_state_nocalls(CPUHP_MM_DEMOTION_DEAD, "mm/demotion:offline",
3286 NULL, migration_offline_cpu);
Dave Hansen884a6e52021-09-02 14:59:09 -07003287 /*
3288 * In the unlikely case that this fails, the automatic
3289 * migration targets may become suboptimal for nodes
3290 * where N_CPU changes. With such a small impact in a
3291 * rare case, do not bother trying to do anything special.
3292 */
3293 WARN_ON(ret < 0);
Huang Yinga6a02512021-10-18 15:15:35 -07003294 ret = cpuhp_setup_state(CPUHP_AP_MM_DEMOTION_ONLINE, "mm/demotion:online",
3295 migration_online_cpu, NULL);
3296 WARN_ON(ret < 0);
Dave Hansen884a6e52021-09-02 14:59:09 -07003297
3298 hotplug_memory_notifier(migrate_on_reclaim_callback, 100);
3299 return 0;
3300}
3301late_initcall(migrate_on_reclaim_init);
Dave Hansen76af6a02021-10-18 15:15:32 -07003302#endif /* CONFIG_HOTPLUG_CPU */
Yang Shi20f9ba42021-11-05 13:43:35 -07003303
3304bool numa_demotion_enabled = false;
3305
3306#ifdef CONFIG_SYSFS
3307static ssize_t numa_demotion_enabled_show(struct kobject *kobj,
3308 struct kobj_attribute *attr, char *buf)
3309{
3310 return sysfs_emit(buf, "%s\n",
3311 numa_demotion_enabled ? "true" : "false");
3312}
3313
3314static ssize_t numa_demotion_enabled_store(struct kobject *kobj,
3315 struct kobj_attribute *attr,
3316 const char *buf, size_t count)
3317{
3318 if (!strncmp(buf, "true", 4) || !strncmp(buf, "1", 1))
3319 numa_demotion_enabled = true;
3320 else if (!strncmp(buf, "false", 5) || !strncmp(buf, "0", 1))
3321 numa_demotion_enabled = false;
3322 else
3323 return -EINVAL;
3324
3325 return count;
3326}
3327
3328static struct kobj_attribute numa_demotion_enabled_attr =
3329 __ATTR(demotion_enabled, 0644, numa_demotion_enabled_show,
3330 numa_demotion_enabled_store);
3331
3332static struct attribute *numa_attrs[] = {
3333 &numa_demotion_enabled_attr.attr,
3334 NULL,
3335};
3336
3337static const struct attribute_group numa_attr_group = {
3338 .attrs = numa_attrs,
3339};
3340
3341static int __init numa_init_sysfs(void)
3342{
3343 int err;
3344 struct kobject *numa_kobj;
3345
3346 numa_kobj = kobject_create_and_add("numa", mm_kobj);
3347 if (!numa_kobj) {
3348 pr_err("failed to create numa kobject\n");
3349 return -ENOMEM;
3350 }
3351 err = sysfs_create_group(numa_kobj, &numa_attr_group);
3352 if (err) {
3353 pr_err("failed to register numa group\n");
3354 goto delete_obj;
3355 }
3356 return 0;
3357
3358delete_obj:
3359 kobject_put(numa_kobj);
3360 return err;
3361}
3362subsys_initcall(numa_init_sysfs);
3363#endif