blob: 0ad53ad98e7424edb1c7a31fff862cfddffe7a65 [file] [log] [blame]
Thomas Gleixner457c8992019-05-19 13:08:55 +01001// SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * Generic hugetlb support.
Nadia Yvette Chambers6d49e352012-12-06 10:39:54 +01004 * (C) Nadia Yvette Chambers, April 2004
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#include <linux/list.h>
7#include <linux/init.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/mm.h>
Alexey Dobriyane1759c22008-10-15 23:50:22 +04009#include <linux/seq_file.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/sysctl.h>
11#include <linux/highmem.h>
Andrea Arcangelicddb8a52008-07-28 15:46:29 -070012#include <linux/mmu_notifier.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/nodemask.h>
David Gibson63551ae2005-06-21 17:14:44 -070014#include <linux/pagemap.h>
Christoph Lameter5da7ca82006-01-06 00:10:46 -080015#include <linux/mempolicy.h>
Gideon Israel Dsouza3b321232014-04-07 15:37:26 -070016#include <linux/compiler.h>
Christoph Lameteraea47ff2006-01-08 01:00:57 -080017#include <linux/cpuset.h>
David Gibson3935baa2006-03-22 00:08:53 -080018#include <linux/mutex.h>
Mike Rapoport97ad1082018-10-30 15:09:44 -070019#include <linux/memblock.h>
Nishanth Aravamudana3437872008-07-23 21:27:44 -070020#include <linux/sysfs.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090021#include <linux/slab.h>
Joonsoo Kimbbe88752020-08-11 18:37:38 -070022#include <linux/sched/mm.h>
Mike Kravetz63489f82018-03-22 16:17:13 -070023#include <linux/mmdebug.h>
Ingo Molnar174cd4b2017-02-02 19:15:33 +010024#include <linux/sched/signal.h>
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +090025#include <linux/rmap.h>
Matthew Wilcoxc6247f72017-07-10 15:48:56 -070026#include <linux/string_helpers.h>
Naoya Horiguchifd6a03e2010-05-28 09:29:21 +090027#include <linux/swap.h>
28#include <linux/swapops.h>
Davidlohr Bueso8382d912014-04-03 14:47:31 -070029#include <linux/jhash.h>
Anshuman Khandual98fa15f2019-03-05 15:42:58 -080030#include <linux/numa.h>
Waiman Longc77c0a82020-01-04 13:00:15 -080031#include <linux/llist.h>
Roman Gushchincf11e852020-04-10 14:32:45 -070032#include <linux/cma.h>
Mina Almasry8cc5fcb2021-06-30 18:48:19 -070033#include <linux/migrate.h>
Mike Kravetzf9317f72022-03-22 14:45:20 -070034#include <linux/nospec.h>
Yang Yang662ce1d2022-06-01 15:55:25 -070035#include <linux/delayacct.h>
Muchun Songb958d4d2022-09-14 15:26:02 +080036#include <linux/memory.h>
Linus Torvaldsd6606682008-08-06 12:04:54 -070037
David Gibson63551ae2005-06-21 17:14:44 -070038#include <asm/page.h>
Mike Rapoportca15ca42020-08-06 23:22:28 -070039#include <asm/pgalloc.h>
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -070040#include <asm/tlb.h>
David Gibson63551ae2005-06-21 17:14:44 -070041
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -070042#include <linux/io.h>
David Gibson63551ae2005-06-21 17:14:44 -070043#include <linux/hugetlb.h>
Aneesh Kumar K.V9dd540e2012-07-31 16:42:15 -070044#include <linux/hugetlb_cgroup.h>
Lee Schermerhorn9a3052302009-12-14 17:58:25 -080045#include <linux/node.h>
Michal Hockoab5ac902018-01-31 16:20:48 -080046#include <linux/page_owner.h>
Nick Piggin7835e982006-03-22 00:08:40 -080047#include "internal.h"
Muchun Songf41f2ed2021-06-30 18:47:13 -070048#include "hugetlb_vmemmap.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Aneesh Kumar K.Vc3f38a32012-07-31 16:42:10 -070050int hugetlb_max_hstate __read_mostly;
Andi Kleene5ff2152008-07-23 21:27:42 -070051unsigned int default_hstate_idx;
52struct hstate hstates[HUGE_MAX_HSTATE];
Roman Gushchincf11e852020-04-10 14:32:45 -070053
Barry Songdbda8fe2020-07-23 21:15:30 -070054#ifdef CONFIG_CMA
Roman Gushchincf11e852020-04-10 14:32:45 -070055static struct cma *hugetlb_cma[MAX_NUMNODES];
Baolin Wang38e719a2021-11-05 13:41:46 -070056static unsigned long hugetlb_cma_size_in_node[MAX_NUMNODES] __initdata;
Mike Kravetza01f4392021-11-05 13:41:27 -070057static bool hugetlb_cma_page(struct page *page, unsigned int order)
58{
59 return cma_pages_valid(hugetlb_cma[page_to_nid(page)], page,
60 1 << order);
61}
62#else
63static bool hugetlb_cma_page(struct page *page, unsigned int order)
64{
65 return false;
66}
Barry Songdbda8fe2020-07-23 21:15:30 -070067#endif
68static unsigned long hugetlb_cma_size __initdata;
Roman Gushchincf11e852020-04-10 14:32:45 -070069
Jon Tollefson53ba51d2008-07-23 21:27:52 -070070__initdata LIST_HEAD(huge_boot_pages);
71
Andi Kleene5ff2152008-07-23 21:27:42 -070072/* for command line parsing */
73static struct hstate * __initdata parsed_hstate;
74static unsigned long __initdata default_hstate_max_huge_pages;
Vaishali Thakkar9fee0212016-05-19 17:11:04 -070075static bool __initdata parsed_valid_hugepagesz = true;
Mike Kravetz282f4212020-06-03 16:00:46 -070076static bool __initdata parsed_default_hugepagesz;
Zhenguo Yaob5389082021-11-05 13:43:28 -070077static unsigned int default_hugepages_in_node[MAX_NUMNODES] __initdata;
Andi Kleene5ff2152008-07-23 21:27:42 -070078
David Gibson3935baa2006-03-22 00:08:53 -080079/*
Naoya Horiguchi31caf662013-09-11 14:21:59 -070080 * Protects updates to hugepage_freelists, hugepage_activelist, nr_huge_pages,
81 * free_huge_pages, and surplus_huge_pages.
David Gibson3935baa2006-03-22 00:08:53 -080082 */
Aneesh Kumar K.Vc3f38a32012-07-31 16:42:10 -070083DEFINE_SPINLOCK(hugetlb_lock);
Eric Paris0bd0f9f2005-11-21 21:32:28 -080084
Davidlohr Bueso8382d912014-04-03 14:47:31 -070085/*
86 * Serializes faults on the same logical page. This is used to
87 * prevent spurious OOMs when the hugepage pool is fully utilized.
88 */
89static int num_fault_mutexes;
Mike Kravetzc672c7f2015-09-08 15:01:35 -070090struct mutex *hugetlb_fault_mutex_table ____cacheline_aligned_in_smp;
Davidlohr Bueso8382d912014-04-03 14:47:31 -070091
Mike Kravetz7ca02d0a2015-04-15 16:13:42 -070092/* Forward declaration */
93static int hugetlb_acct_memory(struct hstate *h, long delta);
Mike Kravetz8d9bfb22022-09-14 15:18:07 -070094static void hugetlb_vma_lock_free(struct vm_area_struct *vma);
95static void hugetlb_vma_lock_alloc(struct vm_area_struct *vma);
Mike Kravetzecfbd732022-10-04 18:17:06 -070096static void __hugetlb_vma_unlock_write_free(struct vm_area_struct *vma);
Mike Kravetz7ca02d0a2015-04-15 16:13:42 -070097
Miaohe Lin1d884332021-02-24 12:07:05 -080098static inline bool subpool_is_free(struct hugepage_subpool *spool)
99{
100 if (spool->count)
101 return false;
102 if (spool->max_hpages != -1)
103 return spool->used_hpages == 0;
104 if (spool->min_hpages != -1)
105 return spool->rsv_hpages == spool->min_hpages;
106
107 return true;
108}
109
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700110static inline void unlock_or_release_subpool(struct hugepage_subpool *spool,
111 unsigned long irq_flags)
David Gibson90481622012-03-21 16:34:12 -0700112{
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700113 spin_unlock_irqrestore(&spool->lock, irq_flags);
David Gibson90481622012-03-21 16:34:12 -0700114
115 /* If no pages are used, and no other handles to the subpool
Ethon Paul7c8de352020-06-04 16:49:07 -0700116 * remain, give up any reservations based on minimum size and
Mike Kravetz7ca02d0a2015-04-15 16:13:42 -0700117 * free the subpool */
Miaohe Lin1d884332021-02-24 12:07:05 -0800118 if (subpool_is_free(spool)) {
Mike Kravetz7ca02d0a2015-04-15 16:13:42 -0700119 if (spool->min_hpages != -1)
120 hugetlb_acct_memory(spool->hstate,
121 -spool->min_hpages);
David Gibson90481622012-03-21 16:34:12 -0700122 kfree(spool);
Mike Kravetz7ca02d0a2015-04-15 16:13:42 -0700123 }
David Gibson90481622012-03-21 16:34:12 -0700124}
125
Mike Kravetz7ca02d0a2015-04-15 16:13:42 -0700126struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages,
127 long min_hpages)
David Gibson90481622012-03-21 16:34:12 -0700128{
129 struct hugepage_subpool *spool;
130
Mike Kravetzc6a91822015-04-15 16:13:36 -0700131 spool = kzalloc(sizeof(*spool), GFP_KERNEL);
David Gibson90481622012-03-21 16:34:12 -0700132 if (!spool)
133 return NULL;
134
135 spin_lock_init(&spool->lock);
136 spool->count = 1;
Mike Kravetz7ca02d0a2015-04-15 16:13:42 -0700137 spool->max_hpages = max_hpages;
138 spool->hstate = h;
139 spool->min_hpages = min_hpages;
140
141 if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) {
142 kfree(spool);
143 return NULL;
144 }
145 spool->rsv_hpages = min_hpages;
David Gibson90481622012-03-21 16:34:12 -0700146
147 return spool;
148}
149
150void hugepage_put_subpool(struct hugepage_subpool *spool)
151{
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700152 unsigned long flags;
153
154 spin_lock_irqsave(&spool->lock, flags);
David Gibson90481622012-03-21 16:34:12 -0700155 BUG_ON(!spool->count);
156 spool->count--;
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700157 unlock_or_release_subpool(spool, flags);
David Gibson90481622012-03-21 16:34:12 -0700158}
159
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700160/*
161 * Subpool accounting for allocating and reserving pages.
162 * Return -ENOMEM if there are not enough resources to satisfy the
Randy Dunlap9e7ee402020-08-11 18:32:59 -0700163 * request. Otherwise, return the number of pages by which the
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700164 * global pools must be adjusted (upward). The returned value may
165 * only be different than the passed value (delta) in the case where
Ethon Paul7c8de352020-06-04 16:49:07 -0700166 * a subpool minimum size must be maintained.
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700167 */
168static long hugepage_subpool_get_pages(struct hugepage_subpool *spool,
David Gibson90481622012-03-21 16:34:12 -0700169 long delta)
170{
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700171 long ret = delta;
David Gibson90481622012-03-21 16:34:12 -0700172
173 if (!spool)
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700174 return ret;
David Gibson90481622012-03-21 16:34:12 -0700175
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700176 spin_lock_irq(&spool->lock);
David Gibson90481622012-03-21 16:34:12 -0700177
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700178 if (spool->max_hpages != -1) { /* maximum size accounting */
179 if ((spool->used_hpages + delta) <= spool->max_hpages)
180 spool->used_hpages += delta;
181 else {
182 ret = -ENOMEM;
183 goto unlock_ret;
184 }
185 }
186
Mike Kravetz09a95e22016-05-19 17:11:01 -0700187 /* minimum size accounting */
188 if (spool->min_hpages != -1 && spool->rsv_hpages) {
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700189 if (delta > spool->rsv_hpages) {
190 /*
191 * Asking for more reserves than those already taken on
192 * behalf of subpool. Return difference.
193 */
194 ret = delta - spool->rsv_hpages;
195 spool->rsv_hpages = 0;
196 } else {
197 ret = 0; /* reserves already accounted for */
198 spool->rsv_hpages -= delta;
199 }
200 }
201
202unlock_ret:
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700203 spin_unlock_irq(&spool->lock);
David Gibson90481622012-03-21 16:34:12 -0700204 return ret;
205}
206
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700207/*
208 * Subpool accounting for freeing and unreserving pages.
209 * Return the number of global page reservations that must be dropped.
210 * The return value may only be different than the passed value (delta)
211 * in the case where a subpool minimum size must be maintained.
212 */
213static long hugepage_subpool_put_pages(struct hugepage_subpool *spool,
David Gibson90481622012-03-21 16:34:12 -0700214 long delta)
215{
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700216 long ret = delta;
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700217 unsigned long flags;
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700218
David Gibson90481622012-03-21 16:34:12 -0700219 if (!spool)
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700220 return delta;
David Gibson90481622012-03-21 16:34:12 -0700221
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700222 spin_lock_irqsave(&spool->lock, flags);
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700223
224 if (spool->max_hpages != -1) /* maximum size accounting */
225 spool->used_hpages -= delta;
226
Mike Kravetz09a95e22016-05-19 17:11:01 -0700227 /* minimum size accounting */
228 if (spool->min_hpages != -1 && spool->used_hpages < spool->min_hpages) {
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700229 if (spool->rsv_hpages + delta <= spool->min_hpages)
230 ret = 0;
231 else
232 ret = spool->rsv_hpages + delta - spool->min_hpages;
233
234 spool->rsv_hpages += delta;
235 if (spool->rsv_hpages > spool->min_hpages)
236 spool->rsv_hpages = spool->min_hpages;
237 }
238
239 /*
240 * If hugetlbfs_put_super couldn't free spool due to an outstanding
241 * quota reference, free it now.
242 */
Mike Kravetzdb71ef72021-05-04 18:35:07 -0700243 unlock_or_release_subpool(spool, flags);
Mike Kravetz1c5ecae2015-04-15 16:13:39 -0700244
245 return ret;
David Gibson90481622012-03-21 16:34:12 -0700246}
247
248static inline struct hugepage_subpool *subpool_inode(struct inode *inode)
249{
250 return HUGETLBFS_SB(inode->i_sb)->spool;
251}
252
253static inline struct hugepage_subpool *subpool_vma(struct vm_area_struct *vma)
254{
Al Viro496ad9a2013-01-23 17:07:38 -0500255 return subpool_inode(file_inode(vma->vm_file));
David Gibson90481622012-03-21 16:34:12 -0700256}
257
Mina Almasry0db9d742020-04-01 21:11:25 -0700258/* Helper that removes a struct file_region from the resv_map cache and returns
259 * it for use.
260 */
261static struct file_region *
262get_file_region_entry_from_cache(struct resv_map *resv, long from, long to)
263{
XU pengfei32599142022-09-14 09:21:14 +0800264 struct file_region *nrg;
Mina Almasry0db9d742020-04-01 21:11:25 -0700265
266 VM_BUG_ON(resv->region_cache_count <= 0);
267
268 resv->region_cache_count--;
269 nrg = list_first_entry(&resv->region_cache, struct file_region, link);
Mina Almasry0db9d742020-04-01 21:11:25 -0700270 list_del(&nrg->link);
271
272 nrg->from = from;
273 nrg->to = to;
274
275 return nrg;
276}
277
Mina Almasry075a61d2020-04-01 21:11:28 -0700278static void copy_hugetlb_cgroup_uncharge_info(struct file_region *nrg,
279 struct file_region *rg)
280{
281#ifdef CONFIG_CGROUP_HUGETLB
282 nrg->reservation_counter = rg->reservation_counter;
283 nrg->css = rg->css;
284 if (rg->css)
285 css_get(rg->css);
286#endif
287}
288
289/* Helper that records hugetlb_cgroup uncharge info. */
290static void record_hugetlb_cgroup_uncharge_info(struct hugetlb_cgroup *h_cg,
291 struct hstate *h,
292 struct resv_map *resv,
293 struct file_region *nrg)
294{
295#ifdef CONFIG_CGROUP_HUGETLB
296 if (h_cg) {
297 nrg->reservation_counter =
298 &h_cg->rsvd_hugepage[hstate_index(h)];
299 nrg->css = &h_cg->css;
Miaohe Lind85aecf2021-03-24 21:37:17 -0700300 /*
301 * The caller will hold exactly one h_cg->css reference for the
302 * whole contiguous reservation region. But this area might be
303 * scattered when there are already some file_regions reside in
304 * it. As a result, many file_regions may share only one css
305 * reference. In order to ensure that one file_region must hold
306 * exactly one h_cg->css reference, we should do css_get for
307 * each file_region and leave the reference held by caller
308 * untouched.
309 */
310 css_get(&h_cg->css);
Mina Almasry075a61d2020-04-01 21:11:28 -0700311 if (!resv->pages_per_hpage)
312 resv->pages_per_hpage = pages_per_huge_page(h);
313 /* pages_per_hpage should be the same for all entries in
314 * a resv_map.
315 */
316 VM_BUG_ON(resv->pages_per_hpage != pages_per_huge_page(h));
317 } else {
318 nrg->reservation_counter = NULL;
319 nrg->css = NULL;
320 }
321#endif
322}
323
Miaohe Lind85aecf2021-03-24 21:37:17 -0700324static void put_uncharge_info(struct file_region *rg)
325{
326#ifdef CONFIG_CGROUP_HUGETLB
327 if (rg->css)
328 css_put(rg->css);
329#endif
330}
331
Mina Almasrya9b3f862020-04-01 21:11:35 -0700332static bool has_same_uncharge_info(struct file_region *rg,
333 struct file_region *org)
334{
335#ifdef CONFIG_CGROUP_HUGETLB
Baolin Wang0739eb42021-11-05 13:41:58 -0700336 return rg->reservation_counter == org->reservation_counter &&
Mina Almasrya9b3f862020-04-01 21:11:35 -0700337 rg->css == org->css;
338
339#else
340 return true;
341#endif
342}
343
344static void coalesce_file_region(struct resv_map *resv, struct file_region *rg)
345{
XU pengfei32599142022-09-14 09:21:14 +0800346 struct file_region *nrg, *prg;
Mina Almasrya9b3f862020-04-01 21:11:35 -0700347
348 prg = list_prev_entry(rg, link);
349 if (&prg->link != &resv->regions && prg->to == rg->from &&
350 has_same_uncharge_info(prg, rg)) {
351 prg->to = rg->to;
352
353 list_del(&rg->link);
Miaohe Lind85aecf2021-03-24 21:37:17 -0700354 put_uncharge_info(rg);
Mina Almasrya9b3f862020-04-01 21:11:35 -0700355 kfree(rg);
356
Wei Yang7db5e7b2020-10-13 16:56:20 -0700357 rg = prg;
Mina Almasrya9b3f862020-04-01 21:11:35 -0700358 }
359
360 nrg = list_next_entry(rg, link);
361 if (&nrg->link != &resv->regions && nrg->from == rg->to &&
362 has_same_uncharge_info(nrg, rg)) {
363 nrg->from = rg->from;
364
365 list_del(&rg->link);
Miaohe Lind85aecf2021-03-24 21:37:17 -0700366 put_uncharge_info(rg);
Mina Almasrya9b3f862020-04-01 21:11:35 -0700367 kfree(rg);
Mina Almasrya9b3f862020-04-01 21:11:35 -0700368 }
369}
370
Peter Xu2103cf92021-03-12 21:07:18 -0800371static inline long
Jakob Koschel84448c82022-04-28 23:16:03 -0700372hugetlb_resv_map_add(struct resv_map *map, struct list_head *rg, long from,
Peter Xu2103cf92021-03-12 21:07:18 -0800373 long to, struct hstate *h, struct hugetlb_cgroup *cg,
374 long *regions_needed)
375{
376 struct file_region *nrg;
377
378 if (!regions_needed) {
379 nrg = get_file_region_entry_from_cache(map, from, to);
380 record_hugetlb_cgroup_uncharge_info(cg, h, map, nrg);
Jakob Koschel84448c82022-04-28 23:16:03 -0700381 list_add(&nrg->link, rg);
Peter Xu2103cf92021-03-12 21:07:18 -0800382 coalesce_file_region(map, nrg);
383 } else
384 *regions_needed += 1;
385
386 return to - from;
387}
388
Wei Yang972a3da32020-10-13 16:56:30 -0700389/*
390 * Must be called with resv->lock held.
391 *
392 * Calling this with regions_needed != NULL will count the number of pages
393 * to be added but will not modify the linked list. And regions_needed will
394 * indicate the number of file_regions needed in the cache to carry out to add
395 * the regions for this range.
Mina Almasryd75c6af2019-11-30 17:56:59 -0800396 */
397static long add_reservation_in_range(struct resv_map *resv, long f, long t,
Mina Almasry075a61d2020-04-01 21:11:28 -0700398 struct hugetlb_cgroup *h_cg,
Wei Yang972a3da32020-10-13 16:56:30 -0700399 struct hstate *h, long *regions_needed)
Mina Almasryd75c6af2019-11-30 17:56:59 -0800400{
Mina Almasry0db9d742020-04-01 21:11:25 -0700401 long add = 0;
Mina Almasryd75c6af2019-11-30 17:56:59 -0800402 struct list_head *head = &resv->regions;
Mina Almasry0db9d742020-04-01 21:11:25 -0700403 long last_accounted_offset = f;
Jakob Koschel84448c82022-04-28 23:16:03 -0700404 struct file_region *iter, *trg = NULL;
405 struct list_head *rg = NULL;
Mina Almasryd75c6af2019-11-30 17:56:59 -0800406
Mina Almasry0db9d742020-04-01 21:11:25 -0700407 if (regions_needed)
408 *regions_needed = 0;
Mina Almasryd75c6af2019-11-30 17:56:59 -0800409
Mina Almasry0db9d742020-04-01 21:11:25 -0700410 /* In this loop, we essentially handle an entry for the range
Jakob Koschel84448c82022-04-28 23:16:03 -0700411 * [last_accounted_offset, iter->from), at every iteration, with some
Mina Almasry0db9d742020-04-01 21:11:25 -0700412 * bounds checking.
413 */
Jakob Koschel84448c82022-04-28 23:16:03 -0700414 list_for_each_entry_safe(iter, trg, head, link) {
Mina Almasry0db9d742020-04-01 21:11:25 -0700415 /* Skip irrelevant regions that start before our range. */
Jakob Koschel84448c82022-04-28 23:16:03 -0700416 if (iter->from < f) {
Mina Almasry0db9d742020-04-01 21:11:25 -0700417 /* If this region ends after the last accounted offset,
418 * then we need to update last_accounted_offset.
419 */
Jakob Koschel84448c82022-04-28 23:16:03 -0700420 if (iter->to > last_accounted_offset)
421 last_accounted_offset = iter->to;
Mina Almasry0db9d742020-04-01 21:11:25 -0700422 continue;
423 }
Mina Almasryd75c6af2019-11-30 17:56:59 -0800424
Mina Almasry0db9d742020-04-01 21:11:25 -0700425 /* When we find a region that starts beyond our range, we've
426 * finished.
427 */
Jakob Koschel84448c82022-04-28 23:16:03 -0700428 if (iter->from >= t) {
429 rg = iter->link.prev;
Mina Almasryd75c6af2019-11-30 17:56:59 -0800430 break;
Jakob Koschel84448c82022-04-28 23:16:03 -0700431 }
Mina Almasryd75c6af2019-11-30 17:56:59 -0800432
Jakob Koschel84448c82022-04-28 23:16:03 -0700433 /* Add an entry for last_accounted_offset -> iter->from, and
Mina Almasry0db9d742020-04-01 21:11:25 -0700434 * update last_accounted_offset.
Mina Almasryd75c6af2019-11-30 17:56:59 -0800435 */
Jakob Koschel84448c82022-04-28 23:16:03 -0700436 if (iter->from > last_accounted_offset)
437 add += hugetlb_resv_map_add(resv, iter->link.prev,
Peter Xu2103cf92021-03-12 21:07:18 -0800438 last_accounted_offset,
Jakob Koschel84448c82022-04-28 23:16:03 -0700439 iter->from, h, h_cg,
Peter Xu2103cf92021-03-12 21:07:18 -0800440 regions_needed);
Mina Almasryd75c6af2019-11-30 17:56:59 -0800441
Jakob Koschel84448c82022-04-28 23:16:03 -0700442 last_accounted_offset = iter->to;
Mina Almasry0db9d742020-04-01 21:11:25 -0700443 }
444
445 /* Handle the case where our range extends beyond
446 * last_accounted_offset.
447 */
Jakob Koschel84448c82022-04-28 23:16:03 -0700448 if (!rg)
449 rg = head->prev;
Peter Xu2103cf92021-03-12 21:07:18 -0800450 if (last_accounted_offset < t)
451 add += hugetlb_resv_map_add(resv, rg, last_accounted_offset,
452 t, h, h_cg, regions_needed);
Mina Almasry0db9d742020-04-01 21:11:25 -0700453
Mina Almasry0db9d742020-04-01 21:11:25 -0700454 return add;
455}
456
457/* Must be called with resv->lock acquired. Will drop lock to allocate entries.
458 */
459static int allocate_file_region_entries(struct resv_map *resv,
460 int regions_needed)
461 __must_hold(&resv->lock)
462{
Miaohe Lin34665342022-09-01 20:00:23 +0800463 LIST_HEAD(allocated_regions);
Mina Almasry0db9d742020-04-01 21:11:25 -0700464 int to_allocate = 0, i = 0;
465 struct file_region *trg = NULL, *rg = NULL;
466
467 VM_BUG_ON(regions_needed < 0);
468
Mina Almasry0db9d742020-04-01 21:11:25 -0700469 /*
470 * Check for sufficient descriptors in the cache to accommodate
471 * the number of in progress add operations plus regions_needed.
472 *
473 * This is a while loop because when we drop the lock, some other call
474 * to region_add or region_del may have consumed some region_entries,
475 * so we keep looping here until we finally have enough entries for
476 * (adds_in_progress + regions_needed).
477 */
478 while (resv->region_cache_count <
479 (resv->adds_in_progress + regions_needed)) {
480 to_allocate = resv->adds_in_progress + regions_needed -
481 resv->region_cache_count;
482
483 /* At this point, we should have enough entries in the cache
Ingo Molnarf0953a12021-05-06 18:06:47 -0700484 * for all the existing adds_in_progress. We should only be
Mina Almasry0db9d742020-04-01 21:11:25 -0700485 * needing to allocate for regions_needed.
486 */
487 VM_BUG_ON(resv->region_cache_count < resv->adds_in_progress);
488
489 spin_unlock(&resv->lock);
490 for (i = 0; i < to_allocate; i++) {
491 trg = kmalloc(sizeof(*trg), GFP_KERNEL);
492 if (!trg)
493 goto out_of_memory;
494 list_add(&trg->link, &allocated_regions);
495 }
496
497 spin_lock(&resv->lock);
498
Wei Yangd3ec7b62020-10-13 16:56:27 -0700499 list_splice(&allocated_regions, &resv->region_cache);
500 resv->region_cache_count += to_allocate;
Mina Almasryd75c6af2019-11-30 17:56:59 -0800501 }
502
Mina Almasry0db9d742020-04-01 21:11:25 -0700503 return 0;
Mina Almasryd75c6af2019-11-30 17:56:59 -0800504
Mina Almasry0db9d742020-04-01 21:11:25 -0700505out_of_memory:
506 list_for_each_entry_safe(rg, trg, &allocated_regions, link) {
507 list_del(&rg->link);
508 kfree(rg);
509 }
510 return -ENOMEM;
Mina Almasryd75c6af2019-11-30 17:56:59 -0800511}
512
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700513/*
514 * Add the huge page range represented by [f, t) to the reserve
Mina Almasry0db9d742020-04-01 21:11:25 -0700515 * map. Regions will be taken from the cache to fill in this range.
516 * Sufficient regions should exist in the cache due to the previous
517 * call to region_chg with the same range, but in some cases the cache will not
518 * have sufficient entries due to races with other code doing region_add or
519 * region_del. The extra needed entries will be allocated.
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700520 *
Mina Almasry0db9d742020-04-01 21:11:25 -0700521 * regions_needed is the out value provided by a previous call to region_chg.
522 *
523 * Return the number of new huge pages added to the map. This number is greater
524 * than or equal to zero. If file_region entries needed to be allocated for
Ethon Paul7c8de352020-06-04 16:49:07 -0700525 * this operation and we were not able to allocate, it returns -ENOMEM.
Mina Almasry0db9d742020-04-01 21:11:25 -0700526 * region_add of regions of length 1 never allocate file_regions and cannot
527 * fail; region_chg will always allocate at least 1 entry and a region_add for
528 * 1 page will only require at most 1 entry.
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700529 */
Mina Almasry0db9d742020-04-01 21:11:25 -0700530static long region_add(struct resv_map *resv, long f, long t,
Mina Almasry075a61d2020-04-01 21:11:28 -0700531 long in_regions_needed, struct hstate *h,
532 struct hugetlb_cgroup *h_cg)
Andy Whitcroft96822902008-07-23 21:27:29 -0700533{
Mina Almasry0db9d742020-04-01 21:11:25 -0700534 long add = 0, actual_regions_needed = 0;
Andy Whitcroft96822902008-07-23 21:27:29 -0700535
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700536 spin_lock(&resv->lock);
Mina Almasry0db9d742020-04-01 21:11:25 -0700537retry:
538
539 /* Count how many regions are actually needed to execute this add. */
Wei Yang972a3da32020-10-13 16:56:30 -0700540 add_reservation_in_range(resv, f, t, NULL, NULL,
541 &actual_regions_needed);
Andy Whitcroft96822902008-07-23 21:27:29 -0700542
Mike Kravetz5e911372015-09-08 15:01:28 -0700543 /*
Mina Almasry0db9d742020-04-01 21:11:25 -0700544 * Check for sufficient descriptors in the cache to accommodate
545 * this add operation. Note that actual_regions_needed may be greater
546 * than in_regions_needed, as the resv_map may have been modified since
547 * the region_chg call. In this case, we need to make sure that we
548 * allocate extra entries, such that we have enough for all the
549 * existing adds_in_progress, plus the excess needed for this
550 * operation.
Mike Kravetz5e911372015-09-08 15:01:28 -0700551 */
Mina Almasry0db9d742020-04-01 21:11:25 -0700552 if (actual_regions_needed > in_regions_needed &&
553 resv->region_cache_count <
554 resv->adds_in_progress +
555 (actual_regions_needed - in_regions_needed)) {
556 /* region_add operation of range 1 should never need to
557 * allocate file_region entries.
558 */
559 VM_BUG_ON(t - f <= 1);
Mike Kravetz5e911372015-09-08 15:01:28 -0700560
Mina Almasry0db9d742020-04-01 21:11:25 -0700561 if (allocate_file_region_entries(
562 resv, actual_regions_needed - in_regions_needed)) {
563 return -ENOMEM;
564 }
Mike Kravetz5e911372015-09-08 15:01:28 -0700565
Mina Almasry0db9d742020-04-01 21:11:25 -0700566 goto retry;
Mike Kravetz5e911372015-09-08 15:01:28 -0700567 }
568
Wei Yang972a3da32020-10-13 16:56:30 -0700569 add = add_reservation_in_range(resv, f, t, h_cg, h, NULL);
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700570
Mina Almasry0db9d742020-04-01 21:11:25 -0700571 resv->adds_in_progress -= in_regions_needed;
572
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700573 spin_unlock(&resv->lock);
Mike Kravetzcf3ad202015-06-24 16:57:55 -0700574 return add;
Andy Whitcroft96822902008-07-23 21:27:29 -0700575}
576
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700577/*
578 * Examine the existing reserve map and determine how many
579 * huge pages in the specified range [f, t) are NOT currently
580 * represented. This routine is called before a subsequent
581 * call to region_add that will actually modify the reserve
582 * map to add the specified range [f, t). region_chg does
583 * not change the number of huge pages represented by the
Mina Almasry0db9d742020-04-01 21:11:25 -0700584 * map. A number of new file_region structures is added to the cache as a
585 * placeholder, for the subsequent region_add call to use. At least 1
586 * file_region structure is added.
587 *
588 * out_regions_needed is the number of regions added to the
589 * resv->adds_in_progress. This value needs to be provided to a follow up call
590 * to region_add or region_abort for proper accounting.
Mike Kravetz5e911372015-09-08 15:01:28 -0700591 *
592 * Returns the number of huge pages that need to be added to the existing
593 * reservation map for the range [f, t). This number is greater or equal to
594 * zero. -ENOMEM is returned if a new file_region structure or cache entry
595 * is needed and can not be allocated.
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700596 */
Mina Almasry0db9d742020-04-01 21:11:25 -0700597static long region_chg(struct resv_map *resv, long f, long t,
598 long *out_regions_needed)
Andy Whitcroft96822902008-07-23 21:27:29 -0700599{
Andy Whitcroft96822902008-07-23 21:27:29 -0700600 long chg = 0;
601
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700602 spin_lock(&resv->lock);
Mike Kravetz5e911372015-09-08 15:01:28 -0700603
Wei Yang972a3da32020-10-13 16:56:30 -0700604 /* Count how many hugepages in this range are NOT represented. */
Mina Almasry075a61d2020-04-01 21:11:28 -0700605 chg = add_reservation_in_range(resv, f, t, NULL, NULL,
Wei Yang972a3da32020-10-13 16:56:30 -0700606 out_regions_needed);
Mike Kravetz5e911372015-09-08 15:01:28 -0700607
Mina Almasry0db9d742020-04-01 21:11:25 -0700608 if (*out_regions_needed == 0)
609 *out_regions_needed = 1;
Mike Kravetz5e911372015-09-08 15:01:28 -0700610
Mina Almasry0db9d742020-04-01 21:11:25 -0700611 if (allocate_file_region_entries(resv, *out_regions_needed))
612 return -ENOMEM;
Mike Kravetz5e911372015-09-08 15:01:28 -0700613
Mina Almasry0db9d742020-04-01 21:11:25 -0700614 resv->adds_in_progress += *out_regions_needed;
Andy Whitcroft96822902008-07-23 21:27:29 -0700615
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700616 spin_unlock(&resv->lock);
Andy Whitcroft96822902008-07-23 21:27:29 -0700617 return chg;
618}
619
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700620/*
Mike Kravetz5e911372015-09-08 15:01:28 -0700621 * Abort the in progress add operation. The adds_in_progress field
622 * of the resv_map keeps track of the operations in progress between
623 * calls to region_chg and region_add. Operations are sometimes
624 * aborted after the call to region_chg. In such cases, region_abort
Mina Almasry0db9d742020-04-01 21:11:25 -0700625 * is called to decrement the adds_in_progress counter. regions_needed
626 * is the value returned by the region_chg call, it is used to decrement
627 * the adds_in_progress counter.
Mike Kravetz5e911372015-09-08 15:01:28 -0700628 *
629 * NOTE: The range arguments [f, t) are not needed or used in this
630 * routine. They are kept to make reading the calling code easier as
631 * arguments will match the associated region_chg call.
632 */
Mina Almasry0db9d742020-04-01 21:11:25 -0700633static void region_abort(struct resv_map *resv, long f, long t,
634 long regions_needed)
Mike Kravetz5e911372015-09-08 15:01:28 -0700635{
636 spin_lock(&resv->lock);
637 VM_BUG_ON(!resv->region_cache_count);
Mina Almasry0db9d742020-04-01 21:11:25 -0700638 resv->adds_in_progress -= regions_needed;
Mike Kravetz5e911372015-09-08 15:01:28 -0700639 spin_unlock(&resv->lock);
640}
641
642/*
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700643 * Delete the specified range [f, t) from the reserve map. If the
644 * t parameter is LONG_MAX, this indicates that ALL regions after f
645 * should be deleted. Locate the regions which intersect [f, t)
646 * and either trim, delete or split the existing regions.
647 *
648 * Returns the number of huge pages deleted from the reserve map.
649 * In the normal case, the return value is zero or more. In the
650 * case where a region must be split, a new region descriptor must
651 * be allocated. If the allocation fails, -ENOMEM will be returned.
652 * NOTE: If the parameter t == LONG_MAX, then we will never split
653 * a region and possibly return -ENOMEM. Callers specifying
654 * t == LONG_MAX do not need to check for -ENOMEM error.
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700655 */
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700656static long region_del(struct resv_map *resv, long f, long t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700657{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700658 struct list_head *head = &resv->regions;
Andy Whitcroft96822902008-07-23 21:27:29 -0700659 struct file_region *rg, *trg;
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700660 struct file_region *nrg = NULL;
661 long del = 0;
Andy Whitcroft96822902008-07-23 21:27:29 -0700662
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700663retry:
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700664 spin_lock(&resv->lock);
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700665 list_for_each_entry_safe(rg, trg, head, link) {
Mike Kravetzdbe409e2015-12-11 13:40:52 -0800666 /*
667 * Skip regions before the range to be deleted. file_region
668 * ranges are normally of the form [from, to). However, there
669 * may be a "placeholder" entry in the map which is of the form
670 * (from, to) with from == to. Check for placeholder entries
671 * at the beginning of the range to be deleted.
672 */
673 if (rg->to <= f && (rg->to != rg->from || rg->to != f))
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700674 continue;
Mike Kravetzdbe409e2015-12-11 13:40:52 -0800675
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700676 if (rg->from >= t)
Andy Whitcroft96822902008-07-23 21:27:29 -0700677 break;
Andy Whitcroft96822902008-07-23 21:27:29 -0700678
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700679 if (f > rg->from && t < rg->to) { /* Must split region */
680 /*
681 * Check for an entry in the cache before dropping
682 * lock and attempting allocation.
683 */
684 if (!nrg &&
685 resv->region_cache_count > resv->adds_in_progress) {
686 nrg = list_first_entry(&resv->region_cache,
687 struct file_region,
688 link);
689 list_del(&nrg->link);
690 resv->region_cache_count--;
691 }
692
693 if (!nrg) {
694 spin_unlock(&resv->lock);
695 nrg = kmalloc(sizeof(*nrg), GFP_KERNEL);
696 if (!nrg)
697 return -ENOMEM;
698 goto retry;
699 }
700
701 del += t - f;
Mike Kravetz79aa9252020-11-01 17:07:27 -0800702 hugetlb_cgroup_uncharge_file_region(
Miaohe Lind85aecf2021-03-24 21:37:17 -0700703 resv, rg, t - f, false);
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700704
705 /* New entry for end of split region */
706 nrg->from = t;
707 nrg->to = rg->to;
Mina Almasry075a61d2020-04-01 21:11:28 -0700708
709 copy_hugetlb_cgroup_uncharge_info(nrg, rg);
710
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700711 INIT_LIST_HEAD(&nrg->link);
712
713 /* Original entry is trimmed */
714 rg->to = f;
715
716 list_add(&nrg->link, &rg->link);
717 nrg = NULL;
718 break;
719 }
720
721 if (f <= rg->from && t >= rg->to) { /* Remove entire region */
722 del += rg->to - rg->from;
Mina Almasry075a61d2020-04-01 21:11:28 -0700723 hugetlb_cgroup_uncharge_file_region(resv, rg,
Miaohe Lind85aecf2021-03-24 21:37:17 -0700724 rg->to - rg->from, true);
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700725 list_del(&rg->link);
726 kfree(rg);
727 continue;
728 }
729
730 if (f <= rg->from) { /* Trim beginning of region */
Mina Almasry075a61d2020-04-01 21:11:28 -0700731 hugetlb_cgroup_uncharge_file_region(resv, rg,
Miaohe Lind85aecf2021-03-24 21:37:17 -0700732 t - rg->from, false);
Mina Almasry075a61d2020-04-01 21:11:28 -0700733
Mike Kravetz79aa9252020-11-01 17:07:27 -0800734 del += t - rg->from;
735 rg->from = t;
736 } else { /* Trim end of region */
Mina Almasry075a61d2020-04-01 21:11:28 -0700737 hugetlb_cgroup_uncharge_file_region(resv, rg,
Miaohe Lind85aecf2021-03-24 21:37:17 -0700738 rg->to - f, false);
Mike Kravetz79aa9252020-11-01 17:07:27 -0800739
740 del += rg->to - f;
741 rg->to = f;
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700742 }
Andy Whitcroft96822902008-07-23 21:27:29 -0700743 }
744
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700745 spin_unlock(&resv->lock);
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700746 kfree(nrg);
747 return del;
Andy Whitcroft96822902008-07-23 21:27:29 -0700748}
749
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700750/*
Mike Kravetzb5cec282015-09-08 15:01:41 -0700751 * A rare out of memory error was encountered which prevented removal of
752 * the reserve map region for a page. The huge page itself was free'ed
753 * and removed from the page cache. This routine will adjust the subpool
754 * usage count, and the global reserve count if needed. By incrementing
755 * these counts, the reserve map entry which could not be deleted will
756 * appear as a "reserved" entry instead of simply dangling with incorrect
757 * counts.
758 */
zhong jiang72e29362016-10-07 17:02:01 -0700759void hugetlb_fix_reserve_counts(struct inode *inode)
Mike Kravetzb5cec282015-09-08 15:01:41 -0700760{
761 struct hugepage_subpool *spool = subpool_inode(inode);
762 long rsv_adjust;
Miaohe Linda563882021-05-04 18:34:38 -0700763 bool reserved = false;
Mike Kravetzb5cec282015-09-08 15:01:41 -0700764
765 rsv_adjust = hugepage_subpool_get_pages(spool, 1);
Miaohe Linda563882021-05-04 18:34:38 -0700766 if (rsv_adjust > 0) {
Mike Kravetzb5cec282015-09-08 15:01:41 -0700767 struct hstate *h = hstate_inode(inode);
768
Miaohe Linda563882021-05-04 18:34:38 -0700769 if (!hugetlb_acct_memory(h, 1))
770 reserved = true;
771 } else if (!rsv_adjust) {
772 reserved = true;
Mike Kravetzb5cec282015-09-08 15:01:41 -0700773 }
Miaohe Linda563882021-05-04 18:34:38 -0700774
775 if (!reserved)
776 pr_warn("hugetlb: Huge Page Reserved count may go negative.\n");
Mike Kravetzb5cec282015-09-08 15:01:41 -0700777}
778
779/*
Mike Kravetz1dd308a2015-06-24 16:57:52 -0700780 * Count and return the number of huge pages in the reserve map
781 * that intersect with the range [f, t).
782 */
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700783static long region_count(struct resv_map *resv, long f, long t)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700784{
Joonsoo Kim1406ec92014-04-03 14:47:26 -0700785 struct list_head *head = &resv->regions;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700786 struct file_region *rg;
787 long chg = 0;
788
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700789 spin_lock(&resv->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700790 /* Locate each segment we overlap with, and count that overlap. */
791 list_for_each_entry(rg, head, link) {
Wang Sheng-Huif2135a42012-05-29 15:06:17 -0700792 long seg_from;
793 long seg_to;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700794
795 if (rg->to <= f)
796 continue;
797 if (rg->from >= t)
798 break;
799
800 seg_from = max(rg->from, f);
801 seg_to = min(rg->to, t);
802
803 chg += seg_to - seg_from;
804 }
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700805 spin_unlock(&resv->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700806
807 return chg;
808}
809
Andy Whitcroft96822902008-07-23 21:27:29 -0700810/*
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700811 * Convert the address within this vma to the page offset within
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700812 * the mapping, in pagecache page units; huge pages here.
813 */
Andi Kleena5516432008-07-23 21:27:41 -0700814static pgoff_t vma_hugecache_offset(struct hstate *h,
815 struct vm_area_struct *vma, unsigned long address)
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700816{
Andi Kleena5516432008-07-23 21:27:41 -0700817 return ((address - vma->vm_start) >> huge_page_shift(h)) +
818 (vma->vm_pgoff >> huge_page_order(h));
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700819}
820
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +0900821pgoff_t linear_hugepage_index(struct vm_area_struct *vma,
822 unsigned long address)
823{
824 return vma_hugecache_offset(hstate_vma(vma), vma, address);
825}
Dan Williamsdee41072016-05-14 12:20:44 -0700826EXPORT_SYMBOL_GPL(linear_hugepage_index);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +0900827
Andy Whitcroft84afd992008-07-23 21:27:32 -0700828/*
Mel Gorman08fba692009-01-06 14:38:53 -0800829 * Return the size of the pages allocated when backing a VMA. In the majority
830 * cases this will be same size as used by the page table entries.
831 */
832unsigned long vma_kernel_pagesize(struct vm_area_struct *vma)
833{
Dan Williams05ea8862018-04-05 16:24:25 -0700834 if (vma->vm_ops && vma->vm_ops->pagesize)
835 return vma->vm_ops->pagesize(vma);
836 return PAGE_SIZE;
Mel Gorman08fba692009-01-06 14:38:53 -0800837}
Joerg Roedelf340ca02009-06-19 15:16:22 +0200838EXPORT_SYMBOL_GPL(vma_kernel_pagesize);
Mel Gorman08fba692009-01-06 14:38:53 -0800839
840/*
Mel Gorman33402892009-01-06 14:38:54 -0800841 * Return the page size being used by the MMU to back a VMA. In the majority
842 * of cases, the page size used by the kernel matches the MMU size. On
Dan Williams09135cc2018-04-05 16:24:21 -0700843 * architectures where it differs, an architecture-specific 'strong'
844 * version of this symbol is required.
Mel Gorman33402892009-01-06 14:38:54 -0800845 */
Dan Williams09135cc2018-04-05 16:24:21 -0700846__weak unsigned long vma_mmu_pagesize(struct vm_area_struct *vma)
Mel Gorman33402892009-01-06 14:38:54 -0800847{
848 return vma_kernel_pagesize(vma);
849}
Mel Gorman33402892009-01-06 14:38:54 -0800850
851/*
Andy Whitcroft84afd992008-07-23 21:27:32 -0700852 * Flags for MAP_PRIVATE reservations. These are stored in the bottom
853 * bits of the reservation map pointer, which are always clear due to
854 * alignment.
855 */
856#define HPAGE_RESV_OWNER (1UL << 0)
857#define HPAGE_RESV_UNMAPPED (1UL << 1)
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700858#define HPAGE_RESV_MASK (HPAGE_RESV_OWNER | HPAGE_RESV_UNMAPPED)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700859
Mel Gormana1e78772008-07-23 21:27:23 -0700860/*
861 * These helpers are used to track how many pages are reserved for
862 * faults in a MAP_PRIVATE mapping. Only the process that called mmap()
863 * is guaranteed to have their future faults succeed.
864 *
Mike Kravetz8d9bfb22022-09-14 15:18:07 -0700865 * With the exception of hugetlb_dup_vma_private() which is called at fork(),
Mel Gormana1e78772008-07-23 21:27:23 -0700866 * the reserve counters are updated with the hugetlb_lock held. It is safe
867 * to reset the VMA at fork() time as it is not in use yet and there is no
868 * chance of the global counters getting corrupted as a result of the values.
Andy Whitcroft84afd992008-07-23 21:27:32 -0700869 *
870 * The private mapping reservation is represented in a subtly different
871 * manner to a shared mapping. A shared mapping has a region map associated
872 * with the underlying file, this region map represents the backing file
873 * pages which have ever had a reservation assigned which this persists even
874 * after the page is instantiated. A private mapping has a region map
875 * associated with the original mmap which is attached to all VMAs which
876 * reference it, this region map represents those offsets which have consumed
877 * reservation ie. where pages have been instantiated.
Mel Gormana1e78772008-07-23 21:27:23 -0700878 */
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -0700879static unsigned long get_vma_private_data(struct vm_area_struct *vma)
880{
881 return (unsigned long)vma->vm_private_data;
882}
883
884static void set_vma_private_data(struct vm_area_struct *vma,
885 unsigned long value)
886{
887 vma->vm_private_data = (void *)value;
888}
889
Mina Almasrye9fe92a2020-04-01 21:11:21 -0700890static void
891resv_map_set_hugetlb_cgroup_uncharge_info(struct resv_map *resv_map,
892 struct hugetlb_cgroup *h_cg,
893 struct hstate *h)
894{
895#ifdef CONFIG_CGROUP_HUGETLB
896 if (!h_cg || !h) {
897 resv_map->reservation_counter = NULL;
898 resv_map->pages_per_hpage = 0;
899 resv_map->css = NULL;
900 } else {
901 resv_map->reservation_counter =
902 &h_cg->rsvd_hugepage[hstate_index(h)];
903 resv_map->pages_per_hpage = pages_per_huge_page(h);
904 resv_map->css = &h_cg->css;
905 }
906#endif
907}
908
Joonsoo Kim9119a412014-04-03 14:47:25 -0700909struct resv_map *resv_map_alloc(void)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700910{
911 struct resv_map *resv_map = kmalloc(sizeof(*resv_map), GFP_KERNEL);
Mike Kravetz5e911372015-09-08 15:01:28 -0700912 struct file_region *rg = kmalloc(sizeof(*rg), GFP_KERNEL);
913
914 if (!resv_map || !rg) {
915 kfree(resv_map);
916 kfree(rg);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700917 return NULL;
Mike Kravetz5e911372015-09-08 15:01:28 -0700918 }
Andy Whitcroft84afd992008-07-23 21:27:32 -0700919
920 kref_init(&resv_map->refs);
Davidlohr Bueso7b24d8612014-04-03 14:47:27 -0700921 spin_lock_init(&resv_map->lock);
Andy Whitcroft84afd992008-07-23 21:27:32 -0700922 INIT_LIST_HEAD(&resv_map->regions);
923
Mike Kravetz5e911372015-09-08 15:01:28 -0700924 resv_map->adds_in_progress = 0;
Mina Almasrye9fe92a2020-04-01 21:11:21 -0700925 /*
926 * Initialize these to 0. On shared mappings, 0's here indicate these
927 * fields don't do cgroup accounting. On private mappings, these will be
928 * re-initialized to the proper values, to indicate that hugetlb cgroup
929 * reservations are to be un-charged from here.
930 */
931 resv_map_set_hugetlb_cgroup_uncharge_info(resv_map, NULL, NULL);
Mike Kravetz5e911372015-09-08 15:01:28 -0700932
933 INIT_LIST_HEAD(&resv_map->region_cache);
934 list_add(&rg->link, &resv_map->region_cache);
935 resv_map->region_cache_count = 1;
936
Andy Whitcroft84afd992008-07-23 21:27:32 -0700937 return resv_map;
938}
939
Joonsoo Kim9119a412014-04-03 14:47:25 -0700940void resv_map_release(struct kref *ref)
Andy Whitcroft84afd992008-07-23 21:27:32 -0700941{
942 struct resv_map *resv_map = container_of(ref, struct resv_map, refs);
Mike Kravetz5e911372015-09-08 15:01:28 -0700943 struct list_head *head = &resv_map->region_cache;
944 struct file_region *rg, *trg;
Andy Whitcroft84afd992008-07-23 21:27:32 -0700945
946 /* Clear out any active regions before we release the map. */
Mike Kravetzfeba16e2015-09-08 15:01:31 -0700947 region_del(resv_map, 0, LONG_MAX);
Mike Kravetz5e911372015-09-08 15:01:28 -0700948
949 /* ... and any entries left in the cache */
950 list_for_each_entry_safe(rg, trg, head, link) {
951 list_del(&rg->link);
952 kfree(rg);
953 }
954
955 VM_BUG_ON(resv_map->adds_in_progress);
956
Andy Whitcroft84afd992008-07-23 21:27:32 -0700957 kfree(resv_map);
958}
959
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700960static inline struct resv_map *inode_resv_map(struct inode *inode)
961{
Mike Kravetzf27a5132019-05-13 17:22:55 -0700962 /*
963 * At inode evict time, i_mapping may not point to the original
964 * address space within the inode. This original address space
965 * contains the pointer to the resv_map. So, always use the
966 * address space embedded within the inode.
967 * The VERY common case is inode->mapping == &inode->i_data but,
968 * this may not be true for device special inodes.
969 */
970 return (struct resv_map *)(&inode->i_data)->private_data;
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700971}
972
Andy Whitcroft84afd992008-07-23 21:27:32 -0700973static struct resv_map *vma_resv_map(struct vm_area_struct *vma)
Mel Gormana1e78772008-07-23 21:27:23 -0700974{
Sasha Levin81d1b092014-10-09 15:28:10 -0700975 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700976 if (vma->vm_flags & VM_MAYSHARE) {
977 struct address_space *mapping = vma->vm_file->f_mapping;
978 struct inode *inode = mapping->host;
979
980 return inode_resv_map(inode);
981
982 } else {
Andy Whitcroft84afd992008-07-23 21:27:32 -0700983 return (struct resv_map *)(get_vma_private_data(vma) &
984 ~HPAGE_RESV_MASK);
Joonsoo Kim4e35f482014-04-03 14:47:30 -0700985 }
Mel Gormana1e78772008-07-23 21:27:23 -0700986}
987
Andy Whitcroft84afd992008-07-23 21:27:32 -0700988static void set_vma_resv_map(struct vm_area_struct *vma, struct resv_map *map)
Mel Gormana1e78772008-07-23 21:27:23 -0700989{
Sasha Levin81d1b092014-10-09 15:28:10 -0700990 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
991 VM_BUG_ON_VMA(vma->vm_flags & VM_MAYSHARE, vma);
Mel Gormana1e78772008-07-23 21:27:23 -0700992
Andy Whitcroft84afd992008-07-23 21:27:32 -0700993 set_vma_private_data(vma, (get_vma_private_data(vma) &
994 HPAGE_RESV_MASK) | (unsigned long)map);
Mel Gorman04f2cbe2008-07-23 21:27:25 -0700995}
996
997static void set_vma_resv_flags(struct vm_area_struct *vma, unsigned long flags)
998{
Sasha Levin81d1b092014-10-09 15:28:10 -0700999 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
1000 VM_BUG_ON_VMA(vma->vm_flags & VM_MAYSHARE, vma);
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -07001001
1002 set_vma_private_data(vma, get_vma_private_data(vma) | flags);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07001003}
1004
1005static int is_vma_resv_set(struct vm_area_struct *vma, unsigned long flag)
1006{
Sasha Levin81d1b092014-10-09 15:28:10 -07001007 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Andy Whitcrofte7c4b0b2008-07-23 21:27:26 -07001008
1009 return (get_vma_private_data(vma) & flag) != 0;
Mel Gormana1e78772008-07-23 21:27:23 -07001010}
1011
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07001012void hugetlb_dup_vma_private(struct vm_area_struct *vma)
Mel Gormana1e78772008-07-23 21:27:23 -07001013{
Sasha Levin81d1b092014-10-09 15:28:10 -07001014 VM_BUG_ON_VMA(!is_vm_hugetlb_page(vma), vma);
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07001015 /*
1016 * Clear vm_private_data
1017 * - For MAP_PRIVATE mappings, this is the reserve map which does
1018 * not apply to children. Faults generated by the children are
1019 * not guaranteed to succeed, even if read-only.
1020 * - For shared mappings this is a per-vma semaphore that may be
1021 * allocated in a subsequent call to hugetlb_vm_op_open.
1022 */
1023 vma->vm_private_data = (void *)0;
Mel Gormanf83a2752009-05-28 14:34:40 -07001024 if (!(vma->vm_flags & VM_MAYSHARE))
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07001025 return;
Mel Gormana1e78772008-07-23 21:27:23 -07001026}
1027
Mina Almasry550a7d62021-11-05 13:41:40 -07001028/*
1029 * Reset and decrement one ref on hugepage private reservation.
1030 * Called with mm->mmap_sem writer semaphore held.
1031 * This function should be only used by move_vma() and operate on
1032 * same sized vma. It should never come here with last ref on the
1033 * reservation.
1034 */
1035void clear_vma_resv_huge_pages(struct vm_area_struct *vma)
1036{
1037 /*
1038 * Clear the old hugetlb private page reservation.
1039 * It has already been transferred to new_vma.
1040 *
1041 * During a mremap() operation of a hugetlb vma we call move_vma()
1042 * which copies vma into new_vma and unmaps vma. After the copy
1043 * operation both new_vma and vma share a reference to the resv_map
1044 * struct, and at that point vma is about to be unmapped. We don't
1045 * want to return the reservation to the pool at unmap of vma because
1046 * the reservation still lives on in new_vma, so simply decrement the
1047 * ref here and remove the resv_map reference from this vma.
1048 */
1049 struct resv_map *reservations = vma_resv_map(vma);
1050
Bui Quang Minhafe041c2021-11-19 16:43:40 -08001051 if (reservations && is_vma_resv_set(vma, HPAGE_RESV_OWNER)) {
1052 resv_map_put_hugetlb_cgroup_uncharge_info(reservations);
Mina Almasry550a7d62021-11-05 13:41:40 -07001053 kref_put(&reservations->refs, resv_map_release);
Bui Quang Minhafe041c2021-11-19 16:43:40 -08001054 }
Mina Almasry550a7d62021-11-05 13:41:40 -07001055
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07001056 hugetlb_dup_vma_private(vma);
Mina Almasry550a7d62021-11-05 13:41:40 -07001057}
1058
Mel Gormana1e78772008-07-23 21:27:23 -07001059/* Returns true if the VMA has associated reserve pages */
Nicholas Krause559ec2f2015-09-04 15:48:27 -07001060static bool vma_has_reserves(struct vm_area_struct *vma, long chg)
Mel Gormana1e78772008-07-23 21:27:23 -07001061{
Joonsoo Kimaf0ed732013-09-11 14:21:18 -07001062 if (vma->vm_flags & VM_NORESERVE) {
1063 /*
1064 * This address is already reserved by other process(chg == 0),
1065 * so, we should decrement reserved count. Without decrementing,
1066 * reserve count remains after releasing inode, because this
1067 * allocated page will go into page cache and is regarded as
1068 * coming from reserved pool in releasing step. Currently, we
1069 * don't have any other solution to deal with this situation
1070 * properly, so add work-around here.
1071 */
1072 if (vma->vm_flags & VM_MAYSHARE && chg == 0)
Nicholas Krause559ec2f2015-09-04 15:48:27 -07001073 return true;
Joonsoo Kimaf0ed732013-09-11 14:21:18 -07001074 else
Nicholas Krause559ec2f2015-09-04 15:48:27 -07001075 return false;
Joonsoo Kimaf0ed732013-09-11 14:21:18 -07001076 }
Joonsoo Kima63884e2013-09-11 14:21:07 -07001077
1078 /* Shared mappings always use reserves */
Mike Kravetz1fb1b0e2015-09-08 15:01:44 -07001079 if (vma->vm_flags & VM_MAYSHARE) {
1080 /*
1081 * We know VM_NORESERVE is not set. Therefore, there SHOULD
1082 * be a region map for all pages. The only situation where
1083 * there is no region map is if a hole was punched via
Ethon Paul7c8de352020-06-04 16:49:07 -07001084 * fallocate. In this case, there really are no reserves to
Mike Kravetz1fb1b0e2015-09-08 15:01:44 -07001085 * use. This situation is indicated if chg != 0.
1086 */
1087 if (chg)
1088 return false;
1089 else
1090 return true;
1091 }
Joonsoo Kima63884e2013-09-11 14:21:07 -07001092
1093 /*
1094 * Only the process that called mmap() has reserves for
1095 * private mappings.
1096 */
Mike Kravetz67961f92016-06-08 15:33:42 -07001097 if (is_vma_resv_set(vma, HPAGE_RESV_OWNER)) {
1098 /*
1099 * Like the shared case above, a hole punch or truncate
1100 * could have been performed on the private mapping.
1101 * Examine the value of chg to determine if reserves
1102 * actually exist or were previously consumed.
1103 * Very Subtle - The value of chg comes from a previous
1104 * call to vma_needs_reserves(). The reserve map for
1105 * private mappings has different (opposite) semantics
1106 * than that of shared mappings. vma_needs_reserves()
1107 * has already taken this difference in semantics into
1108 * account. Therefore, the meaning of chg is the same
1109 * as in the shared case above. Code could easily be
1110 * combined, but keeping it separate draws attention to
1111 * subtle differences.
1112 */
1113 if (chg)
1114 return false;
1115 else
1116 return true;
1117 }
Joonsoo Kima63884e2013-09-11 14:21:07 -07001118
Nicholas Krause559ec2f2015-09-04 15:48:27 -07001119 return false;
Mel Gormana1e78772008-07-23 21:27:23 -07001120}
1121
Andi Kleena5516432008-07-23 21:27:41 -07001122static void enqueue_huge_page(struct hstate *h, struct page *page)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123{
1124 int nid = page_to_nid(page);
Mike Kravetz9487ca62021-05-04 18:35:10 -07001125
1126 lockdep_assert_held(&hugetlb_lock);
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07001127 VM_BUG_ON_PAGE(page_count(page), page);
1128
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001129 list_move(&page->lru, &h->hugepage_freelists[nid]);
Andi Kleena5516432008-07-23 21:27:41 -07001130 h->free_huge_pages++;
1131 h->free_huge_pages_node[nid]++;
Mike Kravetz6c037142021-02-24 12:09:04 -08001132 SetHPageFreed(page);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133}
1134
Anshuman Khandual94310cb2017-07-06 15:38:38 -07001135static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid)
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001136{
1137 struct page *page;
Pavel Tatashin1a08ae32021-05-04 18:38:53 -07001138 bool pin = !!(current->flags & PF_MEMALLOC_PIN);
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001139
Mike Kravetz9487ca62021-05-04 18:35:10 -07001140 lockdep_assert_held(&hugetlb_lock);
Joonsoo Kimbbe88752020-08-11 18:37:38 -07001141 list_for_each_entry(page, &h->hugepage_freelists[nid], lru) {
Alex Sierra6077c942022-07-15 10:05:08 -05001142 if (pin && !is_longterm_pinnable_page(page))
Joonsoo Kimbbe88752020-08-11 18:37:38 -07001143 continue;
1144
Wei Yang6664bfc2020-10-13 16:56:39 -07001145 if (PageHWPoison(page))
1146 continue;
1147
1148 list_move(&page->lru, &h->hugepage_activelist);
1149 set_page_refcounted(page);
Mike Kravetz6c037142021-02-24 12:09:04 -08001150 ClearHPageFreed(page);
Wei Yang6664bfc2020-10-13 16:56:39 -07001151 h->free_huge_pages--;
1152 h->free_huge_pages_node[nid]--;
1153 return page;
Joonsoo Kimbbe88752020-08-11 18:37:38 -07001154 }
1155
Wei Yang6664bfc2020-10-13 16:56:39 -07001156 return NULL;
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09001157}
1158
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001159static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, int nid,
1160 nodemask_t *nmask)
Anshuman Khandual94310cb2017-07-06 15:38:38 -07001161{
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001162 unsigned int cpuset_mems_cookie;
1163 struct zonelist *zonelist;
1164 struct zone *zone;
1165 struct zoneref *z;
Anshuman Khandual98fa15f2019-03-05 15:42:58 -08001166 int node = NUMA_NO_NODE;
Anshuman Khandual94310cb2017-07-06 15:38:38 -07001167
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001168 zonelist = node_zonelist(nid, gfp_mask);
Anshuman Khandual94310cb2017-07-06 15:38:38 -07001169
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001170retry_cpuset:
1171 cpuset_mems_cookie = read_mems_allowed_begin();
1172 for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) {
1173 struct page *page;
1174
1175 if (!cpuset_zone_allowed(zone, gfp_mask))
1176 continue;
1177 /*
1178 * no need to ask again on the same node. Pool is node rather than
1179 * zone aware
1180 */
1181 if (zone_to_nid(zone) == node)
1182 continue;
1183 node = zone_to_nid(zone);
1184
Anshuman Khandual94310cb2017-07-06 15:38:38 -07001185 page = dequeue_huge_page_node_exact(h, node);
1186 if (page)
1187 return page;
1188 }
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001189 if (unlikely(read_mems_allowed_retry(cpuset_mems_cookie)))
1190 goto retry_cpuset;
1191
Anshuman Khandual94310cb2017-07-06 15:38:38 -07001192 return NULL;
1193}
1194
Xin Hao8346d692022-09-22 10:19:29 +08001195static unsigned long available_huge_pages(struct hstate *h)
1196{
1197 return h->free_huge_pages - h->resv_huge_pages;
1198}
1199
Andi Kleena5516432008-07-23 21:27:41 -07001200static struct page *dequeue_huge_page_vma(struct hstate *h,
1201 struct vm_area_struct *vma,
Joonsoo Kimaf0ed732013-09-11 14:21:18 -07001202 unsigned long address, int avoid_reserve,
1203 long chg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204{
Ben Widawskycfcaa662021-09-02 15:00:13 -07001205 struct page *page = NULL;
Lee Schermerhorn480eccf2007-09-18 22:46:47 -07001206 struct mempolicy *mpol;
Vlastimil Babka04ec6262017-07-06 15:40:03 -07001207 gfp_t gfp_mask;
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001208 nodemask_t *nodemask;
Vlastimil Babka04ec6262017-07-06 15:40:03 -07001209 int nid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210
Mel Gormana1e78772008-07-23 21:27:23 -07001211 /*
1212 * A child process with MAP_PRIVATE mappings created by their parent
1213 * have no page reserves. This check ensures that reservations are
1214 * not "stolen". The child may still get SIGKILLed
1215 */
Xin Hao8346d692022-09-22 10:19:29 +08001216 if (!vma_has_reserves(vma, chg) && !available_huge_pages(h))
Miao Xiec0ff7452010-05-24 14:32:08 -07001217 goto err;
Mel Gormana1e78772008-07-23 21:27:23 -07001218
Mel Gorman04f2cbe2008-07-23 21:27:25 -07001219 /* If reserves cannot be used, ensure enough pages are in the pool */
Xin Hao8346d692022-09-22 10:19:29 +08001220 if (avoid_reserve && !available_huge_pages(h))
Justin P. Mattock6eab04a2011-04-08 19:49:08 -07001221 goto err;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07001222
Vlastimil Babka04ec6262017-07-06 15:40:03 -07001223 gfp_mask = htlb_alloc_mask(h);
1224 nid = huge_node(vma, address, gfp_mask, &mpol, &nodemask);
Ben Widawskycfcaa662021-09-02 15:00:13 -07001225
1226 if (mpol_is_preferred_many(mpol)) {
1227 page = dequeue_huge_page_nodemask(h, gfp_mask, nid, nodemask);
1228
1229 /* Fallback to all nodes if page==NULL */
1230 nodemask = NULL;
1231 }
1232
1233 if (!page)
1234 page = dequeue_huge_page_nodemask(h, gfp_mask, nid, nodemask);
1235
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001236 if (page && !avoid_reserve && vma_has_reserves(vma, chg)) {
Mike Kravetzd6995da2021-02-24 12:08:51 -08001237 SetHPageRestoreReserve(page);
Michal Hocko3e59fcb2017-07-10 15:49:11 -07001238 h->resv_huge_pages--;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 }
Mel Gormancc9a6c82012-03-21 16:34:11 -07001240
1241 mpol_cond_put(mpol);
Mel Gormancc9a6c82012-03-21 16:34:11 -07001242 return page;
1243
Miao Xiec0ff7452010-05-24 14:32:08 -07001244err:
Mel Gormancc9a6c82012-03-21 16:34:11 -07001245 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246}
1247
Luiz Capitulino1cac6f22014-06-04 16:07:11 -07001248/*
1249 * common helper functions for hstate_next_node_to_{alloc|free}.
1250 * We may have allocated or freed a huge page based on a different
1251 * nodes_allowed previously, so h->next_node_to_{alloc|free} might
1252 * be outside of *nodes_allowed. Ensure that we use an allowed
1253 * node for alloc or free.
1254 */
1255static int next_node_allowed(int nid, nodemask_t *nodes_allowed)
1256{
Andrew Morton0edaf862016-05-19 17:10:58 -07001257 nid = next_node_in(nid, *nodes_allowed);
Luiz Capitulino1cac6f22014-06-04 16:07:11 -07001258 VM_BUG_ON(nid >= MAX_NUMNODES);
1259
1260 return nid;
1261}
1262
1263static int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed)
1264{
1265 if (!node_isset(nid, *nodes_allowed))
1266 nid = next_node_allowed(nid, nodes_allowed);
1267 return nid;
1268}
1269
1270/*
1271 * returns the previously saved node ["this node"] from which to
1272 * allocate a persistent huge page for the pool and advance the
1273 * next node from which to allocate, handling wrap at end of node
1274 * mask.
1275 */
1276static int hstate_next_node_to_alloc(struct hstate *h,
1277 nodemask_t *nodes_allowed)
1278{
1279 int nid;
1280
1281 VM_BUG_ON(!nodes_allowed);
1282
1283 nid = get_valid_node_allowed(h->next_nid_to_alloc, nodes_allowed);
1284 h->next_nid_to_alloc = next_node_allowed(nid, nodes_allowed);
1285
1286 return nid;
1287}
1288
1289/*
Mike Kravetz10c6ec42021-05-04 18:35:03 -07001290 * helper for remove_pool_huge_page() - return the previously saved
Luiz Capitulino1cac6f22014-06-04 16:07:11 -07001291 * node ["this node"] from which to free a huge page. Advance the
1292 * next node id whether or not we find a free huge page to free so
1293 * that the next attempt to free addresses the next node.
1294 */
1295static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed)
1296{
1297 int nid;
1298
1299 VM_BUG_ON(!nodes_allowed);
1300
1301 nid = get_valid_node_allowed(h->next_nid_to_free, nodes_allowed);
1302 h->next_nid_to_free = next_node_allowed(nid, nodes_allowed);
1303
1304 return nid;
1305}
1306
1307#define for_each_node_mask_to_alloc(hs, nr_nodes, node, mask) \
1308 for (nr_nodes = nodes_weight(*mask); \
1309 nr_nodes > 0 && \
1310 ((node = hstate_next_node_to_alloc(hs, mask)) || 1); \
1311 nr_nodes--)
1312
1313#define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \
1314 for (nr_nodes = nodes_weight(*mask); \
1315 nr_nodes > 0 && \
1316 ((node = hstate_next_node_to_free(hs, mask)) || 1); \
1317 nr_nodes--)
1318
Mike Kravetz8531fc62021-11-05 13:41:33 -07001319/* used to demote non-gigantic_huge pages as well */
Mike Kravetz34d9e352021-11-05 13:41:30 -07001320static void __destroy_compound_gigantic_page(struct page *page,
1321 unsigned int order, bool demote)
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001322{
1323 int i;
1324 int nr_pages = 1 << order;
Cheng Li14455ea2022-09-09 07:31:09 +00001325 struct page *p;
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001326
Gerald Schaeferc8cc7082016-06-24 14:50:04 -07001327 atomic_set(compound_mapcount_ptr(page), 0);
Yanfei Xu5291c092021-02-24 12:07:22 -08001328 atomic_set(compound_pincount_ptr(page), 0);
John Hubbard47e29d32020-04-01 21:05:33 -07001329
Cheng Li14455ea2022-09-09 07:31:09 +00001330 for (i = 1; i < nr_pages; i++) {
1331 p = nth_page(page, i);
Mike Kravetza01f4392021-11-05 13:41:27 -07001332 p->mapping = NULL;
Kirill A. Shutemov1d798ca2015-11-06 16:29:54 -08001333 clear_compound_head(p);
Mike Kravetz34d9e352021-11-05 13:41:30 -07001334 if (!demote)
1335 set_page_refcounted(p);
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001336 }
1337
1338 set_compound_order(page, 0);
Matthew Wilcox (Oracle)5232c632022-01-06 16:46:43 -05001339#ifdef CONFIG_64BIT
Gerald Schaeferba9c1202020-12-11 13:36:53 -08001340 page[1].compound_nr = 0;
Matthew Wilcox (Oracle)5232c632022-01-06 16:46:43 -05001341#endif
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001342 __ClearPageHead(page);
1343}
1344
Mike Kravetz8531fc62021-11-05 13:41:33 -07001345static void destroy_compound_hugetlb_page_for_demote(struct page *page,
1346 unsigned int order)
1347{
1348 __destroy_compound_gigantic_page(page, order, true);
1349}
1350
1351#ifdef CONFIG_ARCH_HAS_GIGANTIC_PAGE
Mike Kravetz34d9e352021-11-05 13:41:30 -07001352static void destroy_compound_gigantic_page(struct page *page,
1353 unsigned int order)
1354{
1355 __destroy_compound_gigantic_page(page, order, false);
1356}
1357
Kirill A. Shutemovd00181b2015-11-06 16:29:57 -08001358static void free_gigantic_page(struct page *page, unsigned int order)
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001359{
Roman Gushchincf11e852020-04-10 14:32:45 -07001360 /*
1361 * If the page isn't allocated using the cma allocator,
1362 * cma_release() returns false.
1363 */
Barry Songdbda8fe2020-07-23 21:15:30 -07001364#ifdef CONFIG_CMA
1365 if (cma_release(hugetlb_cma[page_to_nid(page)], page, 1 << order))
Roman Gushchincf11e852020-04-10 14:32:45 -07001366 return;
Barry Songdbda8fe2020-07-23 21:15:30 -07001367#endif
Roman Gushchincf11e852020-04-10 14:32:45 -07001368
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001369 free_contig_range(page_to_pfn(page), 1 << order);
1370}
1371
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07001372#ifdef CONFIG_CONTIG_ALLOC
Michal Hockod9cc948f2018-01-31 16:20:44 -08001373static struct page *alloc_gigantic_page(struct hstate *h, gfp_t gfp_mask,
1374 int nid, nodemask_t *nodemask)
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001375{
Miaohe Lin04adbc32021-05-04 18:33:22 -07001376 unsigned long nr_pages = pages_per_huge_page(h);
Li Xinhai953f0642020-09-04 16:36:10 -07001377 if (nid == NUMA_NO_NODE)
1378 nid = numa_mem_id();
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001379
Barry Songdbda8fe2020-07-23 21:15:30 -07001380#ifdef CONFIG_CMA
1381 {
Roman Gushchincf11e852020-04-10 14:32:45 -07001382 struct page *page;
1383 int node;
1384
Li Xinhai953f0642020-09-04 16:36:10 -07001385 if (hugetlb_cma[nid]) {
1386 page = cma_alloc(hugetlb_cma[nid], nr_pages,
1387 huge_page_order(h), true);
Roman Gushchincf11e852020-04-10 14:32:45 -07001388 if (page)
1389 return page;
1390 }
Li Xinhai953f0642020-09-04 16:36:10 -07001391
1392 if (!(gfp_mask & __GFP_THISNODE)) {
1393 for_each_node_mask(node, *nodemask) {
1394 if (node == nid || !hugetlb_cma[node])
1395 continue;
1396
1397 page = cma_alloc(hugetlb_cma[node], nr_pages,
1398 huge_page_order(h), true);
1399 if (page)
1400 return page;
1401 }
1402 }
Roman Gushchincf11e852020-04-10 14:32:45 -07001403 }
Barry Songdbda8fe2020-07-23 21:15:30 -07001404#endif
Roman Gushchincf11e852020-04-10 14:32:45 -07001405
Anshuman Khandual5e27a2d2019-11-30 17:55:06 -08001406 return alloc_contig_pages(nr_pages, gfp_mask, nid, nodemask);
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001407}
1408
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07001409#else /* !CONFIG_CONTIG_ALLOC */
1410static struct page *alloc_gigantic_page(struct hstate *h, gfp_t gfp_mask,
1411 int nid, nodemask_t *nodemask)
1412{
1413 return NULL;
1414}
1415#endif /* CONFIG_CONTIG_ALLOC */
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001416
Aneesh Kumar K.Ve1073d12017-07-06 15:39:17 -07001417#else /* !CONFIG_ARCH_HAS_GIGANTIC_PAGE */
Michal Hockod9cc948f2018-01-31 16:20:44 -08001418static struct page *alloc_gigantic_page(struct hstate *h, gfp_t gfp_mask,
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07001419 int nid, nodemask_t *nodemask)
1420{
1421 return NULL;
1422}
Kirill A. Shutemovd00181b2015-11-06 16:29:57 -08001423static inline void free_gigantic_page(struct page *page, unsigned int order) { }
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001424static inline void destroy_compound_gigantic_page(struct page *page,
Kirill A. Shutemovd00181b2015-11-06 16:29:57 -08001425 unsigned int order) { }
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001426#endif
1427
Mike Kravetz6eb4e882021-05-04 18:34:55 -07001428/*
1429 * Remove hugetlb page from lists, and update dtor so that page appears
Mike Kravetz34d9e352021-11-05 13:41:30 -07001430 * as just a compound page.
1431 *
1432 * A reference is held on the page, except in the case of demote.
Mike Kravetz6eb4e882021-05-04 18:34:55 -07001433 *
1434 * Must be called with hugetlb lock held.
1435 */
Mike Kravetz34d9e352021-11-05 13:41:30 -07001436static void __remove_hugetlb_page(struct hstate *h, struct page *page,
1437 bool adjust_surplus,
1438 bool demote)
Mike Kravetz6eb4e882021-05-04 18:34:55 -07001439{
1440 int nid = page_to_nid(page);
1441
1442 VM_BUG_ON_PAGE(hugetlb_cgroup_from_page(page), page);
1443 VM_BUG_ON_PAGE(hugetlb_cgroup_from_page_rsvd(page), page);
1444
Mike Kravetz9487ca62021-05-04 18:35:10 -07001445 lockdep_assert_held(&hugetlb_lock);
Mike Kravetz6eb4e882021-05-04 18:34:55 -07001446 if (hstate_is_gigantic(h) && !gigantic_page_runtime_supported())
1447 return;
1448
1449 list_del(&page->lru);
1450
1451 if (HPageFreed(page)) {
1452 h->free_huge_pages--;
1453 h->free_huge_pages_node[nid]--;
1454 }
1455 if (adjust_surplus) {
1456 h->surplus_huge_pages--;
1457 h->surplus_huge_pages_node[nid]--;
1458 }
1459
Mike Kravetze32d20c2021-09-02 14:58:50 -07001460 /*
1461 * Very subtle
1462 *
1463 * For non-gigantic pages set the destructor to the normal compound
1464 * page dtor. This is needed in case someone takes an additional
1465 * temporary ref to the page, and freeing is delayed until they drop
1466 * their reference.
1467 *
1468 * For gigantic pages set the destructor to the null dtor. This
1469 * destructor will never be called. Before freeing the gigantic
1470 * page destroy_compound_gigantic_page will turn the compound page
1471 * into a simple group of pages. After this the destructor does not
1472 * apply.
1473 *
1474 * This handles the case where more than one ref is held when and
1475 * after update_and_free_page is called.
Mike Kravetz34d9e352021-11-05 13:41:30 -07001476 *
1477 * In the case of demote we do not ref count the page as it will soon
1478 * be turned into a page of smaller size.
Mike Kravetze32d20c2021-09-02 14:58:50 -07001479 */
Mike Kravetz34d9e352021-11-05 13:41:30 -07001480 if (!demote)
1481 set_page_refcounted(page);
Mike Kravetze32d20c2021-09-02 14:58:50 -07001482 if (hstate_is_gigantic(h))
1483 set_compound_page_dtor(page, NULL_COMPOUND_DTOR);
1484 else
1485 set_compound_page_dtor(page, COMPOUND_PAGE_DTOR);
Mike Kravetz6eb4e882021-05-04 18:34:55 -07001486
1487 h->nr_huge_pages--;
1488 h->nr_huge_pages_node[nid]--;
1489}
1490
Mike Kravetz34d9e352021-11-05 13:41:30 -07001491static void remove_hugetlb_page(struct hstate *h, struct page *page,
1492 bool adjust_surplus)
1493{
1494 __remove_hugetlb_page(h, page, adjust_surplus, false);
1495}
1496
Mike Kravetz8531fc62021-11-05 13:41:33 -07001497static void remove_hugetlb_page_for_demote(struct hstate *h, struct page *page,
1498 bool adjust_surplus)
1499{
1500 __remove_hugetlb_page(h, page, adjust_surplus, true);
1501}
1502
Muchun Songad2fa372021-06-30 18:47:21 -07001503static void add_hugetlb_page(struct hstate *h, struct page *page,
1504 bool adjust_surplus)
1505{
1506 int zeroed;
1507 int nid = page_to_nid(page);
1508
1509 VM_BUG_ON_PAGE(!HPageVmemmapOptimized(page), page);
1510
1511 lockdep_assert_held(&hugetlb_lock);
1512
1513 INIT_LIST_HEAD(&page->lru);
1514 h->nr_huge_pages++;
1515 h->nr_huge_pages_node[nid]++;
1516
1517 if (adjust_surplus) {
1518 h->surplus_huge_pages++;
1519 h->surplus_huge_pages_node[nid]++;
1520 }
1521
1522 set_compound_page_dtor(page, HUGETLB_PAGE_DTOR);
1523 set_page_private(page, 0);
Miaohe Lina9e1eab2022-09-01 20:00:28 +08001524 /*
1525 * We have to set HPageVmemmapOptimized again as above
1526 * set_page_private(page, 0) cleared it.
1527 */
Muchun Songad2fa372021-06-30 18:47:21 -07001528 SetHPageVmemmapOptimized(page);
1529
1530 /*
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07001531 * This page is about to be managed by the hugetlb allocator and
1532 * should have no users. Drop our reference, and check for others
1533 * just in case.
Muchun Songad2fa372021-06-30 18:47:21 -07001534 */
1535 zeroed = put_page_testzero(page);
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07001536 if (!zeroed)
1537 /*
1538 * It is VERY unlikely soneone else has taken a ref on
1539 * the page. In this case, we simply return as the
1540 * hugetlb destructor (free_huge_page) will be called
1541 * when this other ref is dropped.
1542 */
1543 return;
1544
Muchun Songad2fa372021-06-30 18:47:21 -07001545 arch_clear_hugepage_flags(page);
1546 enqueue_huge_page(h, page);
1547}
1548
Muchun Songb65d4ad2021-06-30 18:47:17 -07001549static void __update_and_free_page(struct hstate *h, struct page *page)
Adam Litke6af2acb2007-10-16 01:26:16 -07001550{
1551 int i;
Cheng Li14455ea2022-09-09 07:31:09 +00001552 struct page *subpage;
Andi Kleena5516432008-07-23 21:27:41 -07001553
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07001554 if (hstate_is_gigantic(h) && !gigantic_page_runtime_supported())
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001555 return;
Andy Whitcroft18229df2008-11-06 12:53:27 -08001556
Naoya Horiguchi161df602022-07-14 13:24:15 +09001557 /*
1558 * If we don't know which subpages are hwpoisoned, we can't free
1559 * the hugepage, so it's leaked intentionally.
1560 */
1561 if (HPageRawHwpUnreliable(page))
1562 return;
1563
Muchun Song62138342022-06-28 17:22:33 +08001564 if (hugetlb_vmemmap_restore(h, page)) {
Muchun Songad2fa372021-06-30 18:47:21 -07001565 spin_lock_irq(&hugetlb_lock);
1566 /*
1567 * If we cannot allocate vmemmap pages, just refuse to free the
1568 * page and put the page back on the hugetlb free list and treat
1569 * as a surplus page.
1570 */
1571 add_hugetlb_page(h, page, true);
1572 spin_unlock_irq(&hugetlb_lock);
1573 return;
1574 }
1575
Naoya Horiguchi161df602022-07-14 13:24:15 +09001576 /*
1577 * Move PageHWPoison flag from head page to the raw error pages,
1578 * which makes any healthy subpages reusable.
1579 */
1580 if (unlikely(PageHWPoison(page)))
1581 hugetlb_clear_page_hwpoison(page);
1582
Cheng Li14455ea2022-09-09 07:31:09 +00001583 for (i = 0; i < pages_per_huge_page(h); i++) {
1584 subpage = nth_page(page, i);
Mike Kravetzdbfee5a2021-02-24 12:07:50 -08001585 subpage->flags &= ~(1 << PG_locked | 1 << PG_error |
Chris Forbes32f84522011-07-25 17:12:14 -07001586 1 << PG_referenced | 1 << PG_dirty |
Luiz Capitulinoa7407a22014-06-04 16:07:09 -07001587 1 << PG_active | 1 << PG_private |
1588 1 << PG_writeback);
Adam Litke6af2acb2007-10-16 01:26:16 -07001589 }
Mike Kravetza01f4392021-11-05 13:41:27 -07001590
1591 /*
1592 * Non-gigantic pages demoted from CMA allocated gigantic pages
1593 * need to be given back to CMA in free_gigantic_page.
1594 */
1595 if (hstate_is_gigantic(h) ||
1596 hugetlb_cma_page(page, huge_page_order(h))) {
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001597 destroy_compound_gigantic_page(page, huge_page_order(h));
1598 free_gigantic_page(page, huge_page_order(h));
1599 } else {
Luiz Capitulino944d9fe2014-06-04 16:07:13 -07001600 __free_pages(page, huge_page_order(h));
1601 }
Adam Litke6af2acb2007-10-16 01:26:16 -07001602}
1603
Muchun Songb65d4ad2021-06-30 18:47:17 -07001604/*
1605 * As update_and_free_page() can be called under any context, so we cannot
1606 * use GFP_KERNEL to allocate vmemmap pages. However, we can defer the
1607 * actual freeing in a workqueue to prevent from using GFP_ATOMIC to allocate
1608 * the vmemmap pages.
1609 *
1610 * free_hpage_workfn() locklessly retrieves the linked list of pages to be
1611 * freed and frees them one-by-one. As the page->mapping pointer is going
1612 * to be cleared in free_hpage_workfn() anyway, it is reused as the llist_node
1613 * structure of a lockless linked list of huge pages to be freed.
1614 */
1615static LLIST_HEAD(hpage_freelist);
1616
1617static void free_hpage_workfn(struct work_struct *work)
1618{
1619 struct llist_node *node;
1620
1621 node = llist_del_all(&hpage_freelist);
1622
1623 while (node) {
1624 struct page *page;
1625 struct hstate *h;
1626
1627 page = container_of((struct address_space **)node,
1628 struct page, mapping);
1629 node = node->next;
1630 page->mapping = NULL;
1631 /*
1632 * The VM_BUG_ON_PAGE(!PageHuge(page), page) in page_hstate()
1633 * is going to trigger because a previous call to
1634 * remove_hugetlb_page() will set_compound_page_dtor(page,
1635 * NULL_COMPOUND_DTOR), so do not use page_hstate() directly.
1636 */
1637 h = size_to_hstate(page_size(page));
1638
1639 __update_and_free_page(h, page);
1640
1641 cond_resched();
1642 }
1643}
1644static DECLARE_WORK(free_hpage_work, free_hpage_workfn);
1645
1646static inline void flush_free_hpage_work(struct hstate *h)
1647{
Muchun Song62138342022-06-28 17:22:33 +08001648 if (hugetlb_vmemmap_optimizable(h))
Muchun Songb65d4ad2021-06-30 18:47:17 -07001649 flush_work(&free_hpage_work);
1650}
1651
1652static void update_and_free_page(struct hstate *h, struct page *page,
1653 bool atomic)
1654{
Muchun Songad2fa372021-06-30 18:47:21 -07001655 if (!HPageVmemmapOptimized(page) || !atomic) {
Muchun Songb65d4ad2021-06-30 18:47:17 -07001656 __update_and_free_page(h, page);
1657 return;
1658 }
1659
1660 /*
1661 * Defer freeing to avoid using GFP_ATOMIC to allocate vmemmap pages.
1662 *
1663 * Only call schedule_work() if hpage_freelist is previously
1664 * empty. Otherwise, schedule_work() had been called but the workfn
1665 * hasn't retrieved the list yet.
1666 */
1667 if (llist_add((struct llist_node *)&page->mapping, &hpage_freelist))
1668 schedule_work(&free_hpage_work);
1669}
1670
Mike Kravetz10c6ec42021-05-04 18:35:03 -07001671static void update_and_free_pages_bulk(struct hstate *h, struct list_head *list)
1672{
1673 struct page *page, *t_page;
1674
1675 list_for_each_entry_safe(page, t_page, list, lru) {
Muchun Songb65d4ad2021-06-30 18:47:17 -07001676 update_and_free_page(h, page, false);
Mike Kravetz10c6ec42021-05-04 18:35:03 -07001677 cond_resched();
1678 }
1679}
1680
Andi Kleene5ff2152008-07-23 21:27:42 -07001681struct hstate *size_to_hstate(unsigned long size)
1682{
1683 struct hstate *h;
1684
1685 for_each_hstate(h) {
1686 if (huge_page_size(h) == size)
1687 return h;
1688 }
1689 return NULL;
1690}
1691
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001692void free_huge_page(struct page *page)
David Gibson27a85ef2006-03-22 00:08:56 -08001693{
Andi Kleena5516432008-07-23 21:27:41 -07001694 /*
1695 * Can't pass hstate in here because it is called from the
1696 * compound page destructor.
1697 */
Andi Kleene5ff2152008-07-23 21:27:42 -07001698 struct hstate *h = page_hstate(page);
Adam Litke7893d1d2007-10-16 01:26:18 -07001699 int nid = page_to_nid(page);
Mike Kravetzd6995da2021-02-24 12:08:51 -08001700 struct hugepage_subpool *spool = hugetlb_page_subpool(page);
Joonsoo Kim07443a82013-09-11 14:21:58 -07001701 bool restore_reserve;
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001702 unsigned long flags;
David Gibson27a85ef2006-03-22 00:08:56 -08001703
Mike Kravetzb4330af2016-02-05 15:36:38 -08001704 VM_BUG_ON_PAGE(page_count(page), page);
1705 VM_BUG_ON_PAGE(page_mapcount(page), page);
Yongkai Wu8ace22b2018-12-14 14:17:10 -08001706
Mike Kravetzd6995da2021-02-24 12:08:51 -08001707 hugetlb_set_page_subpool(page, NULL);
David Hildenbrand78fbe902022-05-09 18:20:44 -07001708 if (PageAnon(page))
1709 __ClearPageAnonExclusive(page);
Yongkai Wu8ace22b2018-12-14 14:17:10 -08001710 page->mapping = NULL;
Mike Kravetzd6995da2021-02-24 12:08:51 -08001711 restore_reserve = HPageRestoreReserve(page);
1712 ClearHPageRestoreReserve(page);
David Gibson27a85ef2006-03-22 00:08:56 -08001713
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07001714 /*
Mike Kravetzd6995da2021-02-24 12:08:51 -08001715 * If HPageRestoreReserve was set on page, page allocation consumed a
Mike Kravetz0919e1b2019-05-13 17:19:38 -07001716 * reservation. If the page was associated with a subpool, there
1717 * would have been a page reserved in the subpool before allocation
1718 * via hugepage_subpool_get_pages(). Since we are 'restoring' the
Miaohe Lin6c26d312021-02-24 12:07:19 -08001719 * reservation, do not call hugepage_subpool_put_pages() as this will
Mike Kravetz0919e1b2019-05-13 17:19:38 -07001720 * remove the reserved page from the subpool.
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07001721 */
Mike Kravetz0919e1b2019-05-13 17:19:38 -07001722 if (!restore_reserve) {
1723 /*
1724 * A return code of zero implies that the subpool will be
1725 * under its minimum size if the reservation is not restored
1726 * after page is free. Therefore, force restore_reserve
1727 * operation.
1728 */
1729 if (hugepage_subpool_put_pages(spool, 1) == 0)
1730 restore_reserve = true;
1731 }
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07001732
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001733 spin_lock_irqsave(&hugetlb_lock, flags);
Mike Kravetz8f251a32021-02-24 12:08:56 -08001734 ClearHPageMigratable(page);
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07001735 hugetlb_cgroup_uncharge_page(hstate_index(h),
1736 pages_per_huge_page(h), page);
Mina Almasry08cf9fa2020-04-01 21:11:31 -07001737 hugetlb_cgroup_uncharge_page_rsvd(hstate_index(h),
1738 pages_per_huge_page(h), page);
Joonsoo Kim07443a82013-09-11 14:21:58 -07001739 if (restore_reserve)
1740 h->resv_huge_pages++;
1741
Mike Kravetz9157c3112021-02-24 12:09:00 -08001742 if (HPageTemporary(page)) {
Mike Kravetz6eb4e882021-05-04 18:34:55 -07001743 remove_hugetlb_page(h, page, false);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001744 spin_unlock_irqrestore(&hugetlb_lock, flags);
Muchun Songb65d4ad2021-06-30 18:47:17 -07001745 update_and_free_page(h, page, true);
Michal Hockoab5ac902018-01-31 16:20:48 -08001746 } else if (h->surplus_huge_pages_node[nid]) {
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001747 /* remove the page from active list */
Mike Kravetz6eb4e882021-05-04 18:34:55 -07001748 remove_hugetlb_page(h, page, true);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001749 spin_unlock_irqrestore(&hugetlb_lock, flags);
Muchun Songb65d4ad2021-06-30 18:47:17 -07001750 update_and_free_page(h, page, true);
Adam Litke7893d1d2007-10-16 01:26:18 -07001751 } else {
Will Deacon5d3a5512012-10-08 16:29:32 -07001752 arch_clear_hugepage_flags(page);
Andi Kleena5516432008-07-23 21:27:41 -07001753 enqueue_huge_page(h, page);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001754 spin_unlock_irqrestore(&hugetlb_lock, flags);
Adam Litke7893d1d2007-10-16 01:26:18 -07001755 }
David Gibson27a85ef2006-03-22 00:08:56 -08001756}
1757
Oscar Salvadord3d99fc2021-05-04 18:35:23 -07001758/*
1759 * Must be called with the hugetlb lock held
1760 */
1761static void __prep_account_new_huge_page(struct hstate *h, int nid)
1762{
1763 lockdep_assert_held(&hugetlb_lock);
1764 h->nr_huge_pages++;
1765 h->nr_huge_pages_node[nid]++;
1766}
1767
Muchun Songf41f2ed2021-06-30 18:47:13 -07001768static void __prep_new_huge_page(struct hstate *h, struct page *page)
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001769{
Muchun Song62138342022-06-28 17:22:33 +08001770 hugetlb_vmemmap_optimize(h, page);
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07001771 INIT_LIST_HEAD(&page->lru);
Kirill A. Shutemovf1e61552015-11-06 16:29:50 -08001772 set_compound_page_dtor(page, HUGETLB_PAGE_DTOR);
Mike Kravetzff546112021-02-24 12:09:11 -08001773 hugetlb_set_page_subpool(page, NULL);
Aneesh Kumar K.V9dd540e2012-07-31 16:42:15 -07001774 set_hugetlb_cgroup(page, NULL);
Mina Almasry1adc4d42020-04-01 21:11:15 -07001775 set_hugetlb_cgroup_rsvd(page, NULL);
Oscar Salvadord3d99fc2021-05-04 18:35:23 -07001776}
1777
1778static void prep_new_huge_page(struct hstate *h, struct page *page, int nid)
1779{
Muchun Songf41f2ed2021-06-30 18:47:13 -07001780 __prep_new_huge_page(h, page);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001781 spin_lock_irq(&hugetlb_lock);
Oscar Salvadord3d99fc2021-05-04 18:35:23 -07001782 __prep_account_new_huge_page(h, nid);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07001783 spin_unlock_irq(&hugetlb_lock);
Andi Kleenb7ba30c2008-07-23 21:27:40 -07001784}
1785
Mike Kravetz34d9e352021-11-05 13:41:30 -07001786static bool __prep_compound_gigantic_page(struct page *page, unsigned int order,
1787 bool demote)
Wu Fengguang20a03072009-06-16 15:32:22 -07001788{
Mike Kravetz7118fc22021-06-30 18:48:34 -07001789 int i, j;
Wu Fengguang20a03072009-06-16 15:32:22 -07001790 int nr_pages = 1 << order;
Cheng Li14455ea2022-09-09 07:31:09 +00001791 struct page *p;
Wu Fengguang20a03072009-06-16 15:32:22 -07001792
1793 /* we rely on prep_new_huge_page to set the destructor */
1794 set_compound_order(page, order);
Kirill A. Shutemovde09d312016-01-15 16:51:42 -08001795 __SetPageHead(page);
Mike Kravetz2b216242022-09-16 14:46:38 -07001796 for (i = 0; i < nr_pages; i++) {
Cheng Li14455ea2022-09-09 07:31:09 +00001797 p = nth_page(page, i);
1798
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001799 /*
1800 * For gigantic hugepages allocated through bootmem at
1801 * boot, it's safer to be consistent with the not-gigantic
1802 * hugepages and clear the PG_reserved bit from all tail pages
Ethon Paul7c8de352020-06-04 16:49:07 -07001803 * too. Otherwise drivers using get_user_pages() to access tail
Andrea Arcangelief5a22b2013-10-16 13:46:56 -07001804 * pages may get the reference counting wrong if they see
1805 * PG_reserved set on a tail page (despite the head page not
1806 * having PG_reserved set). Enforcing this consistency between
1807 * head and tail pages allows drivers to optimize away a check
1808 * on the head page when they need know if put_page() is needed
1809 * after get_user_pages().
1810 */
1811 __ClearPageReserved(p);
Mike Kravetz7118fc22021-06-30 18:48:34 -07001812 /*
1813 * Subtle and very unlikely
1814 *
1815 * Gigantic 'page allocators' such as memblock or cma will
1816 * return a set of pages with each page ref counted. We need
1817 * to turn this set of pages into a compound page with tail
1818 * page ref counts set to zero. Code such as speculative page
1819 * cache adding could take a ref on a 'to be' tail page.
1820 * We need to respect any increased ref count, and only set
1821 * the ref count to zero if count is currently 1. If count
Mike Kravetz416d85e2021-09-02 14:58:43 -07001822 * is not 1, we return an error. An error return indicates
1823 * the set of pages can not be converted to a gigantic page.
1824 * The caller who allocated the pages should then discard the
1825 * pages using the appropriate free interface.
Mike Kravetz34d9e352021-11-05 13:41:30 -07001826 *
1827 * In the case of demote, the ref count will be zero.
Mike Kravetz7118fc22021-06-30 18:48:34 -07001828 */
Mike Kravetz34d9e352021-11-05 13:41:30 -07001829 if (!demote) {
1830 if (!page_ref_freeze(p, 1)) {
1831 pr_warn("HugeTLB page can not be used due to unexpected inflated ref count\n");
1832 goto out_error;
1833 }
1834 } else {
1835 VM_BUG_ON_PAGE(page_count(p), p);
Mike Kravetz7118fc22021-06-30 18:48:34 -07001836 }
Mike Kravetz2b216242022-09-16 14:46:38 -07001837 if (i != 0)
1838 set_compound_head(p, page);
Wu Fengguang20a03072009-06-16 15:32:22 -07001839 }
Mike Kravetzb4330af2016-02-05 15:36:38 -08001840 atomic_set(compound_mapcount_ptr(page), -1);
Yanfei Xu5291c092021-02-24 12:07:22 -08001841 atomic_set(compound_pincount_ptr(page), 0);
Mike Kravetz7118fc22021-06-30 18:48:34 -07001842 return true;
1843
1844out_error:
Mike Kravetz2b216242022-09-16 14:46:38 -07001845 /* undo page modifications made above */
1846 for (j = 0; j < i; j++) {
Cheng Li14455ea2022-09-09 07:31:09 +00001847 p = nth_page(page, j);
Mike Kravetz2b216242022-09-16 14:46:38 -07001848 if (j != 0)
1849 clear_compound_head(p);
Mike Kravetz7118fc22021-06-30 18:48:34 -07001850 set_page_refcounted(p);
1851 }
1852 /* need to clear PG_reserved on remaining tail pages */
Cheng Li14455ea2022-09-09 07:31:09 +00001853 for (; j < nr_pages; j++) {
1854 p = nth_page(page, j);
Mike Kravetz7118fc22021-06-30 18:48:34 -07001855 __ClearPageReserved(p);
Cheng Li14455ea2022-09-09 07:31:09 +00001856 }
Mike Kravetz7118fc22021-06-30 18:48:34 -07001857 set_compound_order(page, 0);
Matthew Wilcox (Oracle)5232c632022-01-06 16:46:43 -05001858#ifdef CONFIG_64BIT
Mike Kravetz7118fc22021-06-30 18:48:34 -07001859 page[1].compound_nr = 0;
Matthew Wilcox (Oracle)5232c632022-01-06 16:46:43 -05001860#endif
Mike Kravetz7118fc22021-06-30 18:48:34 -07001861 __ClearPageHead(page);
1862 return false;
Wu Fengguang20a03072009-06-16 15:32:22 -07001863}
1864
Mike Kravetz34d9e352021-11-05 13:41:30 -07001865static bool prep_compound_gigantic_page(struct page *page, unsigned int order)
1866{
1867 return __prep_compound_gigantic_page(page, order, false);
1868}
1869
Mike Kravetz8531fc62021-11-05 13:41:33 -07001870static bool prep_compound_gigantic_page_for_demote(struct page *page,
1871 unsigned int order)
1872{
1873 return __prep_compound_gigantic_page(page, order, true);
1874}
1875
Andrew Morton77959122012-10-08 16:34:11 -07001876/*
1877 * PageHuge() only returns true for hugetlbfs pages, but not for normal or
1878 * transparent huge pages. See the PageTransHuge() documentation for more
1879 * details.
1880 */
Wu Fengguang20a03072009-06-16 15:32:22 -07001881int PageHuge(struct page *page)
1882{
Wu Fengguang20a03072009-06-16 15:32:22 -07001883 if (!PageCompound(page))
1884 return 0;
1885
1886 page = compound_head(page);
Kirill A. Shutemovf1e61552015-11-06 16:29:50 -08001887 return page[1].compound_dtor == HUGETLB_PAGE_DTOR;
Wu Fengguang20a03072009-06-16 15:32:22 -07001888}
Naoya Horiguchi43131e12010-05-28 09:29:22 +09001889EXPORT_SYMBOL_GPL(PageHuge);
1890
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001891/*
1892 * PageHeadHuge() only returns true for hugetlbfs head page, but not for
1893 * normal or transparent huge pages.
1894 */
1895int PageHeadHuge(struct page *page_head)
1896{
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001897 if (!PageHead(page_head))
1898 return 0;
1899
Vlastimil Babkad4af73e2020-04-01 21:11:48 -07001900 return page_head[1].compound_dtor == HUGETLB_PAGE_DTOR;
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001901}
David Howells4e936ec2022-03-22 14:45:26 -07001902EXPORT_SYMBOL_GPL(PageHeadHuge);
Andrea Arcangeli27c73ae2013-11-21 14:32:02 -08001903
Mike Kravetzc0d03812020-04-01 21:11:05 -07001904/*
Mike Kravetzc0d03812020-04-01 21:11:05 -07001905 * Find and lock address space (mapping) in write mode.
1906 *
Mike Kravetz336bf302020-11-13 22:52:16 -08001907 * Upon entry, the page is locked which means that page_mapping() is
1908 * stable. Due to locking order, we can only trylock_write. If we can
1909 * not get the lock, simply return NULL to caller.
Mike Kravetzc0d03812020-04-01 21:11:05 -07001910 */
1911struct address_space *hugetlb_page_mapping_lock_write(struct page *hpage)
1912{
Mike Kravetz336bf302020-11-13 22:52:16 -08001913 struct address_space *mapping = page_mapping(hpage);
Mike Kravetzc0d03812020-04-01 21:11:05 -07001914
Mike Kravetzc0d03812020-04-01 21:11:05 -07001915 if (!mapping)
1916 return mapping;
1917
Mike Kravetzc0d03812020-04-01 21:11:05 -07001918 if (i_mmap_trylock_write(mapping))
1919 return mapping;
1920
Mike Kravetz336bf302020-11-13 22:52:16 -08001921 return NULL;
Mike Kravetzc0d03812020-04-01 21:11:05 -07001922}
1923
Hugh Dickinsfe19bd32021-06-24 18:39:52 -07001924pgoff_t hugetlb_basepage_index(struct page *page)
Zhang Yi13d60f42013-06-25 21:19:31 +08001925{
1926 struct page *page_head = compound_head(page);
1927 pgoff_t index = page_index(page_head);
1928 unsigned long compound_idx;
1929
Zhang Yi13d60f42013-06-25 21:19:31 +08001930 if (compound_order(page_head) >= MAX_ORDER)
1931 compound_idx = page_to_pfn(page) - page_to_pfn(page_head);
1932 else
1933 compound_idx = page - page_head;
1934
1935 return (index << compound_order(page_head)) + compound_idx;
1936}
1937
Michal Hocko0c397da2018-01-31 16:20:56 -08001938static struct page *alloc_buddy_huge_page(struct hstate *h,
Mike Kravetzf60858f2019-09-23 15:37:35 -07001939 gfp_t gfp_mask, int nid, nodemask_t *nmask,
1940 nodemask_t *node_alloc_noretry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941{
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08001942 int order = huge_page_order(h);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943 struct page *page;
Mike Kravetzf60858f2019-09-23 15:37:35 -07001944 bool alloc_try_hard = true;
Mike Kravetz2b216242022-09-16 14:46:38 -07001945 bool retry = true;
Joe Jinf96efd52007-07-15 23:38:12 -07001946
Mike Kravetzf60858f2019-09-23 15:37:35 -07001947 /*
1948 * By default we always try hard to allocate the page with
1949 * __GFP_RETRY_MAYFAIL flag. However, if we are allocating pages in
1950 * a loop (to adjust global huge page counts) and previous allocation
1951 * failed, do not continue to try hard on the same node. Use the
1952 * node_alloc_noretry bitmap to manage this state information.
1953 */
1954 if (node_alloc_noretry && node_isset(nid, *node_alloc_noretry))
1955 alloc_try_hard = false;
1956 gfp_mask |= __GFP_COMP|__GFP_NOWARN;
1957 if (alloc_try_hard)
1958 gfp_mask |= __GFP_RETRY_MAYFAIL;
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08001959 if (nid == NUMA_NO_NODE)
1960 nid = numa_mem_id();
Mike Kravetz2b216242022-09-16 14:46:38 -07001961retry:
Matthew Wilcox (Oracle)84172f42021-04-29 23:01:15 -07001962 page = __alloc_pages(gfp_mask, order, nid, nmask);
Mike Kravetz2b216242022-09-16 14:46:38 -07001963
1964 /* Freeze head page */
1965 if (page && !page_ref_freeze(page, 1)) {
1966 __free_pages(page, order);
1967 if (retry) { /* retry once */
1968 retry = false;
1969 goto retry;
1970 }
1971 /* WOW! twice in a row. */
1972 pr_warn("HugeTLB head page unexpected inflated ref count\n");
1973 page = NULL;
1974 }
1975
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08001976 if (page)
1977 __count_vm_event(HTLB_BUDDY_PGALLOC);
1978 else
1979 __count_vm_event(HTLB_BUDDY_PGALLOC_FAIL);
Nishanth Aravamudan63b46132007-10-16 01:26:24 -07001980
Mike Kravetzf60858f2019-09-23 15:37:35 -07001981 /*
1982 * If we did not specify __GFP_RETRY_MAYFAIL, but still got a page this
1983 * indicates an overall state change. Clear bit so that we resume
1984 * normal 'try hard' allocations.
1985 */
1986 if (node_alloc_noretry && page && !alloc_try_hard)
1987 node_clear(nid, *node_alloc_noretry);
1988
1989 /*
1990 * If we tried hard to get a page but failed, set bit so that
1991 * subsequent attempts will not try as hard until there is an
1992 * overall state change.
1993 */
1994 if (node_alloc_noretry && !page && alloc_try_hard)
1995 node_set(nid, *node_alloc_noretry);
1996
Nishanth Aravamudan63b46132007-10-16 01:26:24 -07001997 return page;
1998}
1999
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08002000/*
Michal Hocko0c397da2018-01-31 16:20:56 -08002001 * Common helper to allocate a fresh hugetlb page. All specific allocators
2002 * should use this function to get new hugetlb pages
Mike Kravetz2b216242022-09-16 14:46:38 -07002003 *
2004 * Note that returned page is 'frozen': ref count of head page and all tail
2005 * pages is zero.
Michal Hocko0c397da2018-01-31 16:20:56 -08002006 */
2007static struct page *alloc_fresh_huge_page(struct hstate *h,
Mike Kravetzf60858f2019-09-23 15:37:35 -07002008 gfp_t gfp_mask, int nid, nodemask_t *nmask,
2009 nodemask_t *node_alloc_noretry)
Michal Hocko0c397da2018-01-31 16:20:56 -08002010{
2011 struct page *page;
Mike Kravetz7118fc22021-06-30 18:48:34 -07002012 bool retry = false;
Michal Hocko0c397da2018-01-31 16:20:56 -08002013
Mike Kravetz7118fc22021-06-30 18:48:34 -07002014retry:
Michal Hocko0c397da2018-01-31 16:20:56 -08002015 if (hstate_is_gigantic(h))
2016 page = alloc_gigantic_page(h, gfp_mask, nid, nmask);
2017 else
2018 page = alloc_buddy_huge_page(h, gfp_mask,
Mike Kravetzf60858f2019-09-23 15:37:35 -07002019 nid, nmask, node_alloc_noretry);
Michal Hocko0c397da2018-01-31 16:20:56 -08002020 if (!page)
2021 return NULL;
2022
Mike Kravetz7118fc22021-06-30 18:48:34 -07002023 if (hstate_is_gigantic(h)) {
2024 if (!prep_compound_gigantic_page(page, huge_page_order(h))) {
2025 /*
2026 * Rare failure to convert pages to compound page.
2027 * Free pages and try again - ONCE!
2028 */
2029 free_gigantic_page(page, huge_page_order(h));
2030 if (!retry) {
2031 retry = true;
2032 goto retry;
2033 }
Mike Kravetz7118fc22021-06-30 18:48:34 -07002034 return NULL;
2035 }
2036 }
Michal Hocko0c397da2018-01-31 16:20:56 -08002037 prep_new_huge_page(h, page, page_to_nid(page));
2038
2039 return page;
2040}
2041
2042/*
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08002043 * Allocates a fresh page to the hugetlb allocator pool in the node interleaved
2044 * manner.
2045 */
Mike Kravetzf60858f2019-09-23 15:37:35 -07002046static int alloc_pool_huge_page(struct hstate *h, nodemask_t *nodes_allowed,
2047 nodemask_t *node_alloc_noretry)
Joonsoo Kimb2261022013-09-11 14:21:00 -07002048{
2049 struct page *page;
2050 int nr_nodes, node;
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08002051 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE;
Joonsoo Kimb2261022013-09-11 14:21:00 -07002052
2053 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
Mike Kravetzf60858f2019-09-23 15:37:35 -07002054 page = alloc_fresh_huge_page(h, gfp_mask, node, nodes_allowed,
2055 node_alloc_noretry);
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08002056 if (page)
Joonsoo Kimb2261022013-09-11 14:21:00 -07002057 break;
Joonsoo Kimb2261022013-09-11 14:21:00 -07002058 }
2059
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08002060 if (!page)
2061 return 0;
Joonsoo Kimb2261022013-09-11 14:21:00 -07002062
Mike Kravetz2b216242022-09-16 14:46:38 -07002063 free_huge_page(page); /* free it into the hugepage allocator */
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08002064
2065 return 1;
Joonsoo Kimb2261022013-09-11 14:21:00 -07002066}
2067
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002068/*
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002069 * Remove huge page from pool from next node to free. Attempt to keep
2070 * persistent huge pages more or less balanced over allowed nodes.
2071 * This routine only 'removes' the hugetlb page. The caller must make
2072 * an additional call to free the page to low level allocators.
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002073 * Called with hugetlb_lock locked.
2074 */
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002075static struct page *remove_pool_huge_page(struct hstate *h,
2076 nodemask_t *nodes_allowed,
2077 bool acct_surplus)
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002078{
Joonsoo Kimb2261022013-09-11 14:21:00 -07002079 int nr_nodes, node;
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002080 struct page *page = NULL;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002081
Mike Kravetz9487ca62021-05-04 18:35:10 -07002082 lockdep_assert_held(&hugetlb_lock);
Joonsoo Kimb2261022013-09-11 14:21:00 -07002083 for_each_node_mask_to_free(h, nr_nodes, node, nodes_allowed) {
Lee Schermerhorn685f3452009-09-21 17:01:23 -07002084 /*
2085 * If we're returning unused surplus pages, only examine
2086 * nodes with surplus pages.
2087 */
Joonsoo Kimb2261022013-09-11 14:21:00 -07002088 if ((!acct_surplus || h->surplus_huge_pages_node[node]) &&
2089 !list_empty(&h->hugepage_freelists[node])) {
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002090 page = list_entry(h->hugepage_freelists[node].next,
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002091 struct page, lru);
Mike Kravetz6eb4e882021-05-04 18:34:55 -07002092 remove_hugetlb_page(h, page, acct_surplus);
Lee Schermerhorn9a76db02009-12-14 17:58:15 -08002093 break;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002094 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07002095 }
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002096
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002097 return page;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07002098}
2099
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002100/*
2101 * Dissolve a given free hugepage into free buddy pages. This function does
Naoya Horiguchifaf53de2019-06-28 12:06:56 -07002102 * nothing for in-use hugepages and non-hugepages.
2103 * This function returns values like below:
2104 *
Muchun Songad2fa372021-06-30 18:47:21 -07002105 * -ENOMEM: failed to allocate vmemmap pages to free the freed hugepages
2106 * when the system is under memory pressure and the feature of
2107 * freeing unused vmemmap pages associated with each hugetlb page
2108 * is enabled.
2109 * -EBUSY: failed to dissolved free hugepages or the hugepage is in-use
2110 * (allocated or reserved.)
2111 * 0: successfully dissolved free hugepages or the page is not a
2112 * hugepage (considered as already dissolved)
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002113 */
Anshuman Khandualc3114a82017-07-10 15:47:41 -07002114int dissolve_free_huge_page(struct page *page)
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002115{
Naoya Horiguchi6bc9b562018-08-23 17:00:38 -07002116 int rc = -EBUSY;
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002117
Muchun Song7ffddd42021-02-04 18:32:06 -08002118retry:
Naoya Horiguchifaf53de2019-06-28 12:06:56 -07002119 /* Not to disrupt normal path by vainly holding hugetlb_lock */
2120 if (!PageHuge(page))
2121 return 0;
2122
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002123 spin_lock_irq(&hugetlb_lock);
Naoya Horiguchifaf53de2019-06-28 12:06:56 -07002124 if (!PageHuge(page)) {
2125 rc = 0;
2126 goto out;
2127 }
2128
2129 if (!page_count(page)) {
Gerald Schaefer2247bb32016-10-07 17:01:07 -07002130 struct page *head = compound_head(page);
2131 struct hstate *h = page_hstate(head);
Xin Hao8346d692022-09-22 10:19:29 +08002132 if (!available_huge_pages(h))
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002133 goto out;
Muchun Song7ffddd42021-02-04 18:32:06 -08002134
2135 /*
2136 * We should make sure that the page is already on the free list
2137 * when it is dissolved.
2138 */
Mike Kravetz6c037142021-02-24 12:09:04 -08002139 if (unlikely(!HPageFreed(head))) {
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002140 spin_unlock_irq(&hugetlb_lock);
Muchun Song7ffddd42021-02-04 18:32:06 -08002141 cond_resched();
2142
2143 /*
2144 * Theoretically, we should return -EBUSY when we
2145 * encounter this race. In fact, we have a chance
2146 * to successfully dissolve the page if we do a
2147 * retry. Because the race window is quite small.
2148 * If we seize this opportunity, it is an optimization
2149 * for increasing the success rate of dissolving page.
2150 */
2151 goto retry;
2152 }
2153
Naoya Horiguchi0c5da352021-06-04 20:01:27 -07002154 remove_hugetlb_page(h, head, false);
zhong jiangc1470b32016-08-11 15:32:55 -07002155 h->max_huge_pages--;
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002156 spin_unlock_irq(&hugetlb_lock);
Muchun Songad2fa372021-06-30 18:47:21 -07002157
2158 /*
2159 * Normally update_and_free_page will allocate required vmemmmap
2160 * before freeing the page. update_and_free_page will fail to
2161 * free the page if it can not allocate required vmemmap. We
2162 * need to adjust max_huge_pages if the page is not freed.
2163 * Attempt to allocate vmemmmap here so that we can take
2164 * appropriate action on failure.
2165 */
Muchun Song62138342022-06-28 17:22:33 +08002166 rc = hugetlb_vmemmap_restore(h, head);
Muchun Songad2fa372021-06-30 18:47:21 -07002167 if (!rc) {
Muchun Songad2fa372021-06-30 18:47:21 -07002168 update_and_free_page(h, head, false);
2169 } else {
2170 spin_lock_irq(&hugetlb_lock);
2171 add_hugetlb_page(h, head, false);
2172 h->max_huge_pages++;
2173 spin_unlock_irq(&hugetlb_lock);
2174 }
2175
2176 return rc;
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002177 }
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002178out:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002179 spin_unlock_irq(&hugetlb_lock);
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002180 return rc;
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002181}
2182
2183/*
2184 * Dissolve free hugepages in a given pfn range. Used by memory hotplug to
2185 * make specified memory blocks removable from the system.
Gerald Schaefer2247bb32016-10-07 17:01:07 -07002186 * Note that this will dissolve a free gigantic hugepage completely, if any
2187 * part of it lies within the given range.
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002188 * Also note that if dissolve_free_huge_page() returns with an error, all
2189 * free hugepages that were dissolved before that error are lost.
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002190 */
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002191int dissolve_free_huge_pages(unsigned long start_pfn, unsigned long end_pfn)
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002192{
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002193 unsigned long pfn;
Gerald Schaefereb03aa02016-10-07 17:01:13 -07002194 struct page *page;
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002195 int rc = 0;
Muchun Songdc2628f2022-06-16 11:38:46 +08002196 unsigned int order;
2197 struct hstate *h;
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002198
Li Zhongd0177632014-08-06 16:07:56 -07002199 if (!hugepages_supported())
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002200 return rc;
Li Zhongd0177632014-08-06 16:07:56 -07002201
Muchun Songdc2628f2022-06-16 11:38:46 +08002202 order = huge_page_order(&default_hstate);
2203 for_each_hstate(h)
2204 order = min(order, huge_page_order(h));
2205
2206 for (pfn = start_pfn; pfn < end_pfn; pfn += 1 << order) {
Gerald Schaefereb03aa02016-10-07 17:01:13 -07002207 page = pfn_to_page(pfn);
Naoya Horiguchifaf53de2019-06-28 12:06:56 -07002208 rc = dissolve_free_huge_page(page);
2209 if (rc)
2210 break;
Gerald Schaefereb03aa02016-10-07 17:01:13 -07002211 }
Gerald Schaefer082d5b62016-10-07 17:01:10 -07002212
2213 return rc;
Naoya Horiguchic8721bb2013-09-11 14:22:09 -07002214}
2215
Michal Hockoab5ac902018-01-31 16:20:48 -08002216/*
2217 * Allocates a fresh surplus page from the page allocator.
2218 */
Michal Hocko0c397da2018-01-31 16:20:56 -08002219static struct page *alloc_surplus_huge_page(struct hstate *h, gfp_t gfp_mask,
Mike Kravetz2b216242022-09-16 14:46:38 -07002220 int nid, nodemask_t *nmask)
Adam Litke7893d1d2007-10-16 01:26:18 -07002221{
Michal Hocko9980d742018-01-31 16:20:52 -08002222 struct page *page = NULL;
Adam Litke7893d1d2007-10-16 01:26:18 -07002223
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07002224 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07002225 return NULL;
2226
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002227 spin_lock_irq(&hugetlb_lock);
Michal Hocko9980d742018-01-31 16:20:52 -08002228 if (h->surplus_huge_pages >= h->nr_overcommit_huge_pages)
2229 goto out_unlock;
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002230 spin_unlock_irq(&hugetlb_lock);
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08002231
Mike Kravetzf60858f2019-09-23 15:37:35 -07002232 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL);
Michal Hocko9980d742018-01-31 16:20:52 -08002233 if (!page)
Michal Hocko0c397da2018-01-31 16:20:56 -08002234 return NULL;
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08002235
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002236 spin_lock_irq(&hugetlb_lock);
Michal Hocko9980d742018-01-31 16:20:52 -08002237 /*
2238 * We could have raced with the pool size change.
2239 * Double check that and simply deallocate the new page
2240 * if we would end up overcommiting the surpluses. Abuse
2241 * temporary page to workaround the nasty free_huge_page
2242 * codeflow
2243 */
2244 if (h->surplus_huge_pages >= h->nr_overcommit_huge_pages) {
Mike Kravetz9157c3112021-02-24 12:09:00 -08002245 SetHPageTemporary(page);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002246 spin_unlock_irq(&hugetlb_lock);
Mike Kravetz2b216242022-09-16 14:46:38 -07002247 free_huge_page(page);
Kai Shen2bf753e2019-05-13 17:15:37 -07002248 return NULL;
Adam Litke7893d1d2007-10-16 01:26:18 -07002249 }
Michal Hocko9980d742018-01-31 16:20:52 -08002250
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07002251 h->surplus_huge_pages++;
2252 h->surplus_huge_pages_node[page_to_nid(page)]++;
2253
Michal Hocko9980d742018-01-31 16:20:52 -08002254out_unlock:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002255 spin_unlock_irq(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07002256
2257 return page;
2258}
2259
Joonsoo Kimbbe88752020-08-11 18:37:38 -07002260static struct page *alloc_migrate_huge_page(struct hstate *h, gfp_t gfp_mask,
Aneesh Kumar K.V9a4e9f32019-03-05 15:47:44 -08002261 int nid, nodemask_t *nmask)
Michal Hockoab5ac902018-01-31 16:20:48 -08002262{
2263 struct page *page;
2264
2265 if (hstate_is_gigantic(h))
2266 return NULL;
2267
Mike Kravetzf60858f2019-09-23 15:37:35 -07002268 page = alloc_fresh_huge_page(h, gfp_mask, nid, nmask, NULL);
Michal Hockoab5ac902018-01-31 16:20:48 -08002269 if (!page)
2270 return NULL;
2271
Mike Kravetz2b216242022-09-16 14:46:38 -07002272 /* fresh huge pages are frozen */
2273 set_page_refcounted(page);
2274
Michal Hockoab5ac902018-01-31 16:20:48 -08002275 /*
2276 * We do not account these pages as surplus because they are only
2277 * temporary and will be released properly on the last reference
2278 */
Mike Kravetz9157c3112021-02-24 12:09:00 -08002279 SetHPageTemporary(page);
Michal Hockoab5ac902018-01-31 16:20:48 -08002280
2281 return page;
2282}
2283
Adam Litkee4e574b2007-10-16 01:26:19 -07002284/*
Dave Hansen099730d2015-11-05 18:50:17 -08002285 * Use the VMA's mpolicy to allocate a huge page from the buddy.
2286 */
Dave Hansene0ec90e2015-11-05 18:50:20 -08002287static
Michal Hocko0c397da2018-01-31 16:20:56 -08002288struct page *alloc_buddy_huge_page_with_mpol(struct hstate *h,
Dave Hansen099730d2015-11-05 18:50:17 -08002289 struct vm_area_struct *vma, unsigned long addr)
2290{
Ben Widawskycfcaa662021-09-02 15:00:13 -07002291 struct page *page = NULL;
Michal Hockoaaf14e42017-07-10 15:49:08 -07002292 struct mempolicy *mpol;
2293 gfp_t gfp_mask = htlb_alloc_mask(h);
2294 int nid;
2295 nodemask_t *nodemask;
2296
2297 nid = huge_node(vma, addr, gfp_mask, &mpol, &nodemask);
Ben Widawskycfcaa662021-09-02 15:00:13 -07002298 if (mpol_is_preferred_many(mpol)) {
2299 gfp_t gfp = gfp_mask | __GFP_NOWARN;
Michal Hockoaaf14e42017-07-10 15:49:08 -07002300
Ben Widawskycfcaa662021-09-02 15:00:13 -07002301 gfp &= ~(__GFP_DIRECT_RECLAIM | __GFP_NOFAIL);
Mike Kravetz2b216242022-09-16 14:46:38 -07002302 page = alloc_surplus_huge_page(h, gfp, nid, nodemask);
Ben Widawskycfcaa662021-09-02 15:00:13 -07002303
2304 /* Fallback to all nodes if page==NULL */
2305 nodemask = NULL;
2306 }
2307
2308 if (!page)
Mike Kravetz2b216242022-09-16 14:46:38 -07002309 page = alloc_surplus_huge_page(h, gfp_mask, nid, nodemask);
Ben Widawskycfcaa662021-09-02 15:00:13 -07002310 mpol_cond_put(mpol);
Michal Hockoaaf14e42017-07-10 15:49:08 -07002311 return page;
Dave Hansen099730d2015-11-05 18:50:17 -08002312}
2313
Michal Hockoab5ac902018-01-31 16:20:48 -08002314/* page migration callback function */
Michal Hocko3e59fcb2017-07-10 15:49:11 -07002315struct page *alloc_huge_page_nodemask(struct hstate *h, int preferred_nid,
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07002316 nodemask_t *nmask, gfp_t gfp_mask)
Michal Hocko4db9b2e2017-07-10 15:48:44 -07002317{
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002318 spin_lock_irq(&hugetlb_lock);
Xin Hao8346d692022-09-22 10:19:29 +08002319 if (available_huge_pages(h)) {
Michal Hocko3e59fcb2017-07-10 15:49:11 -07002320 struct page *page;
2321
2322 page = dequeue_huge_page_nodemask(h, gfp_mask, preferred_nid, nmask);
2323 if (page) {
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002324 spin_unlock_irq(&hugetlb_lock);
Michal Hocko3e59fcb2017-07-10 15:49:11 -07002325 return page;
Michal Hocko4db9b2e2017-07-10 15:48:44 -07002326 }
2327 }
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002328 spin_unlock_irq(&hugetlb_lock);
Michal Hocko4db9b2e2017-07-10 15:48:44 -07002329
Michal Hocko0c397da2018-01-31 16:20:56 -08002330 return alloc_migrate_huge_page(h, gfp_mask, preferred_nid, nmask);
Michal Hocko4db9b2e2017-07-10 15:48:44 -07002331}
2332
Michal Hockoebd63722018-01-31 16:21:00 -08002333/* mempolicy aware migration callback */
Michal Hocko389c8172018-01-31 16:21:03 -08002334struct page *alloc_huge_page_vma(struct hstate *h, struct vm_area_struct *vma,
2335 unsigned long address)
Michal Hockoebd63722018-01-31 16:21:00 -08002336{
2337 struct mempolicy *mpol;
2338 nodemask_t *nodemask;
2339 struct page *page;
Michal Hockoebd63722018-01-31 16:21:00 -08002340 gfp_t gfp_mask;
2341 int node;
2342
Michal Hockoebd63722018-01-31 16:21:00 -08002343 gfp_mask = htlb_alloc_mask(h);
2344 node = huge_node(vma, address, gfp_mask, &mpol, &nodemask);
Joonsoo Kimd92bbc22020-08-11 18:37:17 -07002345 page = alloc_huge_page_nodemask(h, node, nodemask, gfp_mask);
Michal Hockoebd63722018-01-31 16:21:00 -08002346 mpol_cond_put(mpol);
2347
2348 return page;
2349}
2350
Naoya Horiguchibf50bab2010-09-08 10:19:33 +09002351/*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002352 * Increase the hugetlb pool such that it can accommodate a reservation
Adam Litkee4e574b2007-10-16 01:26:19 -07002353 * of size 'delta'.
2354 */
Liu Xiang0a4f3d12020-12-14 19:12:05 -08002355static int gather_surplus_pages(struct hstate *h, long delta)
Jules Irenge1b2a1e72020-04-06 20:08:09 -07002356 __must_hold(&hugetlb_lock)
Adam Litkee4e574b2007-10-16 01:26:19 -07002357{
Miaohe Lin34665342022-09-01 20:00:23 +08002358 LIST_HEAD(surplus_list);
Adam Litkee4e574b2007-10-16 01:26:19 -07002359 struct page *page, *tmp;
Liu Xiang0a4f3d12020-12-14 19:12:05 -08002360 int ret;
2361 long i;
2362 long needed, allocated;
Hillf Danton28073b02012-03-21 16:34:00 -07002363 bool alloc_ok = true;
Adam Litkee4e574b2007-10-16 01:26:19 -07002364
Mike Kravetz9487ca62021-05-04 18:35:10 -07002365 lockdep_assert_held(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07002366 needed = (h->resv_huge_pages + delta) - h->free_huge_pages;
Adam Litkeac09b3a2008-03-04 14:29:38 -08002367 if (needed <= 0) {
Andi Kleena5516432008-07-23 21:27:41 -07002368 h->resv_huge_pages += delta;
Adam Litkee4e574b2007-10-16 01:26:19 -07002369 return 0;
Adam Litkeac09b3a2008-03-04 14:29:38 -08002370 }
Adam Litkee4e574b2007-10-16 01:26:19 -07002371
2372 allocated = 0;
Adam Litkee4e574b2007-10-16 01:26:19 -07002373
2374 ret = -ENOMEM;
2375retry:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002376 spin_unlock_irq(&hugetlb_lock);
Adam Litkee4e574b2007-10-16 01:26:19 -07002377 for (i = 0; i < needed; i++) {
Michal Hocko0c397da2018-01-31 16:20:56 -08002378 page = alloc_surplus_huge_page(h, htlb_alloc_mask(h),
Mike Kravetz2b216242022-09-16 14:46:38 -07002379 NUMA_NO_NODE, NULL);
Hillf Danton28073b02012-03-21 16:34:00 -07002380 if (!page) {
2381 alloc_ok = false;
2382 break;
2383 }
Adam Litkee4e574b2007-10-16 01:26:19 -07002384 list_add(&page->lru, &surplus_list);
David Rientjes69ed7792017-07-10 15:48:50 -07002385 cond_resched();
Adam Litkee4e574b2007-10-16 01:26:19 -07002386 }
Hillf Danton28073b02012-03-21 16:34:00 -07002387 allocated += i;
Adam Litkee4e574b2007-10-16 01:26:19 -07002388
2389 /*
2390 * After retaking hugetlb_lock, we need to recalculate 'needed'
2391 * because either resv_huge_pages or free_huge_pages may have changed.
2392 */
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002393 spin_lock_irq(&hugetlb_lock);
Andi Kleena5516432008-07-23 21:27:41 -07002394 needed = (h->resv_huge_pages + delta) -
2395 (h->free_huge_pages + allocated);
Hillf Danton28073b02012-03-21 16:34:00 -07002396 if (needed > 0) {
2397 if (alloc_ok)
2398 goto retry;
2399 /*
2400 * We were not able to allocate enough pages to
2401 * satisfy the entire reservation so we free what
2402 * we've allocated so far.
2403 */
2404 goto free;
2405 }
Adam Litkee4e574b2007-10-16 01:26:19 -07002406 /*
2407 * The surplus_list now contains _at_least_ the number of extra pages
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002408 * needed to accommodate the reservation. Add the appropriate number
Adam Litkee4e574b2007-10-16 01:26:19 -07002409 * of pages to the hugetlb pool and free the extras back to the buddy
Adam Litkeac09b3a2008-03-04 14:29:38 -08002410 * allocator. Commit the entire reservation here to prevent another
2411 * process from stealing the pages as they are added to the pool but
2412 * before they are reserved.
Adam Litkee4e574b2007-10-16 01:26:19 -07002413 */
2414 needed += allocated;
Andi Kleena5516432008-07-23 21:27:41 -07002415 h->resv_huge_pages += delta;
Adam Litkee4e574b2007-10-16 01:26:19 -07002416 ret = 0;
Naoya Horiguchia9869b82010-09-08 10:19:37 +09002417
Adam Litke19fc3f02008-04-28 02:12:20 -07002418 /* Free the needed pages to the hugetlb pool */
Adam Litkee4e574b2007-10-16 01:26:19 -07002419 list_for_each_entry_safe(page, tmp, &surplus_list, lru) {
Adam Litke19fc3f02008-04-28 02:12:20 -07002420 if ((--needed) < 0)
2421 break;
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07002422 /* Add the page to the hugetlb allocator */
Andi Kleena5516432008-07-23 21:27:41 -07002423 enqueue_huge_page(h, page);
Adam Litke19fc3f02008-04-28 02:12:20 -07002424 }
Hillf Danton28073b02012-03-21 16:34:00 -07002425free:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002426 spin_unlock_irq(&hugetlb_lock);
Adam Litke19fc3f02008-04-28 02:12:20 -07002427
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07002428 /*
2429 * Free unnecessary surplus pages to the buddy allocator.
2430 * Pages have no ref count, call free_huge_page directly.
2431 */
Joonsoo Kimc0d934b2013-09-11 14:21:02 -07002432 list_for_each_entry_safe(page, tmp, &surplus_list, lru)
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07002433 free_huge_page(page);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002434 spin_lock_irq(&hugetlb_lock);
Adam Litkee4e574b2007-10-16 01:26:19 -07002435
2436 return ret;
2437}
2438
2439/*
Mike Kravetze5bbc8a2017-01-10 16:58:27 -08002440 * This routine has two main purposes:
2441 * 1) Decrement the reservation count (resv_huge_pages) by the value passed
2442 * in unused_resv_pages. This corresponds to the prior adjustments made
2443 * to the associated reservation map.
2444 * 2) Free any unused surplus pages that may have been allocated to satisfy
2445 * the reservation. As many as unused_resv_pages may be freed.
Adam Litkee4e574b2007-10-16 01:26:19 -07002446 */
Andi Kleena5516432008-07-23 21:27:41 -07002447static void return_unused_surplus_pages(struct hstate *h,
2448 unsigned long unused_resv_pages)
Adam Litkee4e574b2007-10-16 01:26:19 -07002449{
Adam Litkee4e574b2007-10-16 01:26:19 -07002450 unsigned long nr_pages;
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002451 struct page *page;
2452 LIST_HEAD(page_list);
2453
Mike Kravetz9487ca62021-05-04 18:35:10 -07002454 lockdep_assert_held(&hugetlb_lock);
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002455 /* Uncommit the reservation */
2456 h->resv_huge_pages -= unused_resv_pages;
Adam Litkee4e574b2007-10-16 01:26:19 -07002457
Naoya Horiguchic0531712022-07-14 13:24:13 +09002458 if (hstate_is_gigantic(h) && !gigantic_page_runtime_supported())
Mike Kravetze5bbc8a2017-01-10 16:58:27 -08002459 goto out;
Andi Kleenaa888a72008-07-23 21:27:47 -07002460
Mike Kravetze5bbc8a2017-01-10 16:58:27 -08002461 /*
2462 * Part (or even all) of the reservation could have been backed
2463 * by pre-allocated pages. Only free surplus pages.
2464 */
Andi Kleena5516432008-07-23 21:27:41 -07002465 nr_pages = min(unused_resv_pages, h->surplus_huge_pages);
Adam Litkee4e574b2007-10-16 01:26:19 -07002466
Lee Schermerhorn685f3452009-09-21 17:01:23 -07002467 /*
2468 * We want to release as many surplus pages as possible, spread
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08002469 * evenly across all nodes with memory. Iterate across these nodes
2470 * until we can no longer free unreserved surplus pages. This occurs
2471 * when the nodes with surplus pages have no free pages.
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002472 * remove_pool_huge_page() will balance the freed pages across the
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08002473 * on-line nodes with memory and will handle the hstate accounting.
Lee Schermerhorn685f3452009-09-21 17:01:23 -07002474 */
2475 while (nr_pages--) {
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002476 page = remove_pool_huge_page(h, &node_states[N_MEMORY], 1);
2477 if (!page)
Mike Kravetze5bbc8a2017-01-10 16:58:27 -08002478 goto out;
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002479
2480 list_add(&page->lru, &page_list);
Adam Litkee4e574b2007-10-16 01:26:19 -07002481 }
Mike Kravetze5bbc8a2017-01-10 16:58:27 -08002482
2483out:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002484 spin_unlock_irq(&hugetlb_lock);
Mike Kravetz10c6ec42021-05-04 18:35:03 -07002485 update_and_free_pages_bulk(h, &page_list);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002486 spin_lock_irq(&hugetlb_lock);
Adam Litkee4e574b2007-10-16 01:26:19 -07002487}
2488
Mike Kravetz5e911372015-09-08 15:01:28 -07002489
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002490/*
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002491 * vma_needs_reservation, vma_commit_reservation and vma_end_reservation
Mike Kravetz5e911372015-09-08 15:01:28 -07002492 * are used by the huge page allocation routines to manage reservations.
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002493 *
2494 * vma_needs_reservation is called to determine if the huge page at addr
2495 * within the vma has an associated reservation. If a reservation is
2496 * needed, the value 1 is returned. The caller is then responsible for
2497 * managing the global reservation and subpool usage counts. After
2498 * the huge page has been allocated, vma_commit_reservation is called
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002499 * to add the page to the reservation map. If the page allocation fails,
2500 * the reservation must be ended instead of committed. vma_end_reservation
2501 * is called in such cases.
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002502 *
2503 * In the normal case, vma_commit_reservation returns the same value
2504 * as the preceding vma_needs_reservation call. The only time this
2505 * is not the case is if a reserve map was changed between calls. It
2506 * is the responsibility of the caller to notice the difference and
2507 * take appropriate action.
Mike Kravetz96b96a92016-11-10 10:46:32 -08002508 *
2509 * vma_add_reservation is used in error paths where a reservation must
2510 * be restored when a newly allocated huge page must be freed. It is
2511 * to be called after calling vma_needs_reservation to determine if a
2512 * reservation exists.
Mike Kravetz846be082021-06-15 18:23:29 -07002513 *
2514 * vma_del_reservation is used in error paths where an entry in the reserve
2515 * map was created during huge page allocation and must be removed. It is to
2516 * be called after calling vma_needs_reservation to determine if a reservation
2517 * exists.
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002518 */
Mike Kravetz5e911372015-09-08 15:01:28 -07002519enum vma_resv_mode {
2520 VMA_NEEDS_RESV,
2521 VMA_COMMIT_RESV,
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002522 VMA_END_RESV,
Mike Kravetz96b96a92016-11-10 10:46:32 -08002523 VMA_ADD_RESV,
Mike Kravetz846be082021-06-15 18:23:29 -07002524 VMA_DEL_RESV,
Mike Kravetz5e911372015-09-08 15:01:28 -07002525};
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002526static long __vma_reservation_common(struct hstate *h,
2527 struct vm_area_struct *vma, unsigned long addr,
Mike Kravetz5e911372015-09-08 15:01:28 -07002528 enum vma_resv_mode mode)
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002529{
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002530 struct resv_map *resv;
2531 pgoff_t idx;
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002532 long ret;
Mina Almasry0db9d742020-04-01 21:11:25 -07002533 long dummy_out_regions_needed;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002534
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002535 resv = vma_resv_map(vma);
2536 if (!resv)
Andy Whitcroft84afd992008-07-23 21:27:32 -07002537 return 1;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002538
Joonsoo Kim4e35f482014-04-03 14:47:30 -07002539 idx = vma_hugecache_offset(h, vma, addr);
Mike Kravetz5e911372015-09-08 15:01:28 -07002540 switch (mode) {
2541 case VMA_NEEDS_RESV:
Mina Almasry0db9d742020-04-01 21:11:25 -07002542 ret = region_chg(resv, idx, idx + 1, &dummy_out_regions_needed);
2543 /* We assume that vma_reservation_* routines always operate on
2544 * 1 page, and that adding to resv map a 1 page entry can only
2545 * ever require 1 region.
2546 */
2547 VM_BUG_ON(dummy_out_regions_needed != 1);
Mike Kravetz5e911372015-09-08 15:01:28 -07002548 break;
2549 case VMA_COMMIT_RESV:
Mina Almasry075a61d2020-04-01 21:11:28 -07002550 ret = region_add(resv, idx, idx + 1, 1, NULL, NULL);
Mina Almasry0db9d742020-04-01 21:11:25 -07002551 /* region_add calls of range 1 should never fail. */
2552 VM_BUG_ON(ret < 0);
Mike Kravetz5e911372015-09-08 15:01:28 -07002553 break;
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002554 case VMA_END_RESV:
Mina Almasry0db9d742020-04-01 21:11:25 -07002555 region_abort(resv, idx, idx + 1, 1);
Mike Kravetz5e911372015-09-08 15:01:28 -07002556 ret = 0;
2557 break;
Mike Kravetz96b96a92016-11-10 10:46:32 -08002558 case VMA_ADD_RESV:
Mina Almasry0db9d742020-04-01 21:11:25 -07002559 if (vma->vm_flags & VM_MAYSHARE) {
Mina Almasry075a61d2020-04-01 21:11:28 -07002560 ret = region_add(resv, idx, idx + 1, 1, NULL, NULL);
Mina Almasry0db9d742020-04-01 21:11:25 -07002561 /* region_add calls of range 1 should never fail. */
2562 VM_BUG_ON(ret < 0);
2563 } else {
2564 region_abort(resv, idx, idx + 1, 1);
Mike Kravetz96b96a92016-11-10 10:46:32 -08002565 ret = region_del(resv, idx, idx + 1);
2566 }
2567 break;
Mike Kravetz846be082021-06-15 18:23:29 -07002568 case VMA_DEL_RESV:
2569 if (vma->vm_flags & VM_MAYSHARE) {
2570 region_abort(resv, idx, idx + 1, 1);
2571 ret = region_del(resv, idx, idx + 1);
2572 } else {
2573 ret = region_add(resv, idx, idx + 1, 1, NULL, NULL);
2574 /* region_add calls of range 1 should never fail. */
2575 VM_BUG_ON(ret < 0);
2576 }
2577 break;
Mike Kravetz5e911372015-09-08 15:01:28 -07002578 default:
2579 BUG();
2580 }
Andy Whitcroft84afd992008-07-23 21:27:32 -07002581
Mike Kravetz846be082021-06-15 18:23:29 -07002582 if (vma->vm_flags & VM_MAYSHARE || mode == VMA_DEL_RESV)
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002583 return ret;
Miaohe Linbf3d12b2021-05-04 18:34:32 -07002584 /*
2585 * We know private mapping must have HPAGE_RESV_OWNER set.
2586 *
2587 * In most cases, reserves always exist for private mappings.
2588 * However, a file associated with mapping could have been
2589 * hole punched or truncated after reserves were consumed.
2590 * As subsequent fault on such a range will not use reserves.
2591 * Subtle - The reserve map for private mappings has the
2592 * opposite meaning than that of shared mappings. If NO
2593 * entry is in the reserve map, it means a reservation exists.
2594 * If an entry exists in the reserve map, it means the
2595 * reservation has already been consumed. As a result, the
2596 * return value of this routine is the opposite of the
2597 * value returned from reserve map manipulation routines above.
2598 */
2599 if (ret > 0)
2600 return 0;
2601 if (ret == 0)
2602 return 1;
2603 return ret;
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002604}
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002605
2606static long vma_needs_reservation(struct hstate *h,
Andi Kleena5516432008-07-23 21:27:41 -07002607 struct vm_area_struct *vma, unsigned long addr)
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002608{
Mike Kravetz5e911372015-09-08 15:01:28 -07002609 return __vma_reservation_common(h, vma, addr, VMA_NEEDS_RESV);
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002610}
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002611
Mike Kravetzcf3ad202015-06-24 16:57:55 -07002612static long vma_commit_reservation(struct hstate *h,
2613 struct vm_area_struct *vma, unsigned long addr)
2614{
Mike Kravetz5e911372015-09-08 15:01:28 -07002615 return __vma_reservation_common(h, vma, addr, VMA_COMMIT_RESV);
2616}
2617
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002618static void vma_end_reservation(struct hstate *h,
Mike Kravetz5e911372015-09-08 15:01:28 -07002619 struct vm_area_struct *vma, unsigned long addr)
2620{
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002621 (void)__vma_reservation_common(h, vma, addr, VMA_END_RESV);
Andy Whitcroftc37f9fb2008-07-23 21:27:30 -07002622}
2623
Mike Kravetz96b96a92016-11-10 10:46:32 -08002624static long vma_add_reservation(struct hstate *h,
2625 struct vm_area_struct *vma, unsigned long addr)
2626{
2627 return __vma_reservation_common(h, vma, addr, VMA_ADD_RESV);
2628}
2629
Mike Kravetz846be082021-06-15 18:23:29 -07002630static long vma_del_reservation(struct hstate *h,
2631 struct vm_area_struct *vma, unsigned long addr)
Mike Kravetz96b96a92016-11-10 10:46:32 -08002632{
Mike Kravetz846be082021-06-15 18:23:29 -07002633 return __vma_reservation_common(h, vma, addr, VMA_DEL_RESV);
2634}
Mike Kravetz96b96a92016-11-10 10:46:32 -08002635
Mike Kravetz846be082021-06-15 18:23:29 -07002636/*
2637 * This routine is called to restore reservation information on error paths.
2638 * It should ONLY be called for pages allocated via alloc_huge_page(), and
2639 * the hugetlb mutex should remain held when calling this routine.
2640 *
2641 * It handles two specific cases:
2642 * 1) A reservation was in place and the page consumed the reservation.
2643 * HPageRestoreReserve is set in the page.
2644 * 2) No reservation was in place for the page, so HPageRestoreReserve is
2645 * not set. However, alloc_huge_page always updates the reserve map.
2646 *
2647 * In case 1, free_huge_page later in the error path will increment the
2648 * global reserve count. But, free_huge_page does not have enough context
2649 * to adjust the reservation map. This case deals primarily with private
2650 * mappings. Adjust the reserve map here to be consistent with global
2651 * reserve count adjustments to be made by free_huge_page. Make sure the
2652 * reserve map indicates there is a reservation present.
2653 *
2654 * In case 2, simply undo reserve map modifications done by alloc_huge_page.
2655 */
2656void restore_reserve_on_error(struct hstate *h, struct vm_area_struct *vma,
2657 unsigned long address, struct page *page)
2658{
2659 long rc = vma_needs_reservation(h, vma, address);
2660
2661 if (HPageRestoreReserve(page)) {
2662 if (unlikely(rc < 0))
Mike Kravetz96b96a92016-11-10 10:46:32 -08002663 /*
2664 * Rare out of memory condition in reserve map
Mike Kravetzd6995da2021-02-24 12:08:51 -08002665 * manipulation. Clear HPageRestoreReserve so that
Mike Kravetz96b96a92016-11-10 10:46:32 -08002666 * global reserve count will not be incremented
2667 * by free_huge_page. This will make it appear
2668 * as though the reservation for this page was
2669 * consumed. This may prevent the task from
2670 * faulting in the page at a later time. This
2671 * is better than inconsistent global huge page
2672 * accounting of reserve counts.
2673 */
Mike Kravetzd6995da2021-02-24 12:08:51 -08002674 ClearHPageRestoreReserve(page);
Mike Kravetz846be082021-06-15 18:23:29 -07002675 else if (rc)
2676 (void)vma_add_reservation(h, vma, address);
2677 else
Mike Kravetz96b96a92016-11-10 10:46:32 -08002678 vma_end_reservation(h, vma, address);
Mike Kravetz846be082021-06-15 18:23:29 -07002679 } else {
2680 if (!rc) {
2681 /*
2682 * This indicates there is an entry in the reserve map
Mike Kravetzc7b18502021-08-19 19:04:33 -07002683 * not added by alloc_huge_page. We know it was added
Mike Kravetz846be082021-06-15 18:23:29 -07002684 * before the alloc_huge_page call, otherwise
2685 * HPageRestoreReserve would be set on the page.
2686 * Remove the entry so that a subsequent allocation
2687 * does not consume a reservation.
2688 */
2689 rc = vma_del_reservation(h, vma, address);
2690 if (rc < 0)
2691 /*
2692 * VERY rare out of memory condition. Since
2693 * we can not delete the entry, set
2694 * HPageRestoreReserve so that the reserve
2695 * count will be incremented when the page
2696 * is freed. This reserve will be consumed
2697 * on a subsequent allocation.
2698 */
2699 SetHPageRestoreReserve(page);
2700 } else if (rc < 0) {
2701 /*
2702 * Rare out of memory condition from
2703 * vma_needs_reservation call. Memory allocation is
2704 * only attempted if a new entry is needed. Therefore,
2705 * this implies there is not an entry in the
2706 * reserve map.
2707 *
2708 * For shared mappings, no entry in the map indicates
2709 * no reservation. We are done.
2710 */
2711 if (!(vma->vm_flags & VM_MAYSHARE))
2712 /*
2713 * For private mappings, no entry indicates
2714 * a reservation is present. Since we can
2715 * not add an entry, set SetHPageRestoreReserve
2716 * on the page so reserve count will be
2717 * incremented when freed. This reserve will
2718 * be consumed on a subsequent allocation.
2719 */
2720 SetHPageRestoreReserve(page);
2721 } else
2722 /*
2723 * No reservation present, do nothing
2724 */
2725 vma_end_reservation(h, vma, address);
Mike Kravetz96b96a92016-11-10 10:46:32 -08002726 }
2727}
2728
Oscar Salvador369fa222021-05-04 18:35:26 -07002729/*
2730 * alloc_and_dissolve_huge_page - Allocate a new page and dissolve the old one
2731 * @h: struct hstate old page belongs to
2732 * @old_page: Old page to dissolve
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002733 * @list: List to isolate the page in case we need to
Oscar Salvador369fa222021-05-04 18:35:26 -07002734 * Returns 0 on success, otherwise negated error.
2735 */
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002736static int alloc_and_dissolve_huge_page(struct hstate *h, struct page *old_page,
2737 struct list_head *list)
Oscar Salvador369fa222021-05-04 18:35:26 -07002738{
2739 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE;
2740 int nid = page_to_nid(old_page);
2741 struct page *new_page;
2742 int ret = 0;
2743
2744 /*
2745 * Before dissolving the page, we need to allocate a new one for the
Muchun Songf41f2ed2021-06-30 18:47:13 -07002746 * pool to remain stable. Here, we allocate the page and 'prep' it
2747 * by doing everything but actually updating counters and adding to
2748 * the pool. This simplifies and let us do most of the processing
2749 * under the lock.
Oscar Salvador369fa222021-05-04 18:35:26 -07002750 */
2751 new_page = alloc_buddy_huge_page(h, gfp_mask, nid, NULL, NULL);
2752 if (!new_page)
2753 return -ENOMEM;
Muchun Songf41f2ed2021-06-30 18:47:13 -07002754 __prep_new_huge_page(h, new_page);
Oscar Salvador369fa222021-05-04 18:35:26 -07002755
2756retry:
2757 spin_lock_irq(&hugetlb_lock);
2758 if (!PageHuge(old_page)) {
2759 /*
2760 * Freed from under us. Drop new_page too.
2761 */
2762 goto free_new;
2763 } else if (page_count(old_page)) {
2764 /*
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002765 * Someone has grabbed the page, try to isolate it here.
2766 * Fail with -EBUSY if not possible.
Oscar Salvador369fa222021-05-04 18:35:26 -07002767 */
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002768 spin_unlock_irq(&hugetlb_lock);
Miaohe Lin7ce82f42022-05-30 19:30:15 +08002769 ret = isolate_hugetlb(old_page, list);
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002770 spin_lock_irq(&hugetlb_lock);
Oscar Salvador369fa222021-05-04 18:35:26 -07002771 goto free_new;
2772 } else if (!HPageFreed(old_page)) {
2773 /*
2774 * Page's refcount is 0 but it has not been enqueued in the
2775 * freelist yet. Race window is small, so we can succeed here if
2776 * we retry.
2777 */
2778 spin_unlock_irq(&hugetlb_lock);
2779 cond_resched();
2780 goto retry;
2781 } else {
2782 /*
2783 * Ok, old_page is still a genuine free hugepage. Remove it from
2784 * the freelist and decrease the counters. These will be
2785 * incremented again when calling __prep_account_new_huge_page()
2786 * and enqueue_huge_page() for new_page. The counters will remain
2787 * stable since this happens under the lock.
2788 */
2789 remove_hugetlb_page(h, old_page, false);
2790
2791 /*
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07002792 * Ref count on new page is already zero as it was dropped
2793 * earlier. It can be directly added to the pool free list.
Oscar Salvador369fa222021-05-04 18:35:26 -07002794 */
Oscar Salvador369fa222021-05-04 18:35:26 -07002795 __prep_account_new_huge_page(h, nid);
Oscar Salvador369fa222021-05-04 18:35:26 -07002796 enqueue_huge_page(h, new_page);
2797
2798 /*
2799 * Pages have been replaced, we can safely free the old one.
2800 */
2801 spin_unlock_irq(&hugetlb_lock);
Muchun Songb65d4ad2021-06-30 18:47:17 -07002802 update_and_free_page(h, old_page, false);
Oscar Salvador369fa222021-05-04 18:35:26 -07002803 }
2804
2805 return ret;
2806
2807free_new:
2808 spin_unlock_irq(&hugetlb_lock);
Mike Kravetzb65a4ed2021-09-02 14:58:47 -07002809 /* Page has a zero ref count, but needs a ref to be freed */
2810 set_page_refcounted(new_page);
Muchun Songb65d4ad2021-06-30 18:47:17 -07002811 update_and_free_page(h, new_page, false);
Oscar Salvador369fa222021-05-04 18:35:26 -07002812
2813 return ret;
2814}
2815
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002816int isolate_or_dissolve_huge_page(struct page *page, struct list_head *list)
Oscar Salvador369fa222021-05-04 18:35:26 -07002817{
2818 struct hstate *h;
2819 struct page *head;
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002820 int ret = -EBUSY;
Oscar Salvador369fa222021-05-04 18:35:26 -07002821
2822 /*
2823 * The page might have been dissolved from under our feet, so make sure
2824 * to carefully check the state under the lock.
2825 * Return success when racing as if we dissolved the page ourselves.
2826 */
2827 spin_lock_irq(&hugetlb_lock);
2828 if (PageHuge(page)) {
2829 head = compound_head(page);
2830 h = page_hstate(head);
2831 } else {
2832 spin_unlock_irq(&hugetlb_lock);
2833 return 0;
2834 }
2835 spin_unlock_irq(&hugetlb_lock);
2836
2837 /*
2838 * Fence off gigantic pages as there is a cyclic dependency between
2839 * alloc_contig_range and them. Return -ENOMEM as this has the effect
2840 * of bailing out right away without further retrying.
2841 */
2842 if (hstate_is_gigantic(h))
2843 return -ENOMEM;
2844
Miaohe Lin7ce82f42022-05-30 19:30:15 +08002845 if (page_count(head) && !isolate_hugetlb(head, list))
Oscar Salvadorae37c7f2021-05-04 18:35:29 -07002846 ret = 0;
2847 else if (!page_count(head))
2848 ret = alloc_and_dissolve_huge_page(h, head, list);
2849
2850 return ret;
Oscar Salvador369fa222021-05-04 18:35:26 -07002851}
2852
Mike Kravetz70c35472015-09-08 15:01:54 -07002853struct page *alloc_huge_page(struct vm_area_struct *vma,
Mel Gorman04f2cbe2008-07-23 21:27:25 -07002854 unsigned long addr, int avoid_reserve)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855{
David Gibson90481622012-03-21 16:34:12 -07002856 struct hugepage_subpool *spool = subpool_vma(vma);
Andi Kleena5516432008-07-23 21:27:41 -07002857 struct hstate *h = hstate_vma(vma);
Adam Litke348ea202007-11-14 16:59:37 -08002858 struct page *page;
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002859 long map_chg, map_commit;
2860 long gbl_chg;
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07002861 int ret, idx;
2862 struct hugetlb_cgroup *h_cg;
Mina Almasry08cf9fa2020-04-01 21:11:31 -07002863 bool deferred_reserve;
Adam Litke2fc39ce2007-11-14 16:59:39 -08002864
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07002865 idx = hstate_index(h);
Mel Gormana1e78772008-07-23 21:27:23 -07002866 /*
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002867 * Examine the region/reserve map to determine if the process
2868 * has a reservation for the page to be allocated. A return
2869 * code of zero indicates a reservation exists (no change).
Mel Gormana1e78772008-07-23 21:27:23 -07002870 */
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002871 map_chg = gbl_chg = vma_needs_reservation(h, vma, addr);
2872 if (map_chg < 0)
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07002873 return ERR_PTR(-ENOMEM);
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002874
2875 /*
2876 * Processes that did not create the mapping will have no
2877 * reserves as indicated by the region/reserve map. Check
2878 * that the allocation will not exceed the subpool limit.
2879 * Allocations for MAP_NORESERVE mappings also need to be
2880 * checked against any subpool limit.
2881 */
2882 if (map_chg || avoid_reserve) {
2883 gbl_chg = hugepage_subpool_get_pages(spool, 1);
2884 if (gbl_chg < 0) {
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002885 vma_end_reservation(h, vma, addr);
Aneesh Kumar K.V76dcee72012-07-31 16:41:57 -07002886 return ERR_PTR(-ENOSPC);
Mike Kravetz5e911372015-09-08 15:01:28 -07002887 }
Mel Gormana1e78772008-07-23 21:27:23 -07002888
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002889 /*
2890 * Even though there was no reservation in the region/reserve
2891 * map, there could be reservations associated with the
2892 * subpool that can be used. This would be indicated if the
2893 * return value of hugepage_subpool_get_pages() is zero.
2894 * However, if avoid_reserve is specified we still avoid even
2895 * the subpool reservations.
2896 */
2897 if (avoid_reserve)
2898 gbl_chg = 1;
2899 }
2900
Mina Almasry08cf9fa2020-04-01 21:11:31 -07002901 /* If this allocation is not consuming a reservation, charge it now.
2902 */
Miaohe Lin6501fe52021-05-04 18:33:16 -07002903 deferred_reserve = map_chg || avoid_reserve;
Mina Almasry08cf9fa2020-04-01 21:11:31 -07002904 if (deferred_reserve) {
2905 ret = hugetlb_cgroup_charge_cgroup_rsvd(
2906 idx, pages_per_huge_page(h), &h_cg);
2907 if (ret)
2908 goto out_subpool_put;
2909 }
2910
Aneesh Kumar K.V6d76dcf2012-07-31 16:42:18 -07002911 ret = hugetlb_cgroup_charge_cgroup(idx, pages_per_huge_page(h), &h_cg);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07002912 if (ret)
Mina Almasry08cf9fa2020-04-01 21:11:31 -07002913 goto out_uncharge_cgroup_reservation;
Jianyu Zhan8f34af62014-06-04 16:10:36 -07002914
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002915 spin_lock_irq(&hugetlb_lock);
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002916 /*
2917 * glb_chg is passed to indicate whether or not a page must be taken
2918 * from the global free pool (global change). gbl_chg == 0 indicates
2919 * a reservation exists for the allocation.
2920 */
2921 page = dequeue_huge_page_vma(h, vma, addr, avoid_reserve, gbl_chg);
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07002922 if (!page) {
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002923 spin_unlock_irq(&hugetlb_lock);
Michal Hocko0c397da2018-01-31 16:20:56 -08002924 page = alloc_buddy_huge_page_with_mpol(h, vma, addr);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07002925 if (!page)
2926 goto out_uncharge_cgroup;
Naoya Horiguchia88c7692015-12-11 13:40:24 -08002927 if (!avoid_reserve && vma_has_reserves(vma, gbl_chg)) {
Mike Kravetzd6995da2021-02-24 12:08:51 -08002928 SetHPageRestoreReserve(page);
Naoya Horiguchia88c7692015-12-11 13:40:24 -08002929 h->resv_huge_pages--;
2930 }
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002931 spin_lock_irq(&hugetlb_lock);
Wei Yang15a8d682020-10-13 16:56:33 -07002932 list_add(&page->lru, &h->hugepage_activelist);
Mike Kravetz2b216242022-09-16 14:46:38 -07002933 set_page_refcounted(page);
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07002934 /* Fall through */
Mel Gormana1e78772008-07-23 21:27:23 -07002935 }
Joonsoo Kim81a6fca2013-09-11 14:20:58 -07002936 hugetlb_cgroup_commit_charge(idx, pages_per_huge_page(h), h_cg, page);
Mina Almasry08cf9fa2020-04-01 21:11:31 -07002937 /* If allocation is not consuming a reservation, also store the
2938 * hugetlb_cgroup pointer on the page.
2939 */
2940 if (deferred_reserve) {
2941 hugetlb_cgroup_commit_charge_rsvd(idx, pages_per_huge_page(h),
2942 h_cg, page);
2943 }
2944
Mike Kravetzdb71ef72021-05-04 18:35:07 -07002945 spin_unlock_irq(&hugetlb_lock);
Mel Gormana1e78772008-07-23 21:27:23 -07002946
Mike Kravetzd6995da2021-02-24 12:08:51 -08002947 hugetlb_set_page_subpool(page, spool);
Mel Gormana1e78772008-07-23 21:27:23 -07002948
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002949 map_commit = vma_commit_reservation(h, vma, addr);
2950 if (unlikely(map_chg > map_commit)) {
Mike Kravetz33039672015-06-24 16:57:58 -07002951 /*
2952 * The page was added to the reservation map between
2953 * vma_needs_reservation and vma_commit_reservation.
2954 * This indicates a race with hugetlb_reserve_pages.
2955 * Adjust for the subpool count incremented above AND
2956 * in hugetlb_reserve_pages for the same page. Also,
2957 * the reservation count added in hugetlb_reserve_pages
2958 * no longer applies.
2959 */
2960 long rsv_adjust;
2961
2962 rsv_adjust = hugepage_subpool_put_pages(spool, 1);
2963 hugetlb_acct_memory(h, -rsv_adjust);
Mike Kravetz79aa9252020-11-01 17:07:27 -08002964 if (deferred_reserve)
2965 hugetlb_cgroup_uncharge_page_rsvd(hstate_index(h),
2966 pages_per_huge_page(h), page);
Mike Kravetz33039672015-06-24 16:57:58 -07002967 }
Adam Litke90d8b7e2007-11-14 16:59:42 -08002968 return page;
Jianyu Zhan8f34af62014-06-04 16:10:36 -07002969
2970out_uncharge_cgroup:
2971 hugetlb_cgroup_uncharge_cgroup(idx, pages_per_huge_page(h), h_cg);
Mina Almasry08cf9fa2020-04-01 21:11:31 -07002972out_uncharge_cgroup_reservation:
2973 if (deferred_reserve)
2974 hugetlb_cgroup_uncharge_cgroup_rsvd(idx, pages_per_huge_page(h),
2975 h_cg);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07002976out_subpool_put:
Mike Kravetzd85f69b2015-09-08 15:01:47 -07002977 if (map_chg || avoid_reserve)
Jianyu Zhan8f34af62014-06-04 16:10:36 -07002978 hugepage_subpool_put_pages(spool, 1);
Mike Kravetzfeba16e2015-09-08 15:01:31 -07002979 vma_end_reservation(h, vma, addr);
Jianyu Zhan8f34af62014-06-04 16:10:36 -07002980 return ERR_PTR(-ENOSPC);
David Gibsonb45b5bd2006-03-22 00:08:55 -08002981}
2982
Zhenguo Yaob5389082021-11-05 13:43:28 -07002983int alloc_bootmem_huge_page(struct hstate *h, int nid)
Aneesh Kumar K.Ve24a1302017-07-28 10:31:25 +05302984 __attribute__ ((weak, alias("__alloc_bootmem_huge_page")));
Zhenguo Yaob5389082021-11-05 13:43:28 -07002985int __alloc_bootmem_huge_page(struct hstate *h, int nid)
Andi Kleenaa888a72008-07-23 21:27:47 -07002986{
Zhenguo Yaob5389082021-11-05 13:43:28 -07002987 struct huge_bootmem_page *m = NULL; /* initialize for clang */
Joonsoo Kimb2261022013-09-11 14:21:00 -07002988 int nr_nodes, node;
Andi Kleenaa888a72008-07-23 21:27:47 -07002989
Zhenguo Yaob5389082021-11-05 13:43:28 -07002990 /* do node specific alloc */
2991 if (nid != NUMA_NO_NODE) {
2992 m = memblock_alloc_try_nid_raw(huge_page_size(h), huge_page_size(h),
2993 0, MEMBLOCK_ALLOC_ACCESSIBLE, nid);
2994 if (!m)
2995 return 0;
2996 goto found;
2997 }
2998 /* allocate from next node when distributing huge pages */
Joonsoo Kimb2261022013-09-11 14:21:00 -07002999 for_each_node_mask_to_alloc(h, nr_nodes, node, &node_states[N_MEMORY]) {
Zhenguo Yaob5389082021-11-05 13:43:28 -07003000 m = memblock_alloc_try_nid_raw(
Grygorii Strashko8b89a112014-01-21 15:50:36 -08003001 huge_page_size(h), huge_page_size(h),
Mike Rapoport97ad1082018-10-30 15:09:44 -07003002 0, MEMBLOCK_ALLOC_ACCESSIBLE, node);
Zhenguo Yaob5389082021-11-05 13:43:28 -07003003 /*
3004 * Use the beginning of the huge page to store the
3005 * huge_bootmem_page struct (until gather_bootmem
3006 * puts them into the mem_map).
3007 */
3008 if (!m)
3009 return 0;
3010 goto found;
Andi Kleenaa888a72008-07-23 21:27:47 -07003011 }
Andi Kleenaa888a72008-07-23 21:27:47 -07003012
3013found:
Andi Kleenaa888a72008-07-23 21:27:47 -07003014 /* Put them into a private list first because mem_map is not up yet */
Cannon Matthews330d6e42018-08-17 15:49:17 -07003015 INIT_LIST_HEAD(&m->list);
Andi Kleenaa888a72008-07-23 21:27:47 -07003016 list_add(&m->list, &huge_boot_pages);
3017 m->hstate = h;
3018 return 1;
3019}
3020
Mike Kravetz48b8d742021-06-30 18:48:31 -07003021/*
3022 * Put bootmem huge pages into the standard lists after mem_map is up.
3023 * Note: This only applies to gigantic (order > MAX_ORDER) pages.
3024 */
Andi Kleenaa888a72008-07-23 21:27:47 -07003025static void __init gather_bootmem_prealloc(void)
3026{
3027 struct huge_bootmem_page *m;
3028
3029 list_for_each_entry(m, &huge_boot_pages, list) {
Mike Kravetz40d18eb2018-08-17 15:49:07 -07003030 struct page *page = virt_to_page(m);
Andi Kleenaa888a72008-07-23 21:27:47 -07003031 struct hstate *h = m->hstate;
Becky Bruceee8f2482011-07-25 17:11:50 -07003032
Mike Kravetz48b8d742021-06-30 18:48:31 -07003033 VM_BUG_ON(!hstate_is_gigantic(h));
Andi Kleenaa888a72008-07-23 21:27:47 -07003034 WARN_ON(page_count(page) != 1);
Mike Kravetz7118fc22021-06-30 18:48:34 -07003035 if (prep_compound_gigantic_page(page, huge_page_order(h))) {
3036 WARN_ON(PageReserved(page));
3037 prep_new_huge_page(h, page, page_to_nid(page));
Mike Kravetz2b216242022-09-16 14:46:38 -07003038 free_huge_page(page); /* add to the hugepage allocator */
Mike Kravetz7118fc22021-06-30 18:48:34 -07003039 } else {
Mike Kravetz416d85e2021-09-02 14:58:43 -07003040 /* VERY unlikely inflated ref count on a tail page */
Mike Kravetz7118fc22021-06-30 18:48:34 -07003041 free_gigantic_page(page, huge_page_order(h));
Mike Kravetz7118fc22021-06-30 18:48:34 -07003042 }
Michal Hockoaf0fb9d2018-01-31 16:20:41 -08003043
Rafael Aquinib0320c72011-06-15 15:08:39 -07003044 /*
Mike Kravetz48b8d742021-06-30 18:48:31 -07003045 * We need to restore the 'stolen' pages to totalram_pages
3046 * in order to fix confusing memory reports from free(1) and
3047 * other side-effects, like CommitLimit going negative.
Rafael Aquinib0320c72011-06-15 15:08:39 -07003048 */
Mike Kravetz48b8d742021-06-30 18:48:31 -07003049 adjust_managed_page_count(page, pages_per_huge_page(h));
Cannon Matthews520495f2018-07-03 17:02:43 -07003050 cond_resched();
Andi Kleenaa888a72008-07-23 21:27:47 -07003051 }
3052}
Zhenguo Yaob5389082021-11-05 13:43:28 -07003053static void __init hugetlb_hstate_alloc_pages_onenode(struct hstate *h, int nid)
3054{
3055 unsigned long i;
3056 char buf[32];
3057
3058 for (i = 0; i < h->max_huge_pages_node[nid]; ++i) {
3059 if (hstate_is_gigantic(h)) {
3060 if (!alloc_bootmem_huge_page(h, nid))
3061 break;
3062 } else {
3063 struct page *page;
3064 gfp_t gfp_mask = htlb_alloc_mask(h) | __GFP_THISNODE;
3065
3066 page = alloc_fresh_huge_page(h, gfp_mask, nid,
3067 &node_states[N_MEMORY], NULL);
3068 if (!page)
3069 break;
Mike Kravetz2b216242022-09-16 14:46:38 -07003070 free_huge_page(page); /* free it into the hugepage allocator */
Zhenguo Yaob5389082021-11-05 13:43:28 -07003071 }
3072 cond_resched();
3073 }
3074 if (i == h->max_huge_pages_node[nid])
3075 return;
3076
3077 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32);
3078 pr_warn("HugeTLB: allocating %u of page size %s failed node%d. Only allocated %lu hugepages.\n",
3079 h->max_huge_pages_node[nid], buf, nid, i);
3080 h->max_huge_pages -= (h->max_huge_pages_node[nid] - i);
3081 h->max_huge_pages_node[nid] = i;
3082}
Andi Kleenaa888a72008-07-23 21:27:47 -07003083
Andi Kleen8faa8b02008-07-23 21:27:48 -07003084static void __init hugetlb_hstate_alloc_pages(struct hstate *h)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085{
3086 unsigned long i;
Mike Kravetzf60858f2019-09-23 15:37:35 -07003087 nodemask_t *node_alloc_noretry;
Zhenguo Yaob5389082021-11-05 13:43:28 -07003088 bool node_specific_alloc = false;
Mike Kravetzf60858f2019-09-23 15:37:35 -07003089
Zhenguo Yaob5389082021-11-05 13:43:28 -07003090 /* skip gigantic hugepages allocation if hugetlb_cma enabled */
3091 if (hstate_is_gigantic(h) && hugetlb_cma_size) {
3092 pr_warn_once("HugeTLB: hugetlb_cma is enabled, skip boot time allocation\n");
3093 return;
3094 }
3095
3096 /* do node specific alloc */
Peng Liu0a7a0f62022-04-29 14:36:57 -07003097 for_each_online_node(i) {
Zhenguo Yaob5389082021-11-05 13:43:28 -07003098 if (h->max_huge_pages_node[i] > 0) {
3099 hugetlb_hstate_alloc_pages_onenode(h, i);
3100 node_specific_alloc = true;
3101 }
3102 }
3103
3104 if (node_specific_alloc)
3105 return;
3106
3107 /* below will do all node balanced alloc */
Mike Kravetzf60858f2019-09-23 15:37:35 -07003108 if (!hstate_is_gigantic(h)) {
3109 /*
3110 * Bit mask controlling how hard we retry per-node allocations.
3111 * Ignore errors as lower level routines can deal with
3112 * node_alloc_noretry == NULL. If this kmalloc fails at boot
3113 * time, we are likely in bigger trouble.
3114 */
3115 node_alloc_noretry = kmalloc(sizeof(*node_alloc_noretry),
3116 GFP_KERNEL);
3117 } else {
3118 /* allocations done at boot time */
3119 node_alloc_noretry = NULL;
3120 }
3121
3122 /* bit mask controlling how hard we retry per-node allocations */
3123 if (node_alloc_noretry)
3124 nodes_clear(*node_alloc_noretry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125
Andi Kleene5ff2152008-07-23 21:27:42 -07003126 for (i = 0; i < h->max_huge_pages; ++i) {
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07003127 if (hstate_is_gigantic(h)) {
Zhenguo Yaob5389082021-11-05 13:43:28 -07003128 if (!alloc_bootmem_huge_page(h, NUMA_NO_NODE))
Andi Kleenaa888a72008-07-23 21:27:47 -07003129 break;
Michal Hocko0c397da2018-01-31 16:20:56 -08003130 } else if (!alloc_pool_huge_page(h,
Mike Kravetzf60858f2019-09-23 15:37:35 -07003131 &node_states[N_MEMORY],
3132 node_alloc_noretry))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133 break;
David Rientjes69ed7792017-07-10 15:48:50 -07003134 cond_resched();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135 }
Liam R. Howlettd715cf82017-07-10 15:48:15 -07003136 if (i < h->max_huge_pages) {
3137 char buf[32];
3138
Matthew Wilcoxc6247f72017-07-10 15:48:56 -07003139 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32);
Liam R. Howlettd715cf82017-07-10 15:48:15 -07003140 pr_warn("HugeTLB: allocating %lu of page size %s failed. Only allocated %lu hugepages.\n",
3141 h->max_huge_pages, buf, i);
3142 h->max_huge_pages = i;
3143 }
Mike Kravetzf60858f2019-09-23 15:37:35 -07003144 kfree(node_alloc_noretry);
Andi Kleene5ff2152008-07-23 21:27:42 -07003145}
3146
3147static void __init hugetlb_init_hstates(void)
3148{
Mike Kravetz79dfc692021-11-05 13:41:20 -07003149 struct hstate *h, *h2;
Andi Kleene5ff2152008-07-23 21:27:42 -07003150
3151 for_each_hstate(h) {
Andi Kleen8faa8b02008-07-23 21:27:48 -07003152 /* oversize hugepages were init'ed in early boot */
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07003153 if (!hstate_is_gigantic(h))
Andi Kleen8faa8b02008-07-23 21:27:48 -07003154 hugetlb_hstate_alloc_pages(h);
Mike Kravetz79dfc692021-11-05 13:41:20 -07003155
3156 /*
3157 * Set demote order for each hstate. Note that
3158 * h->demote_order is initially 0.
3159 * - We can not demote gigantic pages if runtime freeing
3160 * is not supported, so skip this.
Mike Kravetza01f4392021-11-05 13:41:27 -07003161 * - If CMA allocation is possible, we can not demote
3162 * HUGETLB_PAGE_ORDER or smaller size pages.
Mike Kravetz79dfc692021-11-05 13:41:20 -07003163 */
3164 if (hstate_is_gigantic(h) && !gigantic_page_runtime_supported())
3165 continue;
Mike Kravetza01f4392021-11-05 13:41:27 -07003166 if (hugetlb_cma_size && h->order <= HUGETLB_PAGE_ORDER)
3167 continue;
Mike Kravetz79dfc692021-11-05 13:41:20 -07003168 for_each_hstate(h2) {
3169 if (h2 == h)
3170 continue;
3171 if (h2->order < h->order &&
3172 h2->order > h->demote_order)
3173 h->demote_order = h2->order;
3174 }
Andi Kleene5ff2152008-07-23 21:27:42 -07003175 }
3176}
3177
3178static void __init report_hugepages(void)
3179{
3180 struct hstate *h;
3181
3182 for_each_hstate(h) {
Andi Kleen4abd32d2008-07-23 21:27:49 -07003183 char buf[32];
Matthew Wilcoxc6247f72017-07-10 15:48:56 -07003184
3185 string_get_size(huge_page_size(h), 1, STRING_UNITS_2, buf, 32);
Muchun Song62138342022-06-28 17:22:33 +08003186 pr_info("HugeTLB: registered %s page size, pre-allocated %ld pages\n",
Matthew Wilcoxc6247f72017-07-10 15:48:56 -07003187 buf, h->free_huge_pages);
Muchun Song62138342022-06-28 17:22:33 +08003188 pr_info("HugeTLB: %d KiB vmemmap can be freed for a %s page\n",
3189 hugetlb_vmemmap_optimizable_size(h) / SZ_1K, buf);
Andi Kleene5ff2152008-07-23 21:27:42 -07003190 }
3191}
3192
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193#ifdef CONFIG_HIGHMEM
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08003194static void try_to_free_low(struct hstate *h, unsigned long count,
3195 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196{
Christoph Lameter4415cc82006-09-25 23:31:55 -07003197 int i;
Mike Kravetz11218282021-05-04 18:34:59 -07003198 LIST_HEAD(page_list);
Christoph Lameter4415cc82006-09-25 23:31:55 -07003199
Mike Kravetz9487ca62021-05-04 18:35:10 -07003200 lockdep_assert_held(&hugetlb_lock);
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07003201 if (hstate_is_gigantic(h))
Andi Kleenaa888a72008-07-23 21:27:47 -07003202 return;
3203
Mike Kravetz11218282021-05-04 18:34:59 -07003204 /*
3205 * Collect pages to be freed on a list, and free after dropping lock
3206 */
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08003207 for_each_node_mask(i, *nodes_allowed) {
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003208 struct page *page, *next;
Andi Kleena5516432008-07-23 21:27:41 -07003209 struct list_head *freel = &h->hugepage_freelists[i];
3210 list_for_each_entry_safe(page, next, freel, lru) {
3211 if (count >= h->nr_huge_pages)
Mike Kravetz11218282021-05-04 18:34:59 -07003212 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 if (PageHighMem(page))
3214 continue;
Mike Kravetz6eb4e882021-05-04 18:34:55 -07003215 remove_hugetlb_page(h, page, false);
Mike Kravetz11218282021-05-04 18:34:59 -07003216 list_add(&page->lru, &page_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217 }
3218 }
Mike Kravetz11218282021-05-04 18:34:59 -07003219
3220out:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003221 spin_unlock_irq(&hugetlb_lock);
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003222 update_and_free_pages_bulk(h, &page_list);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003223 spin_lock_irq(&hugetlb_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224}
3225#else
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08003226static inline void try_to_free_low(struct hstate *h, unsigned long count,
3227 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228{
3229}
3230#endif
3231
Wu Fengguang20a03072009-06-16 15:32:22 -07003232/*
3233 * Increment or decrement surplus_huge_pages. Keep node-specific counters
3234 * balanced by operating on them in a round-robin fashion.
3235 * Returns 1 if an adjustment was made.
3236 */
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08003237static int adjust_pool_surplus(struct hstate *h, nodemask_t *nodes_allowed,
3238 int delta)
Wu Fengguang20a03072009-06-16 15:32:22 -07003239{
Joonsoo Kimb2261022013-09-11 14:21:00 -07003240 int nr_nodes, node;
Wu Fengguang20a03072009-06-16 15:32:22 -07003241
Mike Kravetz9487ca62021-05-04 18:35:10 -07003242 lockdep_assert_held(&hugetlb_lock);
Wu Fengguang20a03072009-06-16 15:32:22 -07003243 VM_BUG_ON(delta != -1 && delta != 1);
Wu Fengguang20a03072009-06-16 15:32:22 -07003244
Joonsoo Kimb2261022013-09-11 14:21:00 -07003245 if (delta < 0) {
3246 for_each_node_mask_to_alloc(h, nr_nodes, node, nodes_allowed) {
3247 if (h->surplus_huge_pages_node[node])
3248 goto found;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07003249 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07003250 } else {
3251 for_each_node_mask_to_free(h, nr_nodes, node, nodes_allowed) {
3252 if (h->surplus_huge_pages_node[node] <
3253 h->nr_huge_pages_node[node])
3254 goto found;
Lee Schermerhorne8c5c822009-09-21 17:01:22 -07003255 }
Joonsoo Kimb2261022013-09-11 14:21:00 -07003256 }
3257 return 0;
Wu Fengguang20a03072009-06-16 15:32:22 -07003258
Joonsoo Kimb2261022013-09-11 14:21:00 -07003259found:
3260 h->surplus_huge_pages += delta;
3261 h->surplus_huge_pages_node[node] += delta;
3262 return 1;
Wu Fengguang20a03072009-06-16 15:32:22 -07003263}
3264
Andi Kleena5516432008-07-23 21:27:41 -07003265#define persistent_huge_pages(h) (h->nr_huge_pages - h->surplus_huge_pages)
Mike Kravetzfd875dc2019-05-13 17:19:20 -07003266static int set_max_huge_pages(struct hstate *h, unsigned long count, int nid,
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003267 nodemask_t *nodes_allowed)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268{
Adam Litke7893d1d2007-10-16 01:26:18 -07003269 unsigned long min_count, ret;
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003270 struct page *page;
3271 LIST_HEAD(page_list);
Mike Kravetzf60858f2019-09-23 15:37:35 -07003272 NODEMASK_ALLOC(nodemask_t, node_alloc_noretry, GFP_KERNEL);
3273
3274 /*
3275 * Bit mask controlling how hard we retry per-node allocations.
3276 * If we can not allocate the bit mask, do not attempt to allocate
3277 * the requested huge pages.
3278 */
3279 if (node_alloc_noretry)
3280 nodes_clear(*node_alloc_noretry);
3281 else
3282 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003283
Mike Kravetz29383962021-05-04 18:34:52 -07003284 /*
3285 * resize_lock mutex prevents concurrent adjustments to number of
3286 * pages in hstate via the proc/sysfs interfaces.
3287 */
3288 mutex_lock(&h->resize_lock);
Muchun Songb65d4ad2021-06-30 18:47:17 -07003289 flush_free_hpage_work(h);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003290 spin_lock_irq(&hugetlb_lock);
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003291
3292 /*
Mike Kravetzfd875dc2019-05-13 17:19:20 -07003293 * Check for a node specific request.
3294 * Changing node specific huge page count may require a corresponding
3295 * change to the global count. In any case, the passed node mask
3296 * (nodes_allowed) will restrict alloc/free to the specified node.
3297 */
3298 if (nid != NUMA_NO_NODE) {
3299 unsigned long old_count = count;
3300
3301 count += h->nr_huge_pages - h->nr_huge_pages_node[nid];
3302 /*
3303 * User may have specified a large count value which caused the
3304 * above calculation to overflow. In this case, they wanted
3305 * to allocate as many huge pages as possible. Set count to
3306 * largest possible value to align with their intention.
3307 */
3308 if (count < old_count)
3309 count = ULONG_MAX;
3310 }
3311
3312 /*
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003313 * Gigantic pages runtime allocation depend on the capability for large
3314 * page range allocation.
3315 * If the system does not provide this feature, return an error when
3316 * the user tries to allocate gigantic pages but let the user free the
3317 * boottime allocated gigantic pages.
3318 */
3319 if (hstate_is_gigantic(h) && !IS_ENABLED(CONFIG_CONTIG_ALLOC)) {
3320 if (count > persistent_huge_pages(h)) {
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003321 spin_unlock_irq(&hugetlb_lock);
Mike Kravetz29383962021-05-04 18:34:52 -07003322 mutex_unlock(&h->resize_lock);
Mike Kravetzf60858f2019-09-23 15:37:35 -07003323 NODEMASK_FREE(node_alloc_noretry);
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003324 return -EINVAL;
3325 }
3326 /* Fall through to decrease pool */
3327 }
Andi Kleenaa888a72008-07-23 21:27:47 -07003328
Adam Litke7893d1d2007-10-16 01:26:18 -07003329 /*
3330 * Increase the pool size
3331 * First take pages out of surplus state. Then make up the
3332 * remaining difference by allocating fresh huge pages.
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08003333 *
Michal Hocko0c397da2018-01-31 16:20:56 -08003334 * We might race with alloc_surplus_huge_page() here and be unable
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08003335 * to convert a surplus huge page to a normal huge page. That is
3336 * not critical, though, it just means the overall size of the
3337 * pool might be one hugepage larger than it needs to be, but
3338 * within all the constraints specified by the sysctls.
Adam Litke7893d1d2007-10-16 01:26:18 -07003339 */
Andi Kleena5516432008-07-23 21:27:41 -07003340 while (h->surplus_huge_pages && count > persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08003341 if (!adjust_pool_surplus(h, nodes_allowed, -1))
Adam Litke7893d1d2007-10-16 01:26:18 -07003342 break;
3343 }
3344
Andi Kleena5516432008-07-23 21:27:41 -07003345 while (count > persistent_huge_pages(h)) {
Adam Litke7893d1d2007-10-16 01:26:18 -07003346 /*
3347 * If this allocation races such that we no longer need the
3348 * page, free_huge_page will handle it by freeing the page
3349 * and reducing the surplus.
3350 */
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003351 spin_unlock_irq(&hugetlb_lock);
Jia He649920c2016-08-02 14:02:31 -07003352
3353 /* yield cpu to avoid soft lockup */
3354 cond_resched();
3355
Mike Kravetzf60858f2019-09-23 15:37:35 -07003356 ret = alloc_pool_huge_page(h, nodes_allowed,
3357 node_alloc_noretry);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003358 spin_lock_irq(&hugetlb_lock);
Adam Litke7893d1d2007-10-16 01:26:18 -07003359 if (!ret)
3360 goto out;
3361
Mel Gorman536240f22009-12-14 17:59:56 -08003362 /* Bail for signals. Probably ctrl-c from user */
3363 if (signal_pending(current))
3364 goto out;
Adam Litke7893d1d2007-10-16 01:26:18 -07003365 }
Adam Litke7893d1d2007-10-16 01:26:18 -07003366
3367 /*
3368 * Decrease the pool size
3369 * First return free pages to the buddy allocator (being careful
3370 * to keep enough around to satisfy reservations). Then place
3371 * pages into surplus state as needed so the pool will shrink
3372 * to the desired size as pages become free.
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08003373 *
3374 * By placing pages into the surplus state independent of the
3375 * overcommit value, we are allowing the surplus pool size to
3376 * exceed overcommit. There are few sane options here. Since
Michal Hocko0c397da2018-01-31 16:20:56 -08003377 * alloc_surplus_huge_page() is checking the global counter,
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08003378 * though, we'll note that we're not allowed to exceed surplus
3379 * and won't grow the pool anywhere else. Not until one of the
3380 * sysctls are changed, or the surplus pages go out of use.
Adam Litke7893d1d2007-10-16 01:26:18 -07003381 */
Andi Kleena5516432008-07-23 21:27:41 -07003382 min_count = h->resv_huge_pages + h->nr_huge_pages - h->free_huge_pages;
Adam Litke6b0c8802007-10-16 01:26:23 -07003383 min_count = max(count, min_count);
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08003384 try_to_free_low(h, min_count, nodes_allowed);
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003385
3386 /*
3387 * Collect pages to be removed on list without dropping lock
3388 */
Andi Kleena5516432008-07-23 21:27:41 -07003389 while (min_count < persistent_huge_pages(h)) {
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003390 page = remove_pool_huge_page(h, nodes_allowed, 0);
3391 if (!page)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392 break;
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003393
3394 list_add(&page->lru, &page_list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395 }
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003396 /* free the pages after dropping lock */
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003397 spin_unlock_irq(&hugetlb_lock);
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003398 update_and_free_pages_bulk(h, &page_list);
Muchun Songb65d4ad2021-06-30 18:47:17 -07003399 flush_free_hpage_work(h);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003400 spin_lock_irq(&hugetlb_lock);
Mike Kravetz10c6ec42021-05-04 18:35:03 -07003401
Andi Kleena5516432008-07-23 21:27:41 -07003402 while (count < persistent_huge_pages(h)) {
Lee Schermerhorn6ae11b22009-12-14 17:58:16 -08003403 if (!adjust_pool_surplus(h, nodes_allowed, 1))
Adam Litke7893d1d2007-10-16 01:26:18 -07003404 break;
3405 }
3406out:
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003407 h->max_huge_pages = persistent_huge_pages(h);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003408 spin_unlock_irq(&hugetlb_lock);
Mike Kravetz29383962021-05-04 18:34:52 -07003409 mutex_unlock(&h->resize_lock);
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003410
Mike Kravetzf60858f2019-09-23 15:37:35 -07003411 NODEMASK_FREE(node_alloc_noretry);
3412
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003413 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414}
3415
Mike Kravetz8531fc62021-11-05 13:41:33 -07003416static int demote_free_huge_page(struct hstate *h, struct page *page)
3417{
3418 int i, nid = page_to_nid(page);
3419 struct hstate *target_hstate;
Doug Berger31731452022-09-14 12:09:17 -07003420 struct page *subpage;
Mike Kravetz8531fc62021-11-05 13:41:33 -07003421 int rc = 0;
3422
3423 target_hstate = size_to_hstate(PAGE_SIZE << h->demote_order);
3424
3425 remove_hugetlb_page_for_demote(h, page, false);
3426 spin_unlock_irq(&hugetlb_lock);
3427
Muchun Song62138342022-06-28 17:22:33 +08003428 rc = hugetlb_vmemmap_restore(h, page);
Mike Kravetz8531fc62021-11-05 13:41:33 -07003429 if (rc) {
3430 /* Allocation of vmemmmap failed, we can not demote page */
3431 spin_lock_irq(&hugetlb_lock);
3432 set_page_refcounted(page);
3433 add_hugetlb_page(h, page, false);
3434 return rc;
3435 }
3436
3437 /*
3438 * Use destroy_compound_hugetlb_page_for_demote for all huge page
3439 * sizes as it will not ref count pages.
3440 */
3441 destroy_compound_hugetlb_page_for_demote(page, huge_page_order(h));
3442
3443 /*
3444 * Taking target hstate mutex synchronizes with set_max_huge_pages.
3445 * Without the mutex, pages added to target hstate could be marked
3446 * as surplus.
3447 *
3448 * Note that we already hold h->resize_lock. To prevent deadlock,
3449 * use the convention of always taking larger size hstate mutex first.
3450 */
3451 mutex_lock(&target_hstate->resize_lock);
3452 for (i = 0; i < pages_per_huge_page(h);
3453 i += pages_per_huge_page(target_hstate)) {
Doug Berger31731452022-09-14 12:09:17 -07003454 subpage = nth_page(page, i);
Mike Kravetz8531fc62021-11-05 13:41:33 -07003455 if (hstate_is_gigantic(target_hstate))
Doug Berger31731452022-09-14 12:09:17 -07003456 prep_compound_gigantic_page_for_demote(subpage,
Mike Kravetz8531fc62021-11-05 13:41:33 -07003457 target_hstate->order);
3458 else
Doug Berger31731452022-09-14 12:09:17 -07003459 prep_compound_page(subpage, target_hstate->order);
3460 set_page_private(subpage, 0);
Doug Berger31731452022-09-14 12:09:17 -07003461 prep_new_huge_page(target_hstate, subpage, nid);
Mike Kravetz2b216242022-09-16 14:46:38 -07003462 free_huge_page(subpage);
Mike Kravetz8531fc62021-11-05 13:41:33 -07003463 }
3464 mutex_unlock(&target_hstate->resize_lock);
3465
3466 spin_lock_irq(&hugetlb_lock);
3467
3468 /*
3469 * Not absolutely necessary, but for consistency update max_huge_pages
3470 * based on pool changes for the demoted page.
3471 */
3472 h->max_huge_pages--;
Miaohe Lina43a83c2022-08-16 21:05:48 +08003473 target_hstate->max_huge_pages +=
3474 pages_per_huge_page(h) / pages_per_huge_page(target_hstate);
Mike Kravetz8531fc62021-11-05 13:41:33 -07003475
3476 return rc;
3477}
3478
Mike Kravetz79dfc692021-11-05 13:41:20 -07003479static int demote_pool_huge_page(struct hstate *h, nodemask_t *nodes_allowed)
3480 __must_hold(&hugetlb_lock)
3481{
Mike Kravetz8531fc62021-11-05 13:41:33 -07003482 int nr_nodes, node;
3483 struct page *page;
Mike Kravetz79dfc692021-11-05 13:41:20 -07003484
3485 lockdep_assert_held(&hugetlb_lock);
3486
3487 /* We should never get here if no demote order */
3488 if (!h->demote_order) {
3489 pr_warn("HugeTLB: NULL demote order passed to demote_pool_huge_page.\n");
3490 return -EINVAL; /* internal error */
3491 }
3492
Mike Kravetz8531fc62021-11-05 13:41:33 -07003493 for_each_node_mask_to_free(h, nr_nodes, node, nodes_allowed) {
Mike Kravetz5a317412022-04-14 19:13:52 -07003494 list_for_each_entry(page, &h->hugepage_freelists[node], lru) {
3495 if (PageHWPoison(page))
3496 continue;
3497
3498 return demote_free_huge_page(h, page);
Mike Kravetz8531fc62021-11-05 13:41:33 -07003499 }
3500 }
3501
Mike Kravetz5a317412022-04-14 19:13:52 -07003502 /*
3503 * Only way to get here is if all pages on free lists are poisoned.
3504 * Return -EBUSY so that caller will not retry.
3505 */
3506 return -EBUSY;
Mike Kravetz79dfc692021-11-05 13:41:20 -07003507}
3508
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003509#define HSTATE_ATTR_RO(_name) \
3510 static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
3511
Mike Kravetz79dfc692021-11-05 13:41:20 -07003512#define HSTATE_ATTR_WO(_name) \
3513 static struct kobj_attribute _name##_attr = __ATTR_WO(_name)
3514
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003515#define HSTATE_ATTR(_name) \
Miaohe Lin98bc26a2022-03-22 14:45:23 -07003516 static struct kobj_attribute _name##_attr = __ATTR_RW(_name)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003517
3518static struct kobject *hugepages_kobj;
3519static struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
3520
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003521static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp);
3522
3523static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003524{
3525 int i;
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003526
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003527 for (i = 0; i < HUGE_MAX_HSTATE; i++)
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003528 if (hstate_kobjs[i] == kobj) {
3529 if (nidp)
3530 *nidp = NUMA_NO_NODE;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003531 return &hstates[i];
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003532 }
3533
3534 return kobj_to_node_hstate(kobj, nidp);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003535}
3536
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003537static ssize_t nr_hugepages_show_common(struct kobject *kobj,
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003538 struct kobj_attribute *attr, char *buf)
3539{
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003540 struct hstate *h;
3541 unsigned long nr_huge_pages;
3542 int nid;
3543
3544 h = kobj_to_hstate(kobj, &nid);
3545 if (nid == NUMA_NO_NODE)
3546 nr_huge_pages = h->nr_huge_pages;
3547 else
3548 nr_huge_pages = h->nr_huge_pages_node[nid];
3549
Joe Perchesae7a9272020-12-14 19:14:42 -08003550 return sysfs_emit(buf, "%lu\n", nr_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003551}
Eric B Munsonadbe8722011-01-13 15:47:27 -08003552
David Rientjes238d3c12014-08-06 16:06:51 -07003553static ssize_t __nr_hugepages_store_common(bool obey_mempolicy,
3554 struct hstate *h, int nid,
3555 unsigned long count, size_t len)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003556{
3557 int err;
Oscar Salvador2d0adf72019-05-13 17:19:23 -07003558 nodemask_t nodes_allowed, *n_mask;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003559
Oscar Salvador2d0adf72019-05-13 17:19:23 -07003560 if (hstate_is_gigantic(h) && !gigantic_page_runtime_supported())
3561 return -EINVAL;
Eric B Munsonadbe8722011-01-13 15:47:27 -08003562
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003563 if (nid == NUMA_NO_NODE) {
3564 /*
3565 * global hstate attribute
3566 */
3567 if (!(obey_mempolicy &&
Oscar Salvador2d0adf72019-05-13 17:19:23 -07003568 init_nodemask_of_mempolicy(&nodes_allowed)))
3569 n_mask = &node_states[N_MEMORY];
3570 else
3571 n_mask = &nodes_allowed;
3572 } else {
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003573 /*
Mike Kravetzfd875dc2019-05-13 17:19:20 -07003574 * Node specific request. count adjustment happens in
3575 * set_max_huge_pages() after acquiring hugetlb_lock.
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003576 */
Oscar Salvador2d0adf72019-05-13 17:19:23 -07003577 init_nodemask_of_node(&nodes_allowed, nid);
3578 n_mask = &nodes_allowed;
Mike Kravetzfd875dc2019-05-13 17:19:20 -07003579 }
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003580
Oscar Salvador2d0adf72019-05-13 17:19:23 -07003581 err = set_max_huge_pages(h, count, nid, n_mask);
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003582
Alexandre Ghiti4eb07162019-05-13 17:19:04 -07003583 return err ? err : len;
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003584}
3585
David Rientjes238d3c12014-08-06 16:06:51 -07003586static ssize_t nr_hugepages_store_common(bool obey_mempolicy,
3587 struct kobject *kobj, const char *buf,
3588 size_t len)
3589{
3590 struct hstate *h;
3591 unsigned long count;
3592 int nid;
3593 int err;
3594
3595 err = kstrtoul(buf, 10, &count);
3596 if (err)
3597 return err;
3598
3599 h = kobj_to_hstate(kobj, &nid);
3600 return __nr_hugepages_store_common(obey_mempolicy, h, nid, count, len);
3601}
3602
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003603static ssize_t nr_hugepages_show(struct kobject *kobj,
3604 struct kobj_attribute *attr, char *buf)
3605{
3606 return nr_hugepages_show_common(kobj, attr, buf);
3607}
3608
3609static ssize_t nr_hugepages_store(struct kobject *kobj,
3610 struct kobj_attribute *attr, const char *buf, size_t len)
3611{
David Rientjes238d3c12014-08-06 16:06:51 -07003612 return nr_hugepages_store_common(false, kobj, buf, len);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003613}
3614HSTATE_ATTR(nr_hugepages);
3615
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003616#ifdef CONFIG_NUMA
3617
3618/*
3619 * hstate attribute for optionally mempolicy-based constraint on persistent
3620 * huge page alloc/free.
3621 */
3622static ssize_t nr_hugepages_mempolicy_show(struct kobject *kobj,
Joe Perchesae7a9272020-12-14 19:14:42 -08003623 struct kobj_attribute *attr,
3624 char *buf)
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003625{
3626 return nr_hugepages_show_common(kobj, attr, buf);
3627}
3628
3629static ssize_t nr_hugepages_mempolicy_store(struct kobject *kobj,
3630 struct kobj_attribute *attr, const char *buf, size_t len)
3631{
David Rientjes238d3c12014-08-06 16:06:51 -07003632 return nr_hugepages_store_common(true, kobj, buf, len);
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003633}
3634HSTATE_ATTR(nr_hugepages_mempolicy);
3635#endif
3636
3637
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003638static ssize_t nr_overcommit_hugepages_show(struct kobject *kobj,
3639 struct kobj_attribute *attr, char *buf)
3640{
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003641 struct hstate *h = kobj_to_hstate(kobj, NULL);
Joe Perchesae7a9272020-12-14 19:14:42 -08003642 return sysfs_emit(buf, "%lu\n", h->nr_overcommit_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003643}
Eric B Munsonadbe8722011-01-13 15:47:27 -08003644
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003645static ssize_t nr_overcommit_hugepages_store(struct kobject *kobj,
3646 struct kobj_attribute *attr, const char *buf, size_t count)
3647{
3648 int err;
3649 unsigned long input;
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003650 struct hstate *h = kobj_to_hstate(kobj, NULL);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003651
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07003652 if (hstate_is_gigantic(h))
Eric B Munsonadbe8722011-01-13 15:47:27 -08003653 return -EINVAL;
3654
Jingoo Han3dbb95f2013-09-11 14:20:25 -07003655 err = kstrtoul(buf, 10, &input);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003656 if (err)
Eric B Munson73ae31e2011-01-13 15:47:28 -08003657 return err;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003658
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003659 spin_lock_irq(&hugetlb_lock);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003660 h->nr_overcommit_huge_pages = input;
Mike Kravetzdb71ef72021-05-04 18:35:07 -07003661 spin_unlock_irq(&hugetlb_lock);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003662
3663 return count;
3664}
3665HSTATE_ATTR(nr_overcommit_hugepages);
3666
3667static ssize_t free_hugepages_show(struct kobject *kobj,
3668 struct kobj_attribute *attr, char *buf)
3669{
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003670 struct hstate *h;
3671 unsigned long free_huge_pages;
3672 int nid;
3673
3674 h = kobj_to_hstate(kobj, &nid);
3675 if (nid == NUMA_NO_NODE)
3676 free_huge_pages = h->free_huge_pages;
3677 else
3678 free_huge_pages = h->free_huge_pages_node[nid];
3679
Joe Perchesae7a9272020-12-14 19:14:42 -08003680 return sysfs_emit(buf, "%lu\n", free_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003681}
3682HSTATE_ATTR_RO(free_hugepages);
3683
3684static ssize_t resv_hugepages_show(struct kobject *kobj,
3685 struct kobj_attribute *attr, char *buf)
3686{
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003687 struct hstate *h = kobj_to_hstate(kobj, NULL);
Joe Perchesae7a9272020-12-14 19:14:42 -08003688 return sysfs_emit(buf, "%lu\n", h->resv_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003689}
3690HSTATE_ATTR_RO(resv_hugepages);
3691
3692static ssize_t surplus_hugepages_show(struct kobject *kobj,
3693 struct kobj_attribute *attr, char *buf)
3694{
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003695 struct hstate *h;
3696 unsigned long surplus_huge_pages;
3697 int nid;
3698
3699 h = kobj_to_hstate(kobj, &nid);
3700 if (nid == NUMA_NO_NODE)
3701 surplus_huge_pages = h->surplus_huge_pages;
3702 else
3703 surplus_huge_pages = h->surplus_huge_pages_node[nid];
3704
Joe Perchesae7a9272020-12-14 19:14:42 -08003705 return sysfs_emit(buf, "%lu\n", surplus_huge_pages);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003706}
3707HSTATE_ATTR_RO(surplus_hugepages);
3708
Mike Kravetz79dfc692021-11-05 13:41:20 -07003709static ssize_t demote_store(struct kobject *kobj,
3710 struct kobj_attribute *attr, const char *buf, size_t len)
3711{
3712 unsigned long nr_demote;
3713 unsigned long nr_available;
3714 nodemask_t nodes_allowed, *n_mask;
3715 struct hstate *h;
Li zeming8eeda552022-09-05 10:09:18 +08003716 int err;
Mike Kravetz79dfc692021-11-05 13:41:20 -07003717 int nid;
3718
3719 err = kstrtoul(buf, 10, &nr_demote);
3720 if (err)
3721 return err;
3722 h = kobj_to_hstate(kobj, &nid);
3723
3724 if (nid != NUMA_NO_NODE) {
3725 init_nodemask_of_node(&nodes_allowed, nid);
3726 n_mask = &nodes_allowed;
3727 } else {
3728 n_mask = &node_states[N_MEMORY];
3729 }
3730
3731 /* Synchronize with other sysfs operations modifying huge pages */
3732 mutex_lock(&h->resize_lock);
3733 spin_lock_irq(&hugetlb_lock);
3734
3735 while (nr_demote) {
3736 /*
3737 * Check for available pages to demote each time thorough the
3738 * loop as demote_pool_huge_page will drop hugetlb_lock.
Mike Kravetz79dfc692021-11-05 13:41:20 -07003739 */
3740 if (nid != NUMA_NO_NODE)
3741 nr_available = h->free_huge_pages_node[nid];
3742 else
3743 nr_available = h->free_huge_pages;
3744 nr_available -= h->resv_huge_pages;
3745 if (!nr_available)
3746 break;
3747
3748 err = demote_pool_huge_page(h, n_mask);
3749 if (err)
3750 break;
3751
3752 nr_demote--;
3753 }
3754
3755 spin_unlock_irq(&hugetlb_lock);
3756 mutex_unlock(&h->resize_lock);
3757
3758 if (err)
3759 return err;
3760 return len;
3761}
3762HSTATE_ATTR_WO(demote);
3763
3764static ssize_t demote_size_show(struct kobject *kobj,
3765 struct kobj_attribute *attr, char *buf)
3766{
Miaohe Lin12658ab2022-09-01 20:00:26 +08003767 struct hstate *h = kobj_to_hstate(kobj, NULL);
Mike Kravetz79dfc692021-11-05 13:41:20 -07003768 unsigned long demote_size = (PAGE_SIZE << h->demote_order) / SZ_1K;
3769
3770 return sysfs_emit(buf, "%lukB\n", demote_size);
3771}
3772
3773static ssize_t demote_size_store(struct kobject *kobj,
3774 struct kobj_attribute *attr,
3775 const char *buf, size_t count)
3776{
3777 struct hstate *h, *demote_hstate;
3778 unsigned long demote_size;
3779 unsigned int demote_order;
Mike Kravetz79dfc692021-11-05 13:41:20 -07003780
3781 demote_size = (unsigned long)memparse(buf, NULL);
3782
3783 demote_hstate = size_to_hstate(demote_size);
3784 if (!demote_hstate)
3785 return -EINVAL;
3786 demote_order = demote_hstate->order;
Mike Kravetza01f4392021-11-05 13:41:27 -07003787 if (demote_order < HUGETLB_PAGE_ORDER)
3788 return -EINVAL;
Mike Kravetz79dfc692021-11-05 13:41:20 -07003789
3790 /* demote order must be smaller than hstate order */
Miaohe Lin12658ab2022-09-01 20:00:26 +08003791 h = kobj_to_hstate(kobj, NULL);
Mike Kravetz79dfc692021-11-05 13:41:20 -07003792 if (demote_order >= h->order)
3793 return -EINVAL;
3794
3795 /* resize_lock synchronizes access to demote size and writes */
3796 mutex_lock(&h->resize_lock);
3797 h->demote_order = demote_order;
3798 mutex_unlock(&h->resize_lock);
3799
3800 return count;
3801}
3802HSTATE_ATTR(demote_size);
3803
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003804static struct attribute *hstate_attrs[] = {
3805 &nr_hugepages_attr.attr,
3806 &nr_overcommit_hugepages_attr.attr,
3807 &free_hugepages_attr.attr,
3808 &resv_hugepages_attr.attr,
3809 &surplus_hugepages_attr.attr,
Lee Schermerhorn06808b02009-12-14 17:58:21 -08003810#ifdef CONFIG_NUMA
3811 &nr_hugepages_mempolicy_attr.attr,
3812#endif
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003813 NULL,
3814};
3815
Arvind Yadav67e5ed92017-09-06 16:22:06 -07003816static const struct attribute_group hstate_attr_group = {
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003817 .attrs = hstate_attrs,
3818};
3819
Mike Kravetz79dfc692021-11-05 13:41:20 -07003820static struct attribute *hstate_demote_attrs[] = {
3821 &demote_size_attr.attr,
3822 &demote_attr.attr,
3823 NULL,
3824};
3825
3826static const struct attribute_group hstate_demote_attr_group = {
3827 .attrs = hstate_demote_attrs,
3828};
3829
Jeff Mahoney094e9532010-02-02 13:44:14 -08003830static int hugetlb_sysfs_add_hstate(struct hstate *h, struct kobject *parent,
3831 struct kobject **hstate_kobjs,
Arvind Yadav67e5ed92017-09-06 16:22:06 -07003832 const struct attribute_group *hstate_attr_group)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003833{
3834 int retval;
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07003835 int hi = hstate_index(h);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003836
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003837 hstate_kobjs[hi] = kobject_create_and_add(h->name, parent);
3838 if (!hstate_kobjs[hi])
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003839 return -ENOMEM;
3840
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003841 retval = sysfs_create_group(hstate_kobjs[hi], hstate_attr_group);
Miaohe Lincc2205a2021-02-24 12:06:50 -08003842 if (retval) {
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003843 kobject_put(hstate_kobjs[hi]);
Miaohe Lincc2205a2021-02-24 12:06:50 -08003844 hstate_kobjs[hi] = NULL;
Miaohe Lin3a6bdda2022-08-16 21:05:49 +08003845 return retval;
Miaohe Lincc2205a2021-02-24 12:06:50 -08003846 }
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003847
Mike Kravetz79dfc692021-11-05 13:41:20 -07003848 if (h->demote_order) {
Miaohe Lin01088a62022-08-16 21:05:52 +08003849 retval = sysfs_create_group(hstate_kobjs[hi],
3850 &hstate_demote_attr_group);
3851 if (retval) {
Mike Kravetz79dfc692021-11-05 13:41:20 -07003852 pr_warn("HugeTLB unable to create demote interfaces for %s\n", h->name);
Miaohe Lin01088a62022-08-16 21:05:52 +08003853 sysfs_remove_group(hstate_kobjs[hi], hstate_attr_group);
3854 kobject_put(hstate_kobjs[hi]);
3855 hstate_kobjs[hi] = NULL;
3856 return retval;
3857 }
Mike Kravetz79dfc692021-11-05 13:41:20 -07003858 }
3859
Miaohe Lin01088a62022-08-16 21:05:52 +08003860 return 0;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07003861}
3862
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003863#ifdef CONFIG_NUMA
Muchun Songa4a00b42022-09-14 15:26:03 +08003864static bool hugetlb_sysfs_initialized __ro_after_init;
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003865
3866/*
3867 * node_hstate/s - associate per node hstate attributes, via their kobjects,
Kay Sievers10fbcf42011-12-21 14:48:43 -08003868 * with node devices in node_devices[] using a parallel array. The array
3869 * index of a node device or _hstate == node id.
3870 * This is here to avoid any static dependency of the node device driver, in
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003871 * the base kernel, on the hugetlb module.
3872 */
3873struct node_hstate {
3874 struct kobject *hugepages_kobj;
3875 struct kobject *hstate_kobjs[HUGE_MAX_HSTATE];
3876};
Alexander Kuleshovb4e289a2015-11-05 18:50:14 -08003877static struct node_hstate node_hstates[MAX_NUMNODES];
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003878
3879/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08003880 * A subset of global hstate attributes for node devices
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003881 */
3882static struct attribute *per_node_hstate_attrs[] = {
3883 &nr_hugepages_attr.attr,
3884 &free_hugepages_attr.attr,
3885 &surplus_hugepages_attr.attr,
3886 NULL,
3887};
3888
Arvind Yadav67e5ed92017-09-06 16:22:06 -07003889static const struct attribute_group per_node_hstate_attr_group = {
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003890 .attrs = per_node_hstate_attrs,
3891};
3892
3893/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08003894 * kobj_to_node_hstate - lookup global hstate for node device hstate attr kobj.
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003895 * Returns node id via non-NULL nidp.
3896 */
3897static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
3898{
3899 int nid;
3900
3901 for (nid = 0; nid < nr_node_ids; nid++) {
3902 struct node_hstate *nhs = &node_hstates[nid];
3903 int i;
3904 for (i = 0; i < HUGE_MAX_HSTATE; i++)
3905 if (nhs->hstate_kobjs[i] == kobj) {
3906 if (nidp)
3907 *nidp = nid;
3908 return &hstates[i];
3909 }
3910 }
3911
3912 BUG();
3913 return NULL;
3914}
3915
3916/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08003917 * Unregister hstate attributes from a single node device.
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003918 * No-op if no hstate attributes attached.
3919 */
Muchun Songa4a00b42022-09-14 15:26:03 +08003920void hugetlb_unregister_node(struct node *node)
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003921{
3922 struct hstate *h;
Kay Sievers10fbcf42011-12-21 14:48:43 -08003923 struct node_hstate *nhs = &node_hstates[node->dev.id];
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003924
3925 if (!nhs->hugepages_kobj)
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08003926 return; /* no hstate attributes */
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003927
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07003928 for_each_hstate(h) {
3929 int idx = hstate_index(h);
Miaohe Lin01088a62022-08-16 21:05:52 +08003930 struct kobject *hstate_kobj = nhs->hstate_kobjs[idx];
3931
3932 if (!hstate_kobj)
3933 continue;
3934 if (h->demote_order)
3935 sysfs_remove_group(hstate_kobj, &hstate_demote_attr_group);
3936 sysfs_remove_group(hstate_kobj, &per_node_hstate_attr_group);
3937 kobject_put(hstate_kobj);
3938 nhs->hstate_kobjs[idx] = NULL;
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07003939 }
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003940
3941 kobject_put(nhs->hugepages_kobj);
3942 nhs->hugepages_kobj = NULL;
3943}
3944
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003945
3946/*
Kay Sievers10fbcf42011-12-21 14:48:43 -08003947 * Register hstate attributes for a single node device.
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003948 * No-op if attributes already registered.
3949 */
Muchun Songa4a00b42022-09-14 15:26:03 +08003950void hugetlb_register_node(struct node *node)
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003951{
3952 struct hstate *h;
Kay Sievers10fbcf42011-12-21 14:48:43 -08003953 struct node_hstate *nhs = &node_hstates[node->dev.id];
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003954 int err;
3955
Muchun Songa4a00b42022-09-14 15:26:03 +08003956 if (!hugetlb_sysfs_initialized)
3957 return;
3958
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003959 if (nhs->hugepages_kobj)
3960 return; /* already allocated */
3961
3962 nhs->hugepages_kobj = kobject_create_and_add("hugepages",
Kay Sievers10fbcf42011-12-21 14:48:43 -08003963 &node->dev.kobj);
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003964 if (!nhs->hugepages_kobj)
3965 return;
3966
3967 for_each_hstate(h) {
3968 err = hugetlb_sysfs_add_hstate(h, nhs->hugepages_kobj,
3969 nhs->hstate_kobjs,
3970 &per_node_hstate_attr_group);
3971 if (err) {
Mike Kravetz282f4212020-06-03 16:00:46 -07003972 pr_err("HugeTLB: Unable to add hstate %s for node %d\n",
Andrew Mortonffb22af2013-02-22 16:32:08 -08003973 h->name, node->dev.id);
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003974 hugetlb_unregister_node(node);
3975 break;
3976 }
3977 }
3978}
3979
3980/*
Lee Schermerhorn9b5e5d02009-12-14 17:58:32 -08003981 * hugetlb init time: register hstate attributes for all registered node
Kay Sievers10fbcf42011-12-21 14:48:43 -08003982 * devices of nodes that have memory. All on-line nodes should have
3983 * registered their associated device by this time.
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003984 */
Luiz Capitulino7d9ca002014-12-12 16:55:24 -08003985static void __init hugetlb_register_all_nodes(void)
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003986{
3987 int nid;
3988
Muchun Songa4a00b42022-09-14 15:26:03 +08003989 for_each_online_node(nid)
Muchun Songb958d4d2022-09-14 15:26:02 +08003990 hugetlb_register_node(node_devices[nid]);
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08003991}
3992#else /* !CONFIG_NUMA */
3993
3994static struct hstate *kobj_to_node_hstate(struct kobject *kobj, int *nidp)
3995{
3996 BUG();
3997 if (nidp)
3998 *nidp = -1;
3999 return NULL;
4000}
4001
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08004002static void hugetlb_register_all_nodes(void) { }
4003
4004#endif
4005
Miaohe Lin263b8992022-09-01 20:00:21 +08004006#ifdef CONFIG_CMA
4007static void __init hugetlb_cma_check(void);
4008#else
4009static inline __init void hugetlb_cma_check(void)
4010{
4011}
4012#endif
4013
Muchun Songa4a00b42022-09-14 15:26:03 +08004014static void __init hugetlb_sysfs_init(void)
4015{
4016 struct hstate *h;
4017 int err;
4018
4019 hugepages_kobj = kobject_create_and_add("hugepages", mm_kobj);
4020 if (!hugepages_kobj)
4021 return;
4022
4023 for_each_hstate(h) {
4024 err = hugetlb_sysfs_add_hstate(h, hugepages_kobj,
4025 hstate_kobjs, &hstate_attr_group);
4026 if (err)
4027 pr_err("HugeTLB: Unable to add hstate %s", h->name);
4028 }
4029
4030#ifdef CONFIG_NUMA
4031 hugetlb_sysfs_initialized = true;
4032#endif
4033 hugetlb_register_all_nodes();
4034}
4035
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004036static int __init hugetlb_init(void)
4037{
Davidlohr Bueso8382d912014-04-03 14:47:31 -07004038 int i;
4039
Mike Kravetzd6995da2021-02-24 12:08:51 -08004040 BUILD_BUG_ON(sizeof_field(struct page, private) * BITS_PER_BYTE <
4041 __NR_HPAGEFLAGS);
4042
Mike Kravetzc2833a52020-06-03 16:00:50 -07004043 if (!hugepages_supported()) {
4044 if (hugetlb_max_hstate || default_hstate_max_huge_pages)
4045 pr_warn("HugeTLB: huge pages not supported, ignoring associated command-line parameters\n");
Benjamin Herrenschmidt0ef89d22008-07-31 00:07:30 -07004046 return 0;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004047 }
Vaishali Thakkarf8b74812016-02-17 13:11:26 -08004048
Mike Kravetz282f4212020-06-03 16:00:46 -07004049 /*
4050 * Make sure HPAGE_SIZE (HUGETLB_PAGE_ORDER) hstate exists. Some
4051 * architectures depend on setup being done here.
4052 */
4053 hugetlb_add_hstate(HUGETLB_PAGE_ORDER);
4054 if (!parsed_default_hugepagesz) {
4055 /*
4056 * If we did not parse a default huge page size, set
4057 * default_hstate_idx to HPAGE_SIZE hstate. And, if the
4058 * number of huge pages for this default size was implicitly
4059 * specified, set that here as well.
4060 * Note that the implicit setting will overwrite an explicit
4061 * setting. A warning will be printed in this case.
4062 */
4063 default_hstate_idx = hstate_index(size_to_hstate(HPAGE_SIZE));
4064 if (default_hstate_max_huge_pages) {
4065 if (default_hstate.max_huge_pages) {
4066 char buf[32];
Andi Kleenaa888a72008-07-23 21:27:47 -07004067
Mike Kravetz282f4212020-06-03 16:00:46 -07004068 string_get_size(huge_page_size(&default_hstate),
4069 1, STRING_UNITS_2, buf, 32);
4070 pr_warn("HugeTLB: Ignoring hugepages=%lu associated with %s page size\n",
4071 default_hstate.max_huge_pages, buf);
4072 pr_warn("HugeTLB: Using hugepages=%lu for number of default huge pages\n",
4073 default_hstate_max_huge_pages);
4074 }
4075 default_hstate.max_huge_pages =
4076 default_hstate_max_huge_pages;
Zhenguo Yaob5389082021-11-05 13:43:28 -07004077
Peng Liu0a7a0f62022-04-29 14:36:57 -07004078 for_each_online_node(i)
Zhenguo Yaob5389082021-11-05 13:43:28 -07004079 default_hstate.max_huge_pages_node[i] =
4080 default_hugepages_in_node[i];
Mike Kravetz282f4212020-06-03 16:00:46 -07004081 }
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004082 }
Andi Kleenaa888a72008-07-23 21:27:47 -07004083
Roman Gushchincf11e852020-04-10 14:32:45 -07004084 hugetlb_cma_check();
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004085 hugetlb_init_hstates();
Andi Kleenaa888a72008-07-23 21:27:47 -07004086 gather_bootmem_prealloc();
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004087 report_hugepages();
4088
4089 hugetlb_sysfs_init();
Jianguo Wu7179e7b2012-12-18 14:23:19 -08004090 hugetlb_cgroup_file_init();
Lee Schermerhorn9a3052302009-12-14 17:58:25 -08004091
Davidlohr Bueso8382d912014-04-03 14:47:31 -07004092#ifdef CONFIG_SMP
4093 num_fault_mutexes = roundup_pow_of_two(8 * num_possible_cpus());
4094#else
4095 num_fault_mutexes = 1;
4096#endif
Mike Kravetzc672c7f2015-09-08 15:01:35 -07004097 hugetlb_fault_mutex_table =
Kees Cook6da2ec52018-06-12 13:55:00 -07004098 kmalloc_array(num_fault_mutexes, sizeof(struct mutex),
4099 GFP_KERNEL);
Mike Kravetzc672c7f2015-09-08 15:01:35 -07004100 BUG_ON(!hugetlb_fault_mutex_table);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07004101
4102 for (i = 0; i < num_fault_mutexes; i++)
Mike Kravetzc672c7f2015-09-08 15:01:35 -07004103 mutex_init(&hugetlb_fault_mutex_table[i]);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004104 return 0;
4105}
Paul Gortmaker3e89e1c2016-01-14 15:21:52 -08004106subsys_initcall(hugetlb_init);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004107
Mike Kravetzae94da82020-06-03 16:00:34 -07004108/* Overwritten by architectures with more huge page sizes */
4109bool __init __attribute((weak)) arch_hugetlb_valid_size(unsigned long size)
Vaishali Thakkar9fee0212016-05-19 17:11:04 -07004110{
Mike Kravetzae94da82020-06-03 16:00:34 -07004111 return size == HPAGE_SIZE;
Vaishali Thakkar9fee0212016-05-19 17:11:04 -07004112}
4113
Kirill A. Shutemovd00181b2015-11-06 16:29:57 -08004114void __init hugetlb_add_hstate(unsigned int order)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004115{
4116 struct hstate *h;
Andi Kleen8faa8b02008-07-23 21:27:48 -07004117 unsigned long i;
4118
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004119 if (size_to_hstate(PAGE_SIZE << order)) {
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004120 return;
4121 }
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07004122 BUG_ON(hugetlb_max_hstate >= HUGE_MAX_HSTATE);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004123 BUG_ON(order == 0);
Aneesh Kumar K.V47d38342012-07-31 16:41:54 -07004124 h = &hstates[hugetlb_max_hstate++];
Mike Kravetz29383962021-05-04 18:34:52 -07004125 mutex_init(&h->resize_lock);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004126 h->order = order;
Miaohe Linaca78302021-02-24 12:07:46 -08004127 h->mask = ~(huge_page_size(h) - 1);
Andi Kleen8faa8b02008-07-23 21:27:48 -07004128 for (i = 0; i < MAX_NUMNODES; ++i)
4129 INIT_LIST_HEAD(&h->hugepage_freelists[i]);
Aneesh Kumar K.V0edaecf2012-07-31 16:42:07 -07004130 INIT_LIST_HEAD(&h->hugepage_activelist);
Andrew Morton54f18d32016-05-19 17:11:40 -07004131 h->next_nid_to_alloc = first_memory_node;
4132 h->next_nid_to_free = first_memory_node;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004133 snprintf(h->name, HSTATE_NAME_LEN, "hugepages-%lukB",
Miaohe Linc2c3a602022-09-01 20:00:22 +08004134 huge_page_size(h)/SZ_1K);
Andi Kleen8faa8b02008-07-23 21:27:48 -07004135
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004136 parsed_hstate = h;
4137}
4138
Zhenguo Yaob5389082021-11-05 13:43:28 -07004139bool __init __weak hugetlb_node_alloc_supported(void)
4140{
4141 return true;
4142}
Peng Liuf87442f2022-04-29 14:36:57 -07004143
4144static void __init hugepages_clear_pages_in_node(void)
4145{
4146 if (!hugetlb_max_hstate) {
4147 default_hstate_max_huge_pages = 0;
4148 memset(default_hugepages_in_node, 0,
Miaohe Lin10395682022-09-01 20:00:24 +08004149 sizeof(default_hugepages_in_node));
Peng Liuf87442f2022-04-29 14:36:57 -07004150 } else {
4151 parsed_hstate->max_huge_pages = 0;
4152 memset(parsed_hstate->max_huge_pages_node, 0,
Miaohe Lin10395682022-09-01 20:00:24 +08004153 sizeof(parsed_hstate->max_huge_pages_node));
Peng Liuf87442f2022-04-29 14:36:57 -07004154 }
4155}
4156
Mike Kravetz282f4212020-06-03 16:00:46 -07004157/*
4158 * hugepages command line processing
4159 * hugepages normally follows a valid hugepagsz or default_hugepagsz
4160 * specification. If not, ignore the hugepages value. hugepages can also
4161 * be the first huge page command line option in which case it implicitly
4162 * specifies the number of huge pages for the default size.
4163 */
4164static int __init hugepages_setup(char *s)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004165{
4166 unsigned long *mhp;
Andi Kleen8faa8b02008-07-23 21:27:48 -07004167 static unsigned long *last_mhp;
Zhenguo Yaob5389082021-11-05 13:43:28 -07004168 int node = NUMA_NO_NODE;
4169 int count;
4170 unsigned long tmp;
4171 char *p = s;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004172
Vaishali Thakkar9fee0212016-05-19 17:11:04 -07004173 if (!parsed_valid_hugepagesz) {
Mike Kravetz282f4212020-06-03 16:00:46 -07004174 pr_warn("HugeTLB: hugepages=%s does not follow a valid hugepagesz, ignoring\n", s);
Vaishali Thakkar9fee0212016-05-19 17:11:04 -07004175 parsed_valid_hugepagesz = true;
Peng Liuf81f6e42022-04-29 14:36:57 -07004176 return 1;
Vaishali Thakkar9fee0212016-05-19 17:11:04 -07004177 }
Mike Kravetz282f4212020-06-03 16:00:46 -07004178
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004179 /*
Mike Kravetz282f4212020-06-03 16:00:46 -07004180 * !hugetlb_max_hstate means we haven't parsed a hugepagesz= parameter
4181 * yet, so this hugepages= parameter goes to the "default hstate".
4182 * Otherwise, it goes with the previously parsed hugepagesz or
4183 * default_hugepagesz.
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004184 */
Vaishali Thakkar9fee0212016-05-19 17:11:04 -07004185 else if (!hugetlb_max_hstate)
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004186 mhp = &default_hstate_max_huge_pages;
4187 else
4188 mhp = &parsed_hstate->max_huge_pages;
4189
Andi Kleen8faa8b02008-07-23 21:27:48 -07004190 if (mhp == last_mhp) {
Mike Kravetz282f4212020-06-03 16:00:46 -07004191 pr_warn("HugeTLB: hugepages= specified twice without interleaving hugepagesz=, ignoring hugepages=%s\n", s);
Peng Liuf81f6e42022-04-29 14:36:57 -07004192 return 1;
Andi Kleen8faa8b02008-07-23 21:27:48 -07004193 }
4194
Zhenguo Yaob5389082021-11-05 13:43:28 -07004195 while (*p) {
4196 count = 0;
4197 if (sscanf(p, "%lu%n", &tmp, &count) != 1)
4198 goto invalid;
4199 /* Parameter is node format */
4200 if (p[count] == ':') {
4201 if (!hugetlb_node_alloc_supported()) {
4202 pr_warn("HugeTLB: architecture can't support node specific alloc, ignoring!\n");
Peng Liuf81f6e42022-04-29 14:36:57 -07004203 return 1;
Zhenguo Yaob5389082021-11-05 13:43:28 -07004204 }
Peng Liu0a7a0f62022-04-29 14:36:57 -07004205 if (tmp >= MAX_NUMNODES || !node_online(tmp))
Liu Yuntaoe79ce982022-02-25 19:11:02 -08004206 goto invalid;
Peng Liu0a7a0f62022-04-29 14:36:57 -07004207 node = array_index_nospec(tmp, MAX_NUMNODES);
Zhenguo Yaob5389082021-11-05 13:43:28 -07004208 p += count + 1;
Zhenguo Yaob5389082021-11-05 13:43:28 -07004209 /* Parse hugepages */
4210 if (sscanf(p, "%lu%n", &tmp, &count) != 1)
4211 goto invalid;
4212 if (!hugetlb_max_hstate)
4213 default_hugepages_in_node[node] = tmp;
4214 else
4215 parsed_hstate->max_huge_pages_node[node] = tmp;
4216 *mhp += tmp;
4217 /* Go to parse next node*/
4218 if (p[count] == ',')
4219 p += count + 1;
4220 else
4221 break;
4222 } else {
4223 if (p != s)
4224 goto invalid;
4225 *mhp = tmp;
4226 break;
4227 }
4228 }
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004229
Andi Kleen8faa8b02008-07-23 21:27:48 -07004230 /*
4231 * Global state is always initialized later in hugetlb_init.
Miaohe Lin04adbc32021-05-04 18:33:22 -07004232 * But we need to allocate gigantic hstates here early to still
Andi Kleen8faa8b02008-07-23 21:27:48 -07004233 * use the bootmem allocator.
4234 */
Miaohe Lin04adbc32021-05-04 18:33:22 -07004235 if (hugetlb_max_hstate && hstate_is_gigantic(parsed_hstate))
Andi Kleen8faa8b02008-07-23 21:27:48 -07004236 hugetlb_hstate_alloc_pages(parsed_hstate);
4237
4238 last_mhp = mhp;
4239
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004240 return 1;
Zhenguo Yaob5389082021-11-05 13:43:28 -07004241
4242invalid:
4243 pr_warn("HugeTLB: Invalid hugepages parameter %s\n", p);
Peng Liuf87442f2022-04-29 14:36:57 -07004244 hugepages_clear_pages_in_node();
Peng Liuf81f6e42022-04-29 14:36:57 -07004245 return 1;
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004246}
Mike Kravetz282f4212020-06-03 16:00:46 -07004247__setup("hugepages=", hugepages_setup);
Nick Piggine11bfbf2008-07-23 21:27:52 -07004248
Mike Kravetz282f4212020-06-03 16:00:46 -07004249/*
4250 * hugepagesz command line processing
4251 * A specific huge page size can only be specified once with hugepagesz.
4252 * hugepagesz is followed by hugepages on the command line. The global
4253 * variable 'parsed_valid_hugepagesz' is used to determine if prior
4254 * hugepagesz argument was valid.
4255 */
Mike Kravetz359f2542020-06-03 16:00:38 -07004256static int __init hugepagesz_setup(char *s)
Nick Piggine11bfbf2008-07-23 21:27:52 -07004257{
Mike Kravetz359f2542020-06-03 16:00:38 -07004258 unsigned long size;
Mike Kravetz282f4212020-06-03 16:00:46 -07004259 struct hstate *h;
4260
4261 parsed_valid_hugepagesz = false;
Mike Kravetz359f2542020-06-03 16:00:38 -07004262 size = (unsigned long)memparse(s, NULL);
4263
4264 if (!arch_hugetlb_valid_size(size)) {
Mike Kravetz282f4212020-06-03 16:00:46 -07004265 pr_err("HugeTLB: unsupported hugepagesz=%s\n", s);
Peng Liuf81f6e42022-04-29 14:36:57 -07004266 return 1;
Mike Kravetz359f2542020-06-03 16:00:38 -07004267 }
4268
Mike Kravetz282f4212020-06-03 16:00:46 -07004269 h = size_to_hstate(size);
4270 if (h) {
4271 /*
4272 * hstate for this size already exists. This is normally
4273 * an error, but is allowed if the existing hstate is the
4274 * default hstate. More specifically, it is only allowed if
4275 * the number of huge pages for the default hstate was not
4276 * previously specified.
4277 */
4278 if (!parsed_default_hugepagesz || h != &default_hstate ||
4279 default_hstate.max_huge_pages) {
4280 pr_warn("HugeTLB: hugepagesz=%s specified twice, ignoring\n", s);
Peng Liuf81f6e42022-04-29 14:36:57 -07004281 return 1;
Mike Kravetz282f4212020-06-03 16:00:46 -07004282 }
4283
4284 /*
4285 * No need to call hugetlb_add_hstate() as hstate already
4286 * exists. But, do set parsed_hstate so that a following
4287 * hugepages= parameter will be applied to this hstate.
4288 */
4289 parsed_hstate = h;
4290 parsed_valid_hugepagesz = true;
4291 return 1;
Mike Kravetz38237832020-06-03 16:00:42 -07004292 }
4293
Mike Kravetz359f2542020-06-03 16:00:38 -07004294 hugetlb_add_hstate(ilog2(size) - PAGE_SHIFT);
Mike Kravetz282f4212020-06-03 16:00:46 -07004295 parsed_valid_hugepagesz = true;
Nick Piggine11bfbf2008-07-23 21:27:52 -07004296 return 1;
4297}
Mike Kravetz359f2542020-06-03 16:00:38 -07004298__setup("hugepagesz=", hugepagesz_setup);
4299
Mike Kravetz282f4212020-06-03 16:00:46 -07004300/*
4301 * default_hugepagesz command line input
4302 * Only one instance of default_hugepagesz allowed on command line.
4303 */
Mike Kravetzae94da82020-06-03 16:00:34 -07004304static int __init default_hugepagesz_setup(char *s)
Nick Piggine11bfbf2008-07-23 21:27:52 -07004305{
Mike Kravetzae94da82020-06-03 16:00:34 -07004306 unsigned long size;
Zhenguo Yaob5389082021-11-05 13:43:28 -07004307 int i;
Mike Kravetzae94da82020-06-03 16:00:34 -07004308
Mike Kravetz282f4212020-06-03 16:00:46 -07004309 parsed_valid_hugepagesz = false;
Mike Kravetz282f4212020-06-03 16:00:46 -07004310 if (parsed_default_hugepagesz) {
4311 pr_err("HugeTLB: default_hugepagesz previously specified, ignoring %s\n", s);
Peng Liuf81f6e42022-04-29 14:36:57 -07004312 return 1;
Mike Kravetz282f4212020-06-03 16:00:46 -07004313 }
4314
4315 size = (unsigned long)memparse(s, NULL);
4316
4317 if (!arch_hugetlb_valid_size(size)) {
4318 pr_err("HugeTLB: unsupported default_hugepagesz=%s\n", s);
Peng Liuf81f6e42022-04-29 14:36:57 -07004319 return 1;
Mike Kravetz282f4212020-06-03 16:00:46 -07004320 }
4321
4322 hugetlb_add_hstate(ilog2(size) - PAGE_SHIFT);
4323 parsed_valid_hugepagesz = true;
4324 parsed_default_hugepagesz = true;
4325 default_hstate_idx = hstate_index(size_to_hstate(size));
4326
4327 /*
4328 * The number of default huge pages (for this size) could have been
4329 * specified as the first hugetlb parameter: hugepages=X. If so,
4330 * then default_hstate_max_huge_pages is set. If the default huge
4331 * page size is gigantic (>= MAX_ORDER), then the pages must be
4332 * allocated here from bootmem allocator.
4333 */
4334 if (default_hstate_max_huge_pages) {
4335 default_hstate.max_huge_pages = default_hstate_max_huge_pages;
Peng Liu0a7a0f62022-04-29 14:36:57 -07004336 for_each_online_node(i)
Zhenguo Yaob5389082021-11-05 13:43:28 -07004337 default_hstate.max_huge_pages_node[i] =
4338 default_hugepages_in_node[i];
Mike Kravetz282f4212020-06-03 16:00:46 -07004339 if (hstate_is_gigantic(&default_hstate))
4340 hugetlb_hstate_alloc_pages(&default_hstate);
4341 default_hstate_max_huge_pages = 0;
4342 }
4343
Nick Piggine11bfbf2008-07-23 21:27:52 -07004344 return 1;
4345}
Mike Kravetzae94da82020-06-03 16:00:34 -07004346__setup("default_hugepagesz=", default_hugepagesz_setup);
Nishanth Aravamudana3437872008-07-23 21:27:44 -07004347
Feng Tangd2226eb2022-08-05 08:59:03 +08004348static nodemask_t *policy_mbind_nodemask(gfp_t gfp)
4349{
4350#ifdef CONFIG_NUMA
4351 struct mempolicy *mpol = get_task_policy(current);
4352
4353 /*
4354 * Only enforce MPOL_BIND policy which overlaps with cpuset policy
4355 * (from policy_nodemask) specifically for hugetlb case
4356 */
4357 if (mpol->mode == MPOL_BIND &&
4358 (apply_policy_zone(mpol, gfp_zone(gfp)) &&
4359 cpuset_nodemask_valid_mems_allowed(&mpol->nodes)))
4360 return &mpol->nodes;
4361#endif
4362 return NULL;
4363}
4364
Muchun Song8ca39e62020-08-11 18:30:32 -07004365static unsigned int allowed_mems_nr(struct hstate *h)
Nishanth Aravamudan8a213462008-07-25 19:44:37 -07004366{
4367 int node;
4368 unsigned int nr = 0;
Feng Tangd2226eb2022-08-05 08:59:03 +08004369 nodemask_t *mbind_nodemask;
Muchun Song8ca39e62020-08-11 18:30:32 -07004370 unsigned int *array = h->free_huge_pages_node;
4371 gfp_t gfp_mask = htlb_alloc_mask(h);
Nishanth Aravamudan8a213462008-07-25 19:44:37 -07004372
Feng Tangd2226eb2022-08-05 08:59:03 +08004373 mbind_nodemask = policy_mbind_nodemask(gfp_mask);
Muchun Song8ca39e62020-08-11 18:30:32 -07004374 for_each_node_mask(node, cpuset_current_mems_allowed) {
Feng Tangd2226eb2022-08-05 08:59:03 +08004375 if (!mbind_nodemask || node_isset(node, *mbind_nodemask))
Muchun Song8ca39e62020-08-11 18:30:32 -07004376 nr += array[node];
4377 }
Nishanth Aravamudan8a213462008-07-25 19:44:37 -07004378
4379 return nr;
4380}
4381
4382#ifdef CONFIG_SYSCTL
Muchun Song17743792020-09-04 16:36:13 -07004383static int proc_hugetlb_doulongvec_minmax(struct ctl_table *table, int write,
4384 void *buffer, size_t *length,
4385 loff_t *ppos, unsigned long *out)
4386{
4387 struct ctl_table dup_table;
4388
4389 /*
4390 * In order to avoid races with __do_proc_doulongvec_minmax(), we
4391 * can duplicate the @table and alter the duplicate of it.
4392 */
4393 dup_table = *table;
4394 dup_table.data = out;
4395
4396 return proc_doulongvec_minmax(&dup_table, write, buffer, length, ppos);
4397}
4398
Lee Schermerhorn06808b02009-12-14 17:58:21 -08004399static int hugetlb_sysctl_handler_common(bool obey_mempolicy,
4400 struct ctl_table *table, int write,
Christoph Hellwig32927392020-04-24 08:43:38 +02004401 void *buffer, size_t *length, loff_t *ppos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402{
Andi Kleene5ff2152008-07-23 21:27:42 -07004403 struct hstate *h = &default_hstate;
David Rientjes238d3c12014-08-06 16:06:51 -07004404 unsigned long tmp = h->max_huge_pages;
Michal Hocko08d4a242011-01-13 15:47:26 -08004405 int ret;
Andi Kleene5ff2152008-07-23 21:27:42 -07004406
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07004407 if (!hugepages_supported())
Jan Stancek86613622016-03-09 14:08:35 -08004408 return -EOPNOTSUPP;
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07004409
Muchun Song17743792020-09-04 16:36:13 -07004410 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos,
4411 &tmp);
Michal Hocko08d4a242011-01-13 15:47:26 -08004412 if (ret)
4413 goto out;
Andi Kleene5ff2152008-07-23 21:27:42 -07004414
David Rientjes238d3c12014-08-06 16:06:51 -07004415 if (write)
4416 ret = __nr_hugepages_store_common(obey_mempolicy, h,
4417 NUMA_NO_NODE, tmp, *length);
Michal Hocko08d4a242011-01-13 15:47:26 -08004418out:
4419 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004420}
Mel Gorman396faf02007-07-17 04:03:13 -07004421
Lee Schermerhorn06808b02009-12-14 17:58:21 -08004422int hugetlb_sysctl_handler(struct ctl_table *table, int write,
Christoph Hellwig32927392020-04-24 08:43:38 +02004423 void *buffer, size_t *length, loff_t *ppos)
Lee Schermerhorn06808b02009-12-14 17:58:21 -08004424{
4425
4426 return hugetlb_sysctl_handler_common(false, table, write,
4427 buffer, length, ppos);
4428}
4429
4430#ifdef CONFIG_NUMA
4431int hugetlb_mempolicy_sysctl_handler(struct ctl_table *table, int write,
Christoph Hellwig32927392020-04-24 08:43:38 +02004432 void *buffer, size_t *length, loff_t *ppos)
Lee Schermerhorn06808b02009-12-14 17:58:21 -08004433{
4434 return hugetlb_sysctl_handler_common(true, table, write,
4435 buffer, length, ppos);
4436}
4437#endif /* CONFIG_NUMA */
4438
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08004439int hugetlb_overcommit_handler(struct ctl_table *table, int write,
Christoph Hellwig32927392020-04-24 08:43:38 +02004440 void *buffer, size_t *length, loff_t *ppos)
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08004441{
Andi Kleena5516432008-07-23 21:27:41 -07004442 struct hstate *h = &default_hstate;
Andi Kleene5ff2152008-07-23 21:27:42 -07004443 unsigned long tmp;
Michal Hocko08d4a242011-01-13 15:47:26 -08004444 int ret;
Andi Kleene5ff2152008-07-23 21:27:42 -07004445
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07004446 if (!hugepages_supported())
Jan Stancek86613622016-03-09 14:08:35 -08004447 return -EOPNOTSUPP;
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07004448
Petr Holasekc033a932011-03-22 16:33:05 -07004449 tmp = h->nr_overcommit_huge_pages;
Andi Kleene5ff2152008-07-23 21:27:42 -07004450
Luiz Capitulinobae7f4a2014-06-04 16:07:08 -07004451 if (write && hstate_is_gigantic(h))
Eric B Munsonadbe8722011-01-13 15:47:27 -08004452 return -EINVAL;
4453
Muchun Song17743792020-09-04 16:36:13 -07004454 ret = proc_hugetlb_doulongvec_minmax(table, write, buffer, length, ppos,
4455 &tmp);
Michal Hocko08d4a242011-01-13 15:47:26 -08004456 if (ret)
4457 goto out;
Andi Kleene5ff2152008-07-23 21:27:42 -07004458
4459 if (write) {
Mike Kravetzdb71ef72021-05-04 18:35:07 -07004460 spin_lock_irq(&hugetlb_lock);
Andi Kleene5ff2152008-07-23 21:27:42 -07004461 h->nr_overcommit_huge_pages = tmp;
Mike Kravetzdb71ef72021-05-04 18:35:07 -07004462 spin_unlock_irq(&hugetlb_lock);
Andi Kleene5ff2152008-07-23 21:27:42 -07004463 }
Michal Hocko08d4a242011-01-13 15:47:26 -08004464out:
4465 return ret;
Nishanth Aravamudana3d0c6a2008-02-08 04:18:18 -08004466}
4467
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468#endif /* CONFIG_SYSCTL */
4469
Alexey Dobriyane1759c22008-10-15 23:50:22 +04004470void hugetlb_report_meminfo(struct seq_file *m)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004471{
Roman Gushchinfcb2b0c2018-01-31 16:16:22 -08004472 struct hstate *h;
4473 unsigned long total = 0;
4474
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07004475 if (!hugepages_supported())
4476 return;
Roman Gushchinfcb2b0c2018-01-31 16:16:22 -08004477
4478 for_each_hstate(h) {
4479 unsigned long count = h->nr_huge_pages;
4480
Miaohe Linaca78302021-02-24 12:07:46 -08004481 total += huge_page_size(h) * count;
Roman Gushchinfcb2b0c2018-01-31 16:16:22 -08004482
4483 if (h == &default_hstate)
4484 seq_printf(m,
4485 "HugePages_Total: %5lu\n"
4486 "HugePages_Free: %5lu\n"
4487 "HugePages_Rsvd: %5lu\n"
4488 "HugePages_Surp: %5lu\n"
4489 "Hugepagesize: %8lu kB\n",
4490 count,
4491 h->free_huge_pages,
4492 h->resv_huge_pages,
4493 h->surplus_huge_pages,
Miaohe Linaca78302021-02-24 12:07:46 -08004494 huge_page_size(h) / SZ_1K);
Roman Gushchinfcb2b0c2018-01-31 16:16:22 -08004495 }
4496
Miaohe Linaca78302021-02-24 12:07:46 -08004497 seq_printf(m, "Hugetlb: %8lu kB\n", total / SZ_1K);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004498}
4499
Joe Perches79815932020-09-16 13:40:43 -07004500int hugetlb_report_node_meminfo(char *buf, int len, int nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501{
Andi Kleena5516432008-07-23 21:27:41 -07004502 struct hstate *h = &default_hstate;
Joe Perches79815932020-09-16 13:40:43 -07004503
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07004504 if (!hugepages_supported())
4505 return 0;
Joe Perches79815932020-09-16 13:40:43 -07004506
4507 return sysfs_emit_at(buf, len,
4508 "Node %d HugePages_Total: %5u\n"
4509 "Node %d HugePages_Free: %5u\n"
4510 "Node %d HugePages_Surp: %5u\n",
4511 nid, h->nr_huge_pages_node[nid],
4512 nid, h->free_huge_pages_node[nid],
4513 nid, h->surplus_huge_pages_node[nid]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514}
4515
Gang Lidcadcf12022-07-06 11:46:54 +08004516void hugetlb_show_meminfo_node(int nid)
David Rientjes949f7ec2013-04-29 15:07:48 -07004517{
4518 struct hstate *h;
David Rientjes949f7ec2013-04-29 15:07:48 -07004519
Nishanth Aravamudan457c1b22014-05-06 12:50:00 -07004520 if (!hugepages_supported())
4521 return;
4522
Gang Lidcadcf12022-07-06 11:46:54 +08004523 for_each_hstate(h)
4524 printk("Node %d hugepages_total=%u hugepages_free=%u hugepages_surp=%u hugepages_size=%lukB\n",
4525 nid,
4526 h->nr_huge_pages_node[nid],
4527 h->free_huge_pages_node[nid],
4528 h->surplus_huge_pages_node[nid],
4529 huge_page_size(h) / SZ_1K);
David Rientjes949f7ec2013-04-29 15:07:48 -07004530}
4531
Naoya Horiguchi5d317b22015-11-05 18:47:14 -08004532void hugetlb_report_usage(struct seq_file *m, struct mm_struct *mm)
4533{
4534 seq_printf(m, "HugetlbPages:\t%8lu kB\n",
4535 atomic_long_read(&mm->hugetlb_usage) << (PAGE_SHIFT - 10));
4536}
4537
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538/* Return the number pages of memory we physically have, in PAGE_SIZE units. */
4539unsigned long hugetlb_total_pages(void)
4540{
Wanpeng Lid0028582013-03-22 15:04:40 -07004541 struct hstate *h;
4542 unsigned long nr_total_pages = 0;
4543
4544 for_each_hstate(h)
4545 nr_total_pages += h->nr_huge_pages * pages_per_huge_page(h);
4546 return nr_total_pages;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548
Andi Kleena5516432008-07-23 21:27:41 -07004549static int hugetlb_acct_memory(struct hstate *h, long delta)
Mel Gormanfc1b8a72008-07-23 21:27:22 -07004550{
4551 int ret = -ENOMEM;
4552
Miaohe Lin0aa7f352021-02-24 12:06:57 -08004553 if (!delta)
4554 return 0;
4555
Mike Kravetzdb71ef72021-05-04 18:35:07 -07004556 spin_lock_irq(&hugetlb_lock);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07004557 /*
4558 * When cpuset is configured, it breaks the strict hugetlb page
4559 * reservation as the accounting is done on a global variable. Such
4560 * reservation is completely rubbish in the presence of cpuset because
4561 * the reservation is not checked against page availability for the
4562 * current cpuset. Application can still potentially OOM'ed by kernel
4563 * with lack of free htlb page in cpuset that the task is in.
4564 * Attempt to enforce strict accounting with cpuset is almost
4565 * impossible (or too ugly) because cpuset is too fluid that
4566 * task or memory node can be dynamically moved between cpusets.
4567 *
4568 * The change of semantics for shared hugetlb mapping with cpuset is
4569 * undesirable. However, in order to preserve some of the semantics,
4570 * we fall back to check against current free page availability as
4571 * a best attempt and hopefully to minimize the impact of changing
4572 * semantics that cpuset has.
Muchun Song8ca39e62020-08-11 18:30:32 -07004573 *
4574 * Apart from cpuset, we also have memory policy mechanism that
4575 * also determines from which node the kernel will allocate memory
4576 * in a NUMA system. So similar to cpuset, we also should consider
4577 * the memory policy of the current task. Similar to the description
4578 * above.
Mel Gormanfc1b8a72008-07-23 21:27:22 -07004579 */
4580 if (delta > 0) {
Andi Kleena5516432008-07-23 21:27:41 -07004581 if (gather_surplus_pages(h, delta) < 0)
Mel Gormanfc1b8a72008-07-23 21:27:22 -07004582 goto out;
4583
Muchun Song8ca39e62020-08-11 18:30:32 -07004584 if (delta > allowed_mems_nr(h)) {
Andi Kleena5516432008-07-23 21:27:41 -07004585 return_unused_surplus_pages(h, delta);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07004586 goto out;
4587 }
4588 }
4589
4590 ret = 0;
4591 if (delta < 0)
Andi Kleena5516432008-07-23 21:27:41 -07004592 return_unused_surplus_pages(h, (unsigned long) -delta);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07004593
4594out:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07004595 spin_unlock_irq(&hugetlb_lock);
Mel Gormanfc1b8a72008-07-23 21:27:22 -07004596 return ret;
4597}
4598
Andy Whitcroft84afd992008-07-23 21:27:32 -07004599static void hugetlb_vm_op_open(struct vm_area_struct *vma)
4600{
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07004601 struct resv_map *resv = vma_resv_map(vma);
Andy Whitcroft84afd992008-07-23 21:27:32 -07004602
4603 /*
4604 * This new VMA should share its siblings reservation map if present.
4605 * The VMA will only ever have a valid reservation map pointer where
4606 * it is being copied for another still existing VMA. As that VMA
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004607 * has a reference to the reservation map it cannot disappear until
Andy Whitcroft84afd992008-07-23 21:27:32 -07004608 * after this open call completes. It is therefore safe to take a
4609 * new reference here without additional locking.
4610 */
Mike Kravetz09a26e82021-09-02 14:58:53 -07004611 if (resv && is_vma_resv_set(vma, HPAGE_RESV_OWNER)) {
4612 resv_map_dup_hugetlb_cgroup_uncharge_info(resv);
Joonsoo Kimf522c3a2013-09-11 14:21:53 -07004613 kref_get(&resv->refs);
Mike Kravetz09a26e82021-09-02 14:58:53 -07004614 }
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07004615
Mike Kravetz131a79b2022-10-04 18:17:05 -07004616 /*
4617 * vma_lock structure for sharable mappings is vma specific.
4618 * Clear old pointer (if copied via vm_area_dup) and create new.
4619 */
4620 if (vma->vm_flags & VM_MAYSHARE) {
4621 vma->vm_private_data = NULL;
4622 hugetlb_vma_lock_alloc(vma);
4623 }
Andy Whitcroft84afd992008-07-23 21:27:32 -07004624}
4625
Mel Gormana1e78772008-07-23 21:27:23 -07004626static void hugetlb_vm_op_close(struct vm_area_struct *vma)
4627{
Andi Kleena5516432008-07-23 21:27:41 -07004628 struct hstate *h = hstate_vma(vma);
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07004629 struct resv_map *resv;
David Gibson90481622012-03-21 16:34:12 -07004630 struct hugepage_subpool *spool = subpool_vma(vma);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07004631 unsigned long reserve, start, end;
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07004632 long gbl_reserve;
Andy Whitcroft84afd992008-07-23 21:27:32 -07004633
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07004634 hugetlb_vma_lock_free(vma);
4635
4636 resv = vma_resv_map(vma);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07004637 if (!resv || !is_vma_resv_set(vma, HPAGE_RESV_OWNER))
4638 return;
Andy Whitcroft84afd992008-07-23 21:27:32 -07004639
Joonsoo Kim4e35f482014-04-03 14:47:30 -07004640 start = vma_hugecache_offset(h, vma, vma->vm_start);
4641 end = vma_hugecache_offset(h, vma, vma->vm_end);
Andy Whitcroft84afd992008-07-23 21:27:32 -07004642
Joonsoo Kim4e35f482014-04-03 14:47:30 -07004643 reserve = (end - start) - region_count(resv, start, end);
Mina Almasrye9fe92a2020-04-01 21:11:21 -07004644 hugetlb_cgroup_uncharge_counter(resv, start, end);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07004645 if (reserve) {
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07004646 /*
4647 * Decrement reserve counts. The global reserve count may be
4648 * adjusted if the subpool has a minimum size.
4649 */
4650 gbl_reserve = hugepage_subpool_put_pages(spool, reserve);
4651 hugetlb_acct_memory(h, -gbl_reserve);
Andy Whitcroft84afd992008-07-23 21:27:32 -07004652 }
Mina Almasrye9fe92a2020-04-01 21:11:21 -07004653
4654 kref_put(&resv->refs, resv_map_release);
Mel Gormana1e78772008-07-23 21:27:23 -07004655}
4656
Dan Williams31383c62017-11-29 16:10:28 -08004657static int hugetlb_vm_op_split(struct vm_area_struct *vma, unsigned long addr)
4658{
4659 if (addr & ~(huge_page_mask(hstate_vma(vma))))
4660 return -EINVAL;
4661 return 0;
4662}
4663
Dan Williams05ea8862018-04-05 16:24:25 -07004664static unsigned long hugetlb_vm_op_pagesize(struct vm_area_struct *vma)
4665{
Miaohe Linaca78302021-02-24 12:07:46 -08004666 return huge_page_size(hstate_vma(vma));
Dan Williams05ea8862018-04-05 16:24:25 -07004667}
4668
Linus Torvalds1da177e2005-04-16 15:20:36 -07004669/*
4670 * We cannot handle pagefaults against hugetlb pages at all. They cause
4671 * handle_mm_fault() to try to instantiate regular-sized pages in the
Miaohe Lin6c26d312021-02-24 12:07:19 -08004672 * hugepage VMA. do_page_fault() is supposed to trap this, so BUG is we get
Linus Torvalds1da177e2005-04-16 15:20:36 -07004673 * this far.
4674 */
Souptick Joarderb3ec9f32018-06-07 17:08:04 -07004675static vm_fault_t hugetlb_vm_op_fault(struct vm_fault *vmf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676{
4677 BUG();
Nick Piggind0217ac2007-07-19 01:47:03 -07004678 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004679}
4680
Jane Chueec36362018-08-02 15:36:05 -07004681/*
4682 * When a new function is introduced to vm_operations_struct and added
4683 * to hugetlb_vm_ops, please consider adding the function to shm_vm_ops.
4684 * This is because under System V memory model, mappings created via
4685 * shmget/shmat with "huge page" specified are backed by hugetlbfs files,
4686 * their original vm_ops are overwritten with shm_vm_ops.
4687 */
Alexey Dobriyanf0f37e2f2009-09-27 22:29:37 +04004688const struct vm_operations_struct hugetlb_vm_ops = {
Nick Piggind0217ac2007-07-19 01:47:03 -07004689 .fault = hugetlb_vm_op_fault,
Andy Whitcroft84afd992008-07-23 21:27:32 -07004690 .open = hugetlb_vm_op_open,
Mel Gormana1e78772008-07-23 21:27:23 -07004691 .close = hugetlb_vm_op_close,
Dmitry Safonovdd3b6142020-12-14 19:08:17 -08004692 .may_split = hugetlb_vm_op_split,
Dan Williams05ea8862018-04-05 16:24:25 -07004693 .pagesize = hugetlb_vm_op_pagesize,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004694};
4695
David Gibson1e8f8892006-01-06 00:10:44 -08004696static pte_t make_huge_pte(struct vm_area_struct *vma, struct page *page,
4697 int writable)
David Gibson63551ae2005-06-21 17:14:44 -07004698{
4699 pte_t entry;
Christophe Leroy79c1c592021-06-30 18:48:00 -07004700 unsigned int shift = huge_page_shift(hstate_vma(vma));
David Gibson63551ae2005-06-21 17:14:44 -07004701
David Gibson1e8f8892006-01-06 00:10:44 -08004702 if (writable) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07004703 entry = huge_pte_mkwrite(huge_pte_mkdirty(mk_huge_pte(page,
4704 vma->vm_page_prot)));
David Gibson63551ae2005-06-21 17:14:44 -07004705 } else {
Gerald Schaefer106c9922013-04-29 15:07:23 -07004706 entry = huge_pte_wrprotect(mk_huge_pte(page,
4707 vma->vm_page_prot));
David Gibson63551ae2005-06-21 17:14:44 -07004708 }
4709 entry = pte_mkyoung(entry);
Christophe Leroy79c1c592021-06-30 18:48:00 -07004710 entry = arch_make_huge_pte(entry, shift, vma->vm_flags);
David Gibson63551ae2005-06-21 17:14:44 -07004711
4712 return entry;
4713}
4714
David Gibson1e8f8892006-01-06 00:10:44 -08004715static void set_huge_ptep_writable(struct vm_area_struct *vma,
4716 unsigned long address, pte_t *ptep)
4717{
4718 pte_t entry;
4719
Gerald Schaefer106c9922013-04-29 15:07:23 -07004720 entry = huge_pte_mkwrite(huge_pte_mkdirty(huge_ptep_get(ptep)));
Chris Forbes32f84522011-07-25 17:12:14 -07004721 if (huge_ptep_set_access_flags(vma, address, ptep, entry, 1))
Russell King4b3073e2009-12-18 16:40:18 +00004722 update_mmu_cache(vma, address, ptep);
David Gibson1e8f8892006-01-06 00:10:44 -08004723}
4724
Aneesh Kumar K.Vd5ed7442017-07-06 15:38:47 -07004725bool is_hugetlb_entry_migration(pte_t pte)
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004726{
4727 swp_entry_t swp;
4728
4729 if (huge_pte_none(pte) || pte_present(pte))
Aneesh Kumar K.Vd5ed7442017-07-06 15:38:47 -07004730 return false;
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004731 swp = pte_to_swp_entry(pte);
Baoquan Hed79d1762020-10-13 16:56:14 -07004732 if (is_migration_entry(swp))
Aneesh Kumar K.Vd5ed7442017-07-06 15:38:47 -07004733 return true;
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004734 else
Aneesh Kumar K.Vd5ed7442017-07-06 15:38:47 -07004735 return false;
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004736}
4737
Baoquan He3e5c3602020-10-13 16:56:10 -07004738static bool is_hugetlb_entry_hwpoisoned(pte_t pte)
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004739{
4740 swp_entry_t swp;
4741
4742 if (huge_pte_none(pte) || pte_present(pte))
Baoquan He3e5c3602020-10-13 16:56:10 -07004743 return false;
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004744 swp = pte_to_swp_entry(pte);
Baoquan Hed79d1762020-10-13 16:56:14 -07004745 if (is_hwpoison_entry(swp))
Baoquan He3e5c3602020-10-13 16:56:10 -07004746 return true;
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004747 else
Baoquan He3e5c3602020-10-13 16:56:10 -07004748 return false;
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004749}
David Gibson1e8f8892006-01-06 00:10:44 -08004750
Peter Xu4eae4ef2021-03-12 21:07:33 -08004751static void
4752hugetlb_install_page(struct vm_area_struct *vma, pte_t *ptep, unsigned long addr,
4753 struct page *new_page)
4754{
4755 __SetPageUptodate(new_page);
Peter Xu4eae4ef2021-03-12 21:07:33 -08004756 hugepage_add_new_anon_rmap(new_page, vma, addr);
Pasha Tatashin1eba86c2022-01-14 14:06:29 -08004757 set_huge_pte_at(vma->vm_mm, addr, ptep, make_huge_pte(vma, new_page, 1));
Peter Xu4eae4ef2021-03-12 21:07:33 -08004758 hugetlb_count_add(pages_per_huge_page(hstate_vma(vma)), vma->vm_mm);
4759 ClearHPageRestoreReserve(new_page);
4760 SetHPageMigratable(new_page);
4761}
4762
David Gibson63551ae2005-06-21 17:14:44 -07004763int copy_hugetlb_page_range(struct mm_struct *dst, struct mm_struct *src,
Peter Xubc70fbf2022-05-12 20:22:55 -07004764 struct vm_area_struct *dst_vma,
4765 struct vm_area_struct *src_vma)
David Gibson63551ae2005-06-21 17:14:44 -07004766{
Miaohe Lin3aa4ed82022-08-16 21:05:53 +08004767 pte_t *src_pte, *dst_pte, entry;
David Gibson63551ae2005-06-21 17:14:44 -07004768 struct page *ptepage;
Hugh Dickins1c598272005-10-19 21:23:43 -07004769 unsigned long addr;
Peter Xubc70fbf2022-05-12 20:22:55 -07004770 bool cow = is_cow_mapping(src_vma->vm_flags);
4771 struct hstate *h = hstate_vma(src_vma);
Andi Kleena5516432008-07-23 21:27:41 -07004772 unsigned long sz = huge_page_size(h);
Peter Xu4eae4ef2021-03-12 21:07:33 -08004773 unsigned long npages = pages_per_huge_page(h);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08004774 struct mmu_notifier_range range;
Mike Kravetze95a9852022-06-21 16:56:17 -07004775 unsigned long last_addr_mask;
Andreas Sandberge8569dd2014-01-21 15:49:09 -08004776 int ret = 0;
David Gibson1e8f8892006-01-06 00:10:44 -08004777
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08004778 if (cow) {
Peter Xubc70fbf2022-05-12 20:22:55 -07004779 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, src_vma, src,
4780 src_vma->vm_start,
4781 src_vma->vm_end);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08004782 mmu_notifier_invalidate_range_start(&range);
David Hildenbrand623a1dd2022-05-09 18:20:42 -07004783 mmap_assert_write_locked(src);
4784 raw_write_seqcount_begin(&src->write_protect_seq);
Mike Kravetz40549ba2022-09-14 15:18:09 -07004785 } else {
4786 /*
4787 * For shared mappings the vma lock must be held before
4788 * calling huge_pte_offset in the src vma. Otherwise, the
4789 * returned ptep could go away if part of a shared pmd and
4790 * another thread calls huge_pmd_unshare.
4791 */
4792 hugetlb_vma_lock_read(src_vma);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08004793 }
Andreas Sandberge8569dd2014-01-21 15:49:09 -08004794
Mike Kravetze95a9852022-06-21 16:56:17 -07004795 last_addr_mask = hugetlb_mask_last_page(h);
Peter Xubc70fbf2022-05-12 20:22:55 -07004796 for (addr = src_vma->vm_start; addr < src_vma->vm_end; addr += sz) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08004797 spinlock_t *src_ptl, *dst_ptl;
Punit Agrawal7868a202017-07-06 15:39:42 -07004798 src_pte = huge_pte_offset(src, addr, sz);
Mike Kravetze95a9852022-06-21 16:56:17 -07004799 if (!src_pte) {
4800 addr |= last_addr_mask;
Hugh Dickinsc74df322005-10-29 18:16:23 -07004801 continue;
Mike Kravetze95a9852022-06-21 16:56:17 -07004802 }
Peter Xubc70fbf2022-05-12 20:22:55 -07004803 dst_pte = huge_pte_alloc(dst, dst_vma, addr, sz);
Andreas Sandberge8569dd2014-01-21 15:49:09 -08004804 if (!dst_pte) {
4805 ret = -ENOMEM;
4806 break;
4807 }
Larry Woodmanc5c99422008-01-24 05:49:25 -08004808
Mike Kravetz5e415402018-11-16 15:08:04 -08004809 /*
4810 * If the pagetables are shared don't copy or take references.
Mike Kravetz5e415402018-11-16 15:08:04 -08004811 *
Miaohe Lin3aa4ed82022-08-16 21:05:53 +08004812 * dst_pte == src_pte is the common case of src/dest sharing.
Mike Kravetz5e415402018-11-16 15:08:04 -08004813 * However, src could have 'unshared' and dst shares with
Miaohe Lin3aa4ed82022-08-16 21:05:53 +08004814 * another vma. So page_count of ptep page is checked instead
4815 * to reliably determine whether pte is shared.
Mike Kravetz5e415402018-11-16 15:08:04 -08004816 */
Miaohe Lin3aa4ed82022-08-16 21:05:53 +08004817 if (page_count(virt_to_page(dst_pte)) > 1) {
Mike Kravetze95a9852022-06-21 16:56:17 -07004818 addr |= last_addr_mask;
Larry Woodmanc5c99422008-01-24 05:49:25 -08004819 continue;
Mike Kravetze95a9852022-06-21 16:56:17 -07004820 }
Larry Woodmanc5c99422008-01-24 05:49:25 -08004821
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08004822 dst_ptl = huge_pte_lock(h, dst, dst_pte);
4823 src_ptl = huge_pte_lockptr(h, src, src_pte);
4824 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING);
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004825 entry = huge_ptep_get(src_pte);
Peter Xu4eae4ef2021-03-12 21:07:33 -08004826again:
Miaohe Lin3aa4ed82022-08-16 21:05:53 +08004827 if (huge_pte_none(entry)) {
Mike Kravetz5e415402018-11-16 15:08:04 -08004828 /*
Miaohe Lin3aa4ed82022-08-16 21:05:53 +08004829 * Skip if src entry none.
Mike Kravetz5e415402018-11-16 15:08:04 -08004830 */
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004831 ;
Naoya Horiguchic2cb0dc2022-07-04 10:33:05 +09004832 } else if (unlikely(is_hugetlb_entry_hwpoisoned(entry))) {
4833 bool uffd_wp = huge_pte_uffd_wp(entry);
4834
4835 if (!userfaultfd_wp(dst_vma) && uffd_wp)
4836 entry = huge_pte_clear_uffd_wp(entry);
4837 set_huge_pte_at(dst, addr, dst_pte, entry);
4838 } else if (unlikely(is_hugetlb_entry_migration(entry))) {
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004839 swp_entry_t swp_entry = pte_to_swp_entry(entry);
Peter Xubc70fbf2022-05-12 20:22:55 -07004840 bool uffd_wp = huge_pte_uffd_wp(entry);
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004841
David Hildenbrand6c287602022-05-09 18:20:44 -07004842 if (!is_readable_migration_entry(swp_entry) && cow) {
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004843 /*
4844 * COW mappings require pages in both
4845 * parent and child to be set to read.
4846 */
Alistair Popple4dd845b2021-06-30 18:54:09 -07004847 swp_entry = make_readable_migration_entry(
4848 swp_offset(swp_entry));
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004849 entry = swp_entry_to_pte(swp_entry);
Peter Xubc70fbf2022-05-12 20:22:55 -07004850 if (userfaultfd_wp(src_vma) && uffd_wp)
4851 entry = huge_pte_mkuffd_wp(entry);
Qi Zheng18f39622022-06-26 22:57:17 +08004852 set_huge_pte_at(src, addr, src_pte, entry);
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004853 }
Peter Xubc70fbf2022-05-12 20:22:55 -07004854 if (!userfaultfd_wp(dst_vma) && uffd_wp)
4855 entry = huge_pte_clear_uffd_wp(entry);
Qi Zheng18f39622022-06-26 22:57:17 +08004856 set_huge_pte_at(dst, addr, dst_pte, entry);
Peter Xubc70fbf2022-05-12 20:22:55 -07004857 } else if (unlikely(is_pte_marker(entry))) {
4858 /*
4859 * We copy the pte marker only if the dst vma has
4860 * uffd-wp enabled.
4861 */
4862 if (userfaultfd_wp(dst_vma))
4863 set_huge_pte_at(dst, addr, dst_pte, entry);
Naoya Horiguchi4a705fe2014-06-23 13:22:03 -07004864 } else {
Peter Xu4eae4ef2021-03-12 21:07:33 -08004865 entry = huge_ptep_get(src_pte);
4866 ptepage = pte_page(entry);
4867 get_page(ptepage);
4868
4869 /*
David Hildenbrandfb3d8242022-05-09 18:20:43 -07004870 * Failing to duplicate the anon rmap is a rare case
4871 * where we see pinned hugetlb pages while they're
4872 * prone to COW. We need to do the COW earlier during
4873 * fork.
Peter Xu4eae4ef2021-03-12 21:07:33 -08004874 *
4875 * When pre-allocating the page or copying data, we
4876 * need to be without the pgtable locks since we could
4877 * sleep during the process.
4878 */
David Hildenbrandfb3d8242022-05-09 18:20:43 -07004879 if (!PageAnon(ptepage)) {
4880 page_dup_file_rmap(ptepage, true);
Peter Xubc70fbf2022-05-12 20:22:55 -07004881 } else if (page_try_dup_anon_rmap(ptepage, true,
4882 src_vma)) {
Peter Xu4eae4ef2021-03-12 21:07:33 -08004883 pte_t src_pte_old = entry;
4884 struct page *new;
4885
4886 spin_unlock(src_ptl);
4887 spin_unlock(dst_ptl);
4888 /* Do not use reserve as it's private owned */
Peter Xubc70fbf2022-05-12 20:22:55 -07004889 new = alloc_huge_page(dst_vma, addr, 1);
Peter Xu4eae4ef2021-03-12 21:07:33 -08004890 if (IS_ERR(new)) {
4891 put_page(ptepage);
4892 ret = PTR_ERR(new);
4893 break;
4894 }
Peter Xubc70fbf2022-05-12 20:22:55 -07004895 copy_user_huge_page(new, ptepage, addr, dst_vma,
Peter Xu4eae4ef2021-03-12 21:07:33 -08004896 npages);
4897 put_page(ptepage);
4898
4899 /* Install the new huge page if src pte stable */
4900 dst_ptl = huge_pte_lock(h, dst, dst_pte);
4901 src_ptl = huge_pte_lockptr(h, src, src_pte);
4902 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING);
4903 entry = huge_ptep_get(src_pte);
4904 if (!pte_same(src_pte_old, entry)) {
Peter Xubc70fbf2022-05-12 20:22:55 -07004905 restore_reserve_on_error(h, dst_vma, addr,
Mike Kravetz846be082021-06-15 18:23:29 -07004906 new);
Peter Xu4eae4ef2021-03-12 21:07:33 -08004907 put_page(new);
Miaohe Lin3aa4ed82022-08-16 21:05:53 +08004908 /* huge_ptep of dst_pte won't change as in child */
Peter Xu4eae4ef2021-03-12 21:07:33 -08004909 goto again;
4910 }
Peter Xubc70fbf2022-05-12 20:22:55 -07004911 hugetlb_install_page(dst_vma, dst_pte, addr, new);
Peter Xu4eae4ef2021-03-12 21:07:33 -08004912 spin_unlock(src_ptl);
4913 spin_unlock(dst_ptl);
4914 continue;
4915 }
4916
Joerg Roedel34ee6452014-11-13 13:46:09 +11004917 if (cow) {
Jérôme Glisse0f108512017-11-15 17:34:07 -08004918 /*
4919 * No need to notify as we are downgrading page
4920 * table protection not changing it to point
4921 * to a new page.
4922 *
Mike Rapoportee657282022-06-27 09:00:26 +03004923 * See Documentation/mm/mmu_notifier.rst
Jérôme Glisse0f108512017-11-15 17:34:07 -08004924 */
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07004925 huge_ptep_set_wrprotect(src, addr, src_pte);
Peter Xu84894e12021-05-14 17:27:07 -07004926 entry = huge_pte_wrprotect(entry);
Joerg Roedel34ee6452014-11-13 13:46:09 +11004927 }
Peter Xu4eae4ef2021-03-12 21:07:33 -08004928
Hugh Dickins1c598272005-10-19 21:23:43 -07004929 set_huge_pte_at(dst, addr, dst_pte, entry);
Peter Xu4eae4ef2021-03-12 21:07:33 -08004930 hugetlb_count_add(npages, dst);
Hugh Dickins1c598272005-10-19 21:23:43 -07004931 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08004932 spin_unlock(src_ptl);
4933 spin_unlock(dst_ptl);
David Gibson63551ae2005-06-21 17:14:44 -07004934 }
David Gibson63551ae2005-06-21 17:14:44 -07004935
David Hildenbrand623a1dd2022-05-09 18:20:42 -07004936 if (cow) {
4937 raw_write_seqcount_end(&src->write_protect_seq);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08004938 mmu_notifier_invalidate_range_end(&range);
Mike Kravetz40549ba2022-09-14 15:18:09 -07004939 } else {
4940 hugetlb_vma_unlock_read(src_vma);
David Hildenbrand623a1dd2022-05-09 18:20:42 -07004941 }
Andreas Sandberge8569dd2014-01-21 15:49:09 -08004942
4943 return ret;
David Gibson63551ae2005-06-21 17:14:44 -07004944}
4945
Mina Almasry550a7d62021-11-05 13:41:40 -07004946static void move_huge_pte(struct vm_area_struct *vma, unsigned long old_addr,
Aneesh Kumar K.Vdb110a92022-02-25 19:10:56 -08004947 unsigned long new_addr, pte_t *src_pte, pte_t *dst_pte)
Mina Almasry550a7d62021-11-05 13:41:40 -07004948{
4949 struct hstate *h = hstate_vma(vma);
4950 struct mm_struct *mm = vma->vm_mm;
Mina Almasry550a7d62021-11-05 13:41:40 -07004951 spinlock_t *src_ptl, *dst_ptl;
Aneesh Kumar K.Vdb110a92022-02-25 19:10:56 -08004952 pte_t pte;
Mina Almasry550a7d62021-11-05 13:41:40 -07004953
Mina Almasry550a7d62021-11-05 13:41:40 -07004954 dst_ptl = huge_pte_lock(h, mm, dst_pte);
4955 src_ptl = huge_pte_lockptr(h, mm, src_pte);
4956
4957 /*
4958 * We don't have to worry about the ordering of src and dst ptlocks
4959 * because exclusive mmap_sem (or the i_mmap_lock) prevents deadlock.
4960 */
4961 if (src_ptl != dst_ptl)
4962 spin_lock_nested(src_ptl, SINGLE_DEPTH_NESTING);
4963
4964 pte = huge_ptep_get_and_clear(mm, old_addr, src_pte);
4965 set_huge_pte_at(mm, new_addr, dst_pte, pte);
4966
4967 if (src_ptl != dst_ptl)
4968 spin_unlock(src_ptl);
4969 spin_unlock(dst_ptl);
4970}
4971
4972int move_hugetlb_page_tables(struct vm_area_struct *vma,
4973 struct vm_area_struct *new_vma,
4974 unsigned long old_addr, unsigned long new_addr,
4975 unsigned long len)
4976{
4977 struct hstate *h = hstate_vma(vma);
4978 struct address_space *mapping = vma->vm_file->f_mapping;
4979 unsigned long sz = huge_page_size(h);
4980 struct mm_struct *mm = vma->vm_mm;
4981 unsigned long old_end = old_addr + len;
Mike Kravetze95a9852022-06-21 16:56:17 -07004982 unsigned long last_addr_mask;
Mina Almasry550a7d62021-11-05 13:41:40 -07004983 pte_t *src_pte, *dst_pte;
4984 struct mmu_notifier_range range;
Baolin Wang3d0b95c2022-05-09 18:20:52 -07004985 bool shared_pmd = false;
Mina Almasry550a7d62021-11-05 13:41:40 -07004986
4987 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, vma, mm, old_addr,
4988 old_end);
4989 adjust_range_if_pmd_sharing_possible(vma, &range.start, &range.end);
Baolin Wang3d0b95c2022-05-09 18:20:52 -07004990 /*
4991 * In case of shared PMDs, we should cover the maximum possible
4992 * range.
4993 */
4994 flush_cache_range(vma, range.start, range.end);
4995
Mina Almasry550a7d62021-11-05 13:41:40 -07004996 mmu_notifier_invalidate_range_start(&range);
Mike Kravetze95a9852022-06-21 16:56:17 -07004997 last_addr_mask = hugetlb_mask_last_page(h);
Mina Almasry550a7d62021-11-05 13:41:40 -07004998 /* Prevent race with file truncation */
Mike Kravetz40549ba2022-09-14 15:18:09 -07004999 hugetlb_vma_lock_write(vma);
Mina Almasry550a7d62021-11-05 13:41:40 -07005000 i_mmap_lock_write(mapping);
5001 for (; old_addr < old_end; old_addr += sz, new_addr += sz) {
5002 src_pte = huge_pte_offset(mm, old_addr, sz);
Mike Kravetze95a9852022-06-21 16:56:17 -07005003 if (!src_pte) {
5004 old_addr |= last_addr_mask;
5005 new_addr |= last_addr_mask;
Mina Almasry550a7d62021-11-05 13:41:40 -07005006 continue;
Mike Kravetze95a9852022-06-21 16:56:17 -07005007 }
Mina Almasry550a7d62021-11-05 13:41:40 -07005008 if (huge_pte_none(huge_ptep_get(src_pte)))
5009 continue;
5010
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07005011 if (huge_pmd_unshare(mm, vma, old_addr, src_pte)) {
Baolin Wang3d0b95c2022-05-09 18:20:52 -07005012 shared_pmd = true;
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07005013 old_addr |= last_addr_mask;
5014 new_addr |= last_addr_mask;
Mina Almasry550a7d62021-11-05 13:41:40 -07005015 continue;
Baolin Wang3d0b95c2022-05-09 18:20:52 -07005016 }
Mina Almasry550a7d62021-11-05 13:41:40 -07005017
5018 dst_pte = huge_pte_alloc(mm, new_vma, new_addr, sz);
5019 if (!dst_pte)
5020 break;
5021
Aneesh Kumar K.Vdb110a92022-02-25 19:10:56 -08005022 move_huge_pte(vma, old_addr, new_addr, src_pte, dst_pte);
Mina Almasry550a7d62021-11-05 13:41:40 -07005023 }
Baolin Wang3d0b95c2022-05-09 18:20:52 -07005024
5025 if (shared_pmd)
5026 flush_tlb_range(vma, range.start, range.end);
5027 else
5028 flush_tlb_range(vma, old_end - len, old_end);
Mina Almasry550a7d62021-11-05 13:41:40 -07005029 mmu_notifier_invalidate_range_end(&range);
Nadav Amit13e4ad22021-11-21 12:40:08 -08005030 i_mmap_unlock_write(mapping);
Mike Kravetz40549ba2022-09-14 15:18:09 -07005031 hugetlb_vma_unlock_write(vma);
Mina Almasry550a7d62021-11-05 13:41:40 -07005032
5033 return len + old_addr - old_end;
5034}
5035
Peter Xu73c54762021-11-05 13:41:17 -07005036static void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma,
5037 unsigned long start, unsigned long end,
Peter Xu05e90bd2022-05-12 20:22:55 -07005038 struct page *ref_page, zap_flags_t zap_flags)
David Gibson63551ae2005-06-21 17:14:44 -07005039{
5040 struct mm_struct *mm = vma->vm_mm;
5041 unsigned long address;
David Gibsonc7546f82005-08-05 11:59:35 -07005042 pte_t *ptep;
David Gibson63551ae2005-06-21 17:14:44 -07005043 pte_t pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005044 spinlock_t *ptl;
David Gibson63551ae2005-06-21 17:14:44 -07005045 struct page *page;
Andi Kleena5516432008-07-23 21:27:41 -07005046 struct hstate *h = hstate_vma(vma);
5047 unsigned long sz = huge_page_size(h);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08005048 struct mmu_notifier_range range;
Mike Kravetze95a9852022-06-21 16:56:17 -07005049 unsigned long last_addr_mask;
Nadav Amita4a118f2021-11-21 12:40:07 -08005050 bool force_flush = false;
Andi Kleena5516432008-07-23 21:27:41 -07005051
David Gibson63551ae2005-06-21 17:14:44 -07005052 WARN_ON(!is_vm_hugetlb_page(vma));
Andi Kleena5516432008-07-23 21:27:41 -07005053 BUG_ON(start & ~huge_page_mask(h));
5054 BUG_ON(end & ~huge_page_mask(h));
David Gibson63551ae2005-06-21 17:14:44 -07005055
Aneesh Kumar K.V07e32662016-12-12 16:42:40 -08005056 /*
5057 * This is a hugetlb vma, all the pte entries should point
5058 * to huge page.
5059 */
Peter Zijlstraed6a7932018-08-31 14:46:08 +02005060 tlb_change_page_size(tlb, sz);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07005061 tlb_start_vma(tlb, vma);
Mike Kravetzdff11ab2018-10-05 15:51:33 -07005062
5063 /*
5064 * If sharing possible, alert mmu notifiers of worst case.
5065 */
Jérôme Glisse6f4f13e2019-05-13 17:20:49 -07005066 mmu_notifier_range_init(&range, MMU_NOTIFY_UNMAP, 0, vma, mm, start,
5067 end);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08005068 adjust_range_if_pmd_sharing_possible(vma, &range.start, &range.end);
5069 mmu_notifier_invalidate_range_start(&range);
Mike Kravetze95a9852022-06-21 16:56:17 -07005070 last_addr_mask = hugetlb_mask_last_page(h);
Hillf Danton569f48b82014-12-10 15:44:41 -08005071 address = start;
Hillf Danton569f48b82014-12-10 15:44:41 -08005072 for (; address < end; address += sz) {
Punit Agrawal7868a202017-07-06 15:39:42 -07005073 ptep = huge_pte_offset(mm, address, sz);
Mike Kravetze95a9852022-06-21 16:56:17 -07005074 if (!ptep) {
5075 address |= last_addr_mask;
David Gibsonc7546f82005-08-05 11:59:35 -07005076 continue;
Mike Kravetze95a9852022-06-21 16:56:17 -07005077 }
David Gibsonc7546f82005-08-05 11:59:35 -07005078
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005079 ptl = huge_pte_lock(h, mm, ptep);
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07005080 if (huge_pmd_unshare(mm, vma, address, ptep)) {
Aneesh Kumar K.V31d49da2016-07-26 15:24:06 -07005081 spin_unlock(ptl);
Nadav Amita4a118f2021-11-21 12:40:07 -08005082 tlb_flush_pmd_range(tlb, address & PUD_MASK, PUD_SIZE);
5083 force_flush = true;
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07005084 address |= last_addr_mask;
Aneesh Kumar K.V31d49da2016-07-26 15:24:06 -07005085 continue;
5086 }
Chen, Kenneth W39dde652006-12-06 20:32:03 -08005087
Hillf Danton66293262012-03-23 15:01:48 -07005088 pte = huge_ptep_get(ptep);
Aneesh Kumar K.V31d49da2016-07-26 15:24:06 -07005089 if (huge_pte_none(pte)) {
5090 spin_unlock(ptl);
5091 continue;
5092 }
Hillf Danton66293262012-03-23 15:01:48 -07005093
5094 /*
Naoya Horiguchi9fbc1f62015-02-11 15:25:32 -08005095 * Migrating hugepage or HWPoisoned hugepage is already
5096 * unmapped and its refcount is dropped, so just clear pte here.
Hillf Danton66293262012-03-23 15:01:48 -07005097 */
Naoya Horiguchi9fbc1f62015-02-11 15:25:32 -08005098 if (unlikely(!pte_present(pte))) {
Peter Xu05e90bd2022-05-12 20:22:55 -07005099 /*
5100 * If the pte was wr-protected by uffd-wp in any of the
5101 * swap forms, meanwhile the caller does not want to
5102 * drop the uffd-wp bit in this zap, then replace the
5103 * pte with a marker.
5104 */
5105 if (pte_swp_uffd_wp_any(pte) &&
5106 !(zap_flags & ZAP_FLAG_DROP_MARKER))
5107 set_huge_pte_at(mm, address, ptep,
5108 make_pte_marker(PTE_MARKER_UFFD_WP));
5109 else
5110 huge_pte_clear(mm, address, ptep, sz);
Aneesh Kumar K.V31d49da2016-07-26 15:24:06 -07005111 spin_unlock(ptl);
5112 continue;
Naoya Horiguchi8c4894c2012-12-12 13:52:28 -08005113 }
Hillf Danton66293262012-03-23 15:01:48 -07005114
5115 page = pte_page(pte);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005116 /*
5117 * If a reference page is supplied, it is because a specific
5118 * page is being unmapped, not a range. Ensure the page we
5119 * are about to unmap is the actual page of interest.
5120 */
5121 if (ref_page) {
Aneesh Kumar K.V31d49da2016-07-26 15:24:06 -07005122 if (page != ref_page) {
5123 spin_unlock(ptl);
5124 continue;
5125 }
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005126 /*
5127 * Mark the VMA as having unmapped its page so that
5128 * future faults in this VMA will fail rather than
5129 * looking like data was lost
5130 */
5131 set_vma_resv_flags(vma, HPAGE_RESV_UNMAPPED);
5132 }
5133
David Gibsonc7546f82005-08-05 11:59:35 -07005134 pte = huge_ptep_get_and_clear(mm, address, ptep);
Aneesh Kumar K.Vb528e4b2016-12-12 16:42:37 -08005135 tlb_remove_huge_tlb_entry(h, tlb, ptep, address);
Gerald Schaefer106c9922013-04-29 15:07:23 -07005136 if (huge_pte_dirty(pte))
Ken Chen6649a382007-02-08 14:20:27 -08005137 set_page_dirty(page);
Peter Xu05e90bd2022-05-12 20:22:55 -07005138 /* Leave a uffd-wp pte marker if needed */
5139 if (huge_pte_uffd_wp(pte) &&
5140 !(zap_flags & ZAP_FLAG_DROP_MARKER))
5141 set_huge_pte_at(mm, address, ptep,
5142 make_pte_marker(PTE_MARKER_UFFD_WP));
Naoya Horiguchi5d317b22015-11-05 18:47:14 -08005143 hugetlb_count_sub(pages_per_huge_page(h), mm);
Hugh Dickinscea86fe2022-02-14 18:26:39 -08005144 page_remove_rmap(page, vma, true);
Aneesh Kumar K.V31d49da2016-07-26 15:24:06 -07005145
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005146 spin_unlock(ptl);
Aneesh Kumar K.Ve77b0852016-07-26 15:24:12 -07005147 tlb_remove_page_size(tlb, page, huge_page_size(h));
Aneesh Kumar K.V31d49da2016-07-26 15:24:06 -07005148 /*
5149 * Bail out after unmapping reference page if supplied
5150 */
5151 if (ref_page)
5152 break;
Chen, Kenneth Wfe1668a2006-10-04 02:15:24 -07005153 }
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08005154 mmu_notifier_invalidate_range_end(&range);
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07005155 tlb_end_vma(tlb, vma);
Nadav Amita4a118f2021-11-21 12:40:07 -08005156
5157 /*
5158 * If we unshared PMDs, the TLB flush was not recorded in mmu_gather. We
5159 * could defer the flush until now, since by holding i_mmap_rwsem we
5160 * guaranteed that the last refernece would not be dropped. But we must
5161 * do the flushing before we return, as otherwise i_mmap_rwsem will be
5162 * dropped and the last reference to the shared PMDs page might be
5163 * dropped as well.
5164 *
5165 * In theory we could defer the freeing of the PMD pages as well, but
5166 * huge_pmd_unshare() relies on the exact page_count for the PMD page to
5167 * detect sharing, so we cannot defer the release of the page either.
5168 * Instead, do flush now.
5169 */
5170 if (force_flush)
5171 tlb_flush_mmu_tlbonly(tlb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005172}
David Gibson63551ae2005-06-21 17:14:44 -07005173
Mel Gormand8333522012-07-31 16:46:20 -07005174void __unmap_hugepage_range_final(struct mmu_gather *tlb,
5175 struct vm_area_struct *vma, unsigned long start,
Peter Xu05e90bd2022-05-12 20:22:55 -07005176 unsigned long end, struct page *ref_page,
5177 zap_flags_t zap_flags)
Mel Gormand8333522012-07-31 16:46:20 -07005178{
Mike Kravetz131a79b2022-10-04 18:17:05 -07005179 hugetlb_vma_lock_write(vma);
5180 i_mmap_lock_write(vma->vm_file->f_mapping);
5181
Peter Xu05e90bd2022-05-12 20:22:55 -07005182 __unmap_hugepage_range(tlb, vma, start, end, ref_page, zap_flags);
Mel Gormand8333522012-07-31 16:46:20 -07005183
5184 /*
Mike Kravetz131a79b2022-10-04 18:17:05 -07005185 * Unlock and free the vma lock before releasing i_mmap_rwsem. When
5186 * the vma_lock is freed, this makes the vma ineligible for pmd
5187 * sharing. And, i_mmap_rwsem is required to set up pmd sharing.
5188 * This is important as page tables for this unmapped range will
5189 * be asynchrously deleted. If the page tables are shared, there
5190 * will be issues when accessed by someone else.
Mel Gormand8333522012-07-31 16:46:20 -07005191 */
Mike Kravetzecfbd732022-10-04 18:17:06 -07005192 __hugetlb_vma_unlock_write_free(vma);
Mike Kravetz131a79b2022-10-04 18:17:05 -07005193
5194 i_mmap_unlock_write(vma->vm_file->f_mapping);
Mel Gormand8333522012-07-31 16:46:20 -07005195}
5196
Chen, Kenneth W502717f2006-10-11 01:20:46 -07005197void unmap_hugepage_range(struct vm_area_struct *vma, unsigned long start,
Peter Xu05e90bd2022-05-12 20:22:55 -07005198 unsigned long end, struct page *ref_page,
5199 zap_flags_t zap_flags)
Chen, Kenneth W502717f2006-10-11 01:20:46 -07005200{
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07005201 struct mmu_gather tlb;
Mike Kravetzdff11ab2018-10-05 15:51:33 -07005202
Will Deacona72afd82021-01-27 23:53:45 +00005203 tlb_gather_mmu(&tlb, vma->vm_mm);
Peter Xu05e90bd2022-05-12 20:22:55 -07005204 __unmap_hugepage_range(&tlb, vma, start, end, ref_page, zap_flags);
Will Deaconae8eba82021-01-27 23:53:43 +00005205 tlb_finish_mmu(&tlb);
Chen, Kenneth W502717f2006-10-11 01:20:46 -07005206}
5207
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005208/*
5209 * This is called when the original mapper is failing to COW a MAP_PRIVATE
Zhiyuan Dai578b7722021-02-24 12:07:26 -08005210 * mapping it owns the reserve page for. The intention is to unmap the page
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005211 * from other VMAs and let the children be SIGKILLed if they are faulting the
5212 * same region.
5213 */
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07005214static void unmap_ref_private(struct mm_struct *mm, struct vm_area_struct *vma,
5215 struct page *page, unsigned long address)
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005216{
Adam Litke75266742008-11-12 13:24:56 -08005217 struct hstate *h = hstate_vma(vma);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005218 struct vm_area_struct *iter_vma;
5219 struct address_space *mapping;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005220 pgoff_t pgoff;
5221
5222 /*
5223 * vm_pgoff is in PAGE_SIZE units, hence the different calculation
5224 * from page cache lookup which is in HPAGE_SIZE units.
5225 */
Adam Litke75266742008-11-12 13:24:56 -08005226 address = address & huge_page_mask(h);
Michal Hocko36e4f202012-10-08 16:33:31 -07005227 pgoff = ((address - vma->vm_start) >> PAGE_SHIFT) +
5228 vma->vm_pgoff;
Al Viro93c76a32015-12-04 23:45:44 -05005229 mapping = vma->vm_file->f_mapping;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005230
Mel Gorman4eb2b1d2009-12-14 17:59:53 -08005231 /*
5232 * Take the mapping lock for the duration of the table walk. As
5233 * this mapping should be shared between all the VMAs,
5234 * __unmap_hugepage_range() is called as the lock is already held
5235 */
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08005236 i_mmap_lock_write(mapping);
Michel Lespinasse6b2dbba2012-10-08 16:31:25 -07005237 vma_interval_tree_foreach(iter_vma, &mapping->i_mmap, pgoff, pgoff) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005238 /* Do not unmap the current VMA */
5239 if (iter_vma == vma)
5240 continue;
5241
5242 /*
Mel Gorman2f84a892015-10-01 15:36:57 -07005243 * Shared VMAs have their own reserves and do not affect
5244 * MAP_PRIVATE accounting but it is possible that a shared
5245 * VMA is using the same page so check and skip such VMAs.
5246 */
5247 if (iter_vma->vm_flags & VM_MAYSHARE)
5248 continue;
5249
5250 /*
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005251 * Unmap the page from other VMAs without their own reserves.
5252 * They get marked to be SIGKILLed if they fault in these
5253 * areas. This is because a future no-page fault on this VMA
5254 * could insert a zeroed page instead of the data existing
5255 * from the time of fork. This would look like data corruption
5256 */
5257 if (!is_vma_resv_set(iter_vma, HPAGE_RESV_OWNER))
Aneesh Kumar K.V24669e52012-07-31 16:42:03 -07005258 unmap_hugepage_range(iter_vma, address,
Peter Xu05e90bd2022-05-12 20:22:55 -07005259 address + huge_page_size(h), page, 0);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005260 }
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08005261 i_mmap_unlock_write(mapping);
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005262}
5263
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005264/*
David Hildenbrandc89357e2022-05-09 18:20:45 -07005265 * hugetlb_wp() should be called with page lock of the original hugepage held.
Baolin Wangaa6d2e82021-11-05 13:41:55 -07005266 * Called with hugetlb_fault_mutex_table held and pte_page locked so we
Michal Hockoef009b22012-01-10 15:07:21 -08005267 * cannot race with other handlers or page migration.
5268 * Keep the pte_same checks anyway to make transition from the mutex easier.
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005269 */
David Hildenbrandc89357e2022-05-09 18:20:45 -07005270static vm_fault_t hugetlb_wp(struct mm_struct *mm, struct vm_area_struct *vma,
5271 unsigned long address, pte_t *ptep, unsigned int flags,
Aneesh Kumar K.V3999f522016-12-12 16:41:56 -08005272 struct page *pagecache_page, spinlock_t *ptl)
David Gibson1e8f8892006-01-06 00:10:44 -08005273{
David Hildenbrandc89357e2022-05-09 18:20:45 -07005274 const bool unshare = flags & FAULT_FLAG_UNSHARE;
Aneesh Kumar K.V3999f522016-12-12 16:41:56 -08005275 pte_t pte;
Andi Kleena5516432008-07-23 21:27:41 -07005276 struct hstate *h = hstate_vma(vma);
David Gibson1e8f8892006-01-06 00:10:44 -08005277 struct page *old_page, *new_page;
Souptick Joarder2b740302018-08-23 17:01:36 -07005278 int outside_reserve = 0;
5279 vm_fault_t ret = 0;
Huang Ying974e6d62018-08-17 15:45:57 -07005280 unsigned long haddr = address & huge_page_mask(h);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08005281 struct mmu_notifier_range range;
David Gibson1e8f8892006-01-06 00:10:44 -08005282
David Hildenbrandc89357e2022-05-09 18:20:45 -07005283 VM_BUG_ON(unshare && (flags & FOLL_WRITE));
5284 VM_BUG_ON(!unshare && !(flags & FOLL_WRITE));
5285
David Hildenbrand1d8d14642022-08-11 12:34:35 +02005286 /*
5287 * hugetlb does not support FOLL_FORCE-style write faults that keep the
5288 * PTE mapped R/O such as maybe_mkwrite() would do.
5289 */
5290 if (WARN_ON_ONCE(!unshare && !(vma->vm_flags & VM_WRITE)))
5291 return VM_FAULT_SIGSEGV;
5292
5293 /* Let's take out MAP_SHARED mappings first. */
5294 if (vma->vm_flags & VM_MAYSHARE) {
5295 if (unlikely(unshare))
5296 return 0;
5297 set_huge_ptep_writable(vma, haddr, ptep);
5298 return 0;
5299 }
5300
Aneesh Kumar K.V3999f522016-12-12 16:41:56 -08005301 pte = huge_ptep_get(ptep);
David Gibson1e8f8892006-01-06 00:10:44 -08005302 old_page = pte_page(pte);
5303
Yang Yang662ce1d2022-06-01 15:55:25 -07005304 delayacct_wpcopy_start();
5305
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005306retry_avoidcopy:
David Hildenbrandc89357e2022-05-09 18:20:45 -07005307 /*
5308 * If no-one else is actually using this page, we're the exclusive
5309 * owner and can reuse this page.
5310 */
Joonsoo Kim37a21402013-09-11 14:21:04 -07005311 if (page_mapcount(old_page) == 1 && PageAnon(old_page)) {
David Hildenbrandc89357e2022-05-09 18:20:45 -07005312 if (!PageAnonExclusive(old_page))
5313 page_move_anon_rmap(old_page, vma);
5314 if (likely(!unshare))
5315 set_huge_ptep_writable(vma, haddr, ptep);
Yang Yang662ce1d2022-06-01 15:55:25 -07005316
5317 delayacct_wpcopy_end();
Nick Piggin83c54072007-07-19 01:47:05 -07005318 return 0;
David Gibson1e8f8892006-01-06 00:10:44 -08005319 }
David Hildenbrand6c287602022-05-09 18:20:44 -07005320 VM_BUG_ON_PAGE(PageAnon(old_page) && PageAnonExclusive(old_page),
5321 old_page);
David Gibson1e8f8892006-01-06 00:10:44 -08005322
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005323 /*
5324 * If the process that created a MAP_PRIVATE mapping is about to
5325 * perform a COW due to a shared page count, attempt to satisfy
5326 * the allocation without using the existing reserves. The pagecache
5327 * page is used to determine if the reserve at this address was
5328 * consumed or not. If reserves were used, a partial faulted mapping
5329 * at the time of fork() could consume its reserves on COW instead
5330 * of the full address range.
5331 */
Joonsoo Kim5944d012013-09-11 14:21:55 -07005332 if (is_vma_resv_set(vma, HPAGE_RESV_OWNER) &&
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005333 old_page != pagecache_page)
5334 outside_reserve = 1;
5335
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03005336 get_page(old_page);
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08005337
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005338 /*
5339 * Drop page table lock as buddy allocator may be called. It will
5340 * be acquired again before returning to the caller, as expected.
5341 */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005342 spin_unlock(ptl);
Huang Ying5b7a1d42018-08-17 15:45:53 -07005343 new_page = alloc_huge_page(vma, haddr, outside_reserve);
David Gibson1e8f8892006-01-06 00:10:44 -08005344
Adam Litke2fc39ce2007-11-14 16:59:39 -08005345 if (IS_ERR(new_page)) {
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005346 /*
5347 * If a process owning a MAP_PRIVATE mapping fails to COW,
5348 * it is due to references held by a child and an insufficient
5349 * huge page pool. To guarantee the original mappers
5350 * reliability, unmap the page from child processes. The child
5351 * may get SIGKILLed if it later faults.
5352 */
5353 if (outside_reserve) {
Mike Kravetz40549ba2022-09-14 15:18:09 -07005354 struct address_space *mapping = vma->vm_file->f_mapping;
5355 pgoff_t idx;
5356 u32 hash;
5357
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03005358 put_page(old_page);
Mike Kravetz40549ba2022-09-14 15:18:09 -07005359 /*
5360 * Drop hugetlb_fault_mutex and vma_lock before
5361 * unmapping. unmapping needs to hold vma_lock
5362 * in write mode. Dropping vma_lock in read mode
5363 * here is OK as COW mappings do not interact with
5364 * PMD sharing.
5365 *
5366 * Reacquire both after unmap operation.
5367 */
5368 idx = vma_hugecache_offset(h, vma, haddr);
5369 hash = hugetlb_fault_mutex_hash(mapping, idx);
5370 hugetlb_vma_unlock_read(vma);
5371 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
5372
Huang Ying5b7a1d42018-08-17 15:45:53 -07005373 unmap_ref_private(mm, vma, old_page, haddr);
Mike Kravetz40549ba2022-09-14 15:18:09 -07005374
5375 mutex_lock(&hugetlb_fault_mutex_table[hash]);
5376 hugetlb_vma_lock_read(vma);
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07005377 spin_lock(ptl);
Huang Ying5b7a1d42018-08-17 15:45:53 -07005378 ptep = huge_pte_offset(mm, haddr, huge_page_size(h));
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07005379 if (likely(ptep &&
5380 pte_same(huge_ptep_get(ptep), pte)))
5381 goto retry_avoidcopy;
5382 /*
5383 * race occurs while re-acquiring page table
5384 * lock, and our job is done.
5385 */
Yang Yang662ce1d2022-06-01 15:55:25 -07005386 delayacct_wpcopy_end();
Davidlohr Bueso2f4612a2014-08-06 16:06:45 -07005387 return 0;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005388 }
5389
Souptick Joarder2b740302018-08-23 17:01:36 -07005390 ret = vmf_error(PTR_ERR(new_page));
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005391 goto out_release_old;
David Gibson1e8f8892006-01-06 00:10:44 -08005392 }
5393
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005394 /*
5395 * When the original hugepage is shared one, it does not have
5396 * anon_vma prepared.
5397 */
Dean Nelson44e2aa92010-10-26 14:22:08 -07005398 if (unlikely(anon_vma_prepare(vma))) {
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005399 ret = VM_FAULT_OOM;
5400 goto out_release_all;
Dean Nelson44e2aa92010-10-26 14:22:08 -07005401 }
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005402
Huang Ying974e6d62018-08-17 15:45:57 -07005403 copy_user_huge_page(new_page, old_page, address, vma,
Andrea Arcangeli47ad8472011-01-13 15:46:47 -08005404 pages_per_huge_page(h));
Nick Piggin0ed361d2008-02-04 22:29:34 -08005405 __SetPageUptodate(new_page);
David Gibson1e8f8892006-01-06 00:10:44 -08005406
Jérôme Glisse7269f992019-05-13 17:20:53 -07005407 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, vma, mm, haddr,
Jérôme Glisse6f4f13e2019-05-13 17:20:49 -07005408 haddr + huge_page_size(h));
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08005409 mmu_notifier_invalidate_range_start(&range);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005410
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08005411 /*
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005412 * Retake the page table lock to check for racing updates
Larry Woodmanb76c8cf2009-12-14 17:59:37 -08005413 * before the page tables are altered
5414 */
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005415 spin_lock(ptl);
Huang Ying5b7a1d42018-08-17 15:45:53 -07005416 ptep = huge_pte_offset(mm, haddr, huge_page_size(h));
Naoya Horiguchia9af0c52014-04-07 15:36:54 -07005417 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) {
Mike Kravetzd6995da2021-02-24 12:08:51 -08005418 ClearHPageRestoreReserve(new_page);
Joonsoo Kim07443a82013-09-11 14:21:58 -07005419
David Hildenbrandc89357e2022-05-09 18:20:45 -07005420 /* Break COW or unshare */
Huang Ying5b7a1d42018-08-17 15:45:53 -07005421 huge_ptep_clear_flush(vma, haddr, ptep);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08005422 mmu_notifier_invalidate_range(mm, range.start, range.end);
Hugh Dickinscea86fe2022-02-14 18:26:39 -08005423 page_remove_rmap(old_page, vma, true);
Huang Ying5b7a1d42018-08-17 15:45:53 -07005424 hugepage_add_new_anon_rmap(new_page, vma, haddr);
Pasha Tatashin1eba86c2022-01-14 14:06:29 -08005425 set_huge_pte_at(mm, haddr, ptep,
David Hildenbrandc89357e2022-05-09 18:20:45 -07005426 make_huge_pte(vma, new_page, !unshare));
Mike Kravetz8f251a32021-02-24 12:08:56 -08005427 SetHPageMigratable(new_page);
David Gibson1e8f8892006-01-06 00:10:44 -08005428 /* Make the old page be freed below */
5429 new_page = old_page;
5430 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005431 spin_unlock(ptl);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08005432 mmu_notifier_invalidate_range_end(&range);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005433out_release_all:
David Hildenbrandc89357e2022-05-09 18:20:45 -07005434 /*
5435 * No restore in case of successful pagetable update (Break COW or
5436 * unshare)
5437 */
Mike Kravetzc7b18502021-08-19 19:04:33 -07005438 if (new_page != old_page)
5439 restore_reserve_on_error(h, vma, haddr, new_page);
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03005440 put_page(new_page);
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005441out_release_old:
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03005442 put_page(old_page);
Joonsoo Kim83120342013-09-11 14:21:57 -07005443
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005444 spin_lock(ptl); /* Caller expects lock to be held */
Yang Yang662ce1d2022-06-01 15:55:25 -07005445
5446 delayacct_wpcopy_end();
Davidlohr Buesoad4404a2014-08-06 16:06:47 -07005447 return ret;
David Gibson1e8f8892006-01-06 00:10:44 -08005448}
5449
Hugh Dickins3ae77f42009-09-21 17:03:33 -07005450/*
5451 * Return whether there is a pagecache page to back given address within VMA.
5452 * Caller follow_hugetlb_page() holds page_table_lock so we cannot lock_page.
5453 */
5454static bool hugetlbfs_pagecache_present(struct hstate *h,
Hugh Dickins2a15efc2009-09-21 17:03:27 -07005455 struct vm_area_struct *vma, unsigned long address)
5456{
5457 struct address_space *mapping;
5458 pgoff_t idx;
5459 struct page *page;
5460
5461 mapping = vma->vm_file->f_mapping;
5462 idx = vma_hugecache_offset(h, vma, address);
5463
5464 page = find_get_page(mapping, idx);
5465 if (page)
5466 put_page(page);
5467 return page != NULL;
5468}
5469
Mike Kravetz7e1813d2022-09-14 15:18:04 -07005470int hugetlb_add_to_page_cache(struct page *page, struct address_space *mapping,
Mike Kravetzab76ad52015-09-08 15:01:50 -07005471 pgoff_t idx)
5472{
Matthew Wilcox (Oracle)d9ef44d2022-06-01 15:11:01 -04005473 struct folio *folio = page_folio(page);
Mike Kravetzab76ad52015-09-08 15:01:50 -07005474 struct inode *inode = mapping->host;
5475 struct hstate *h = hstate_inode(inode);
Matthew Wilcox (Oracle)d9ef44d2022-06-01 15:11:01 -04005476 int err;
Mike Kravetzab76ad52015-09-08 15:01:50 -07005477
Matthew Wilcox (Oracle)d9ef44d2022-06-01 15:11:01 -04005478 __folio_set_locked(folio);
5479 err = __filemap_add_folio(mapping, folio, idx, GFP_KERNEL, NULL);
5480
5481 if (unlikely(err)) {
5482 __folio_clear_locked(folio);
Mike Kravetzab76ad52015-09-08 15:01:50 -07005483 return err;
Matthew Wilcox (Oracle)d9ef44d2022-06-01 15:11:01 -04005484 }
Mike Kravetzd6995da2021-02-24 12:08:51 -08005485 ClearHPageRestoreReserve(page);
Mike Kravetzab76ad52015-09-08 15:01:50 -07005486
Mike Kravetz22146c32018-10-26 15:10:58 -07005487 /*
Matthew Wilcox (Oracle)d9ef44d2022-06-01 15:11:01 -04005488 * mark folio dirty so that it will not be removed from cache/file
Mike Kravetz22146c32018-10-26 15:10:58 -07005489 * by non-hugetlbfs specific code paths.
5490 */
Matthew Wilcox (Oracle)d9ef44d2022-06-01 15:11:01 -04005491 folio_mark_dirty(folio);
Mike Kravetz22146c32018-10-26 15:10:58 -07005492
Mike Kravetzab76ad52015-09-08 15:01:50 -07005493 spin_lock(&inode->i_lock);
5494 inode->i_blocks += blocks_per_huge_page(h);
5495 spin_unlock(&inode->i_lock);
5496 return 0;
5497}
5498
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005499static inline vm_fault_t hugetlb_handle_userfault(struct vm_area_struct *vma,
5500 struct address_space *mapping,
5501 pgoff_t idx,
5502 unsigned int flags,
5503 unsigned long haddr,
Nadav Amit824ddc62022-03-22 14:45:32 -07005504 unsigned long addr,
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005505 unsigned long reason)
5506{
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005507 u32 hash;
5508 struct vm_fault vmf = {
5509 .vma = vma,
5510 .address = haddr,
Nadav Amit824ddc62022-03-22 14:45:32 -07005511 .real_address = addr,
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005512 .flags = flags,
5513
5514 /*
5515 * Hard to debug if it ends up being
5516 * used by a callee that assumes
5517 * something about the other
5518 * uninitialized fields... same as in
5519 * memory.c
5520 */
5521 };
5522
5523 /*
Liu Shixin958f32c2022-09-23 12:21:13 +08005524 * vma_lock and hugetlb_fault_mutex must be dropped before handling
5525 * userfault. Also mmap_lock could be dropped due to handling
5526 * userfault, any vma operation should be careful from here.
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005527 */
Mike Kravetz40549ba2022-09-14 15:18:09 -07005528 hugetlb_vma_unlock_read(vma);
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005529 hash = hugetlb_fault_mutex_hash(mapping, idx);
5530 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
Liu Shixin958f32c2022-09-23 12:21:13 +08005531 return handle_userfault(&vmf, reason);
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005532}
5533
Souptick Joarder2b740302018-08-23 17:01:36 -07005534static vm_fault_t hugetlb_no_page(struct mm_struct *mm,
5535 struct vm_area_struct *vma,
5536 struct address_space *mapping, pgoff_t idx,
Peter Xuc64e9122022-05-12 20:22:54 -07005537 unsigned long address, pte_t *ptep,
5538 pte_t old_pte, unsigned int flags)
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01005539{
Andi Kleena5516432008-07-23 21:27:41 -07005540 struct hstate *h = hstate_vma(vma);
Souptick Joarder2b740302018-08-23 17:01:36 -07005541 vm_fault_t ret = VM_FAULT_SIGBUS;
Hillf Danton409eb8c2012-01-20 14:34:13 -08005542 int anon_rmap = 0;
Adam Litke4c887262005-10-29 18:16:46 -07005543 unsigned long size;
Adam Litke4c887262005-10-29 18:16:46 -07005544 struct page *page;
David Gibson1e8f8892006-01-06 00:10:44 -08005545 pte_t new_pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005546 spinlock_t *ptl;
Huang Ying285b8dc2018-06-07 17:08:08 -07005547 unsigned long haddr = address & huge_page_mask(h);
Mike Kravetzc7b18502021-08-19 19:04:33 -07005548 bool new_page, new_pagecache_page = false;
Liu Shixin958f32c2022-09-23 12:21:13 +08005549 u32 hash = hugetlb_fault_mutex_hash(mapping, idx);
Adam Litke4c887262005-10-29 18:16:46 -07005550
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005551 /*
5552 * Currently, we are forced to kill the process in the event the
5553 * original mapper has unmapped pages from the child due to a failed
David Hildenbrandc89357e2022-05-09 18:20:45 -07005554 * COW/unsharing. Warn that such a situation has occurred as it may not
5555 * be obvious.
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005556 */
5557 if (is_vma_resv_set(vma, HPAGE_RESV_UNMAPPED)) {
Geoffrey Thomas910154d2016-03-09 14:08:04 -08005558 pr_warn_ratelimited("PID %d killed due to inadequate hugepage pool\n",
Andrew Mortonffb22af2013-02-22 16:32:08 -08005559 current->pid);
Liu Shixin958f32c2022-09-23 12:21:13 +08005560 goto out;
Mel Gorman04f2cbe2008-07-23 21:27:25 -07005561 }
5562
Adam Litke4c887262005-10-29 18:16:46 -07005563 /*
Mike Kravetz188a3972022-09-14 15:18:02 -07005564 * Use page lock to guard against racing truncation
5565 * before we get page_table_lock.
Adam Litke4c887262005-10-29 18:16:46 -07005566 */
Mike Kravetzc7b18502021-08-19 19:04:33 -07005567 new_page = false;
Christoph Lameter6bda6662006-01-06 00:10:49 -08005568 page = find_lock_page(mapping, idx);
5569 if (!page) {
Mike Kravetz188a3972022-09-14 15:18:02 -07005570 size = i_size_read(mapping->host) >> huge_page_shift(h);
5571 if (idx >= size)
5572 goto out;
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005573 /* Check for page in userfault range */
Liu Shixin958f32c2022-09-23 12:21:13 +08005574 if (userfaultfd_missing(vma))
5575 return hugetlb_handle_userfault(vma, mapping, idx,
Nadav Amit824ddc62022-03-22 14:45:32 -07005576 flags, haddr, address,
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005577 VM_UFFD_MISSING);
Mike Kravetz1a1aad82017-02-22 15:43:01 -08005578
Huang Ying285b8dc2018-06-07 17:08:08 -07005579 page = alloc_huge_page(vma, haddr, 0);
Adam Litke2fc39ce2007-11-14 16:59:39 -08005580 if (IS_ERR(page)) {
Mike Kravetz4643d672019-08-13 15:38:00 -07005581 /*
5582 * Returning error will result in faulting task being
5583 * sent SIGBUS. The hugetlb fault mutex prevents two
5584 * tasks from racing to fault in the same page which
5585 * could result in false unable to allocate errors.
5586 * Page migration does not take the fault mutex, but
5587 * does a clear then write of pte's under page table
5588 * lock. Page fault code could race with migration,
5589 * notice the clear pte and try to allocate a page
5590 * here. Before returning error, get ptl and make
5591 * sure there really is no pte entry.
5592 */
5593 ptl = huge_pte_lock(h, mm, ptep);
Miaohe Lind83e6c8a2021-05-04 18:33:31 -07005594 ret = 0;
5595 if (huge_pte_none(huge_ptep_get(ptep)))
5596 ret = vmf_error(PTR_ERR(page));
Mike Kravetz4643d672019-08-13 15:38:00 -07005597 spin_unlock(ptl);
Christoph Lameter6bda6662006-01-06 00:10:49 -08005598 goto out;
5599 }
Andrea Arcangeli47ad8472011-01-13 15:46:47 -08005600 clear_huge_page(page, address, pages_per_huge_page(h));
Nick Piggin0ed361d2008-02-04 22:29:34 -08005601 __SetPageUptodate(page);
Mike Kravetzcb6acd02019-02-28 16:22:02 -08005602 new_page = true;
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01005603
Mel Gormanf83a2752009-05-28 14:34:40 -07005604 if (vma->vm_flags & VM_MAYSHARE) {
Mike Kravetz7e1813d2022-09-14 15:18:04 -07005605 int err = hugetlb_add_to_page_cache(page, mapping, idx);
Christoph Lameter6bda6662006-01-06 00:10:49 -08005606 if (err) {
Miaohe Lin3a5497a2022-08-16 21:05:50 +08005607 /*
5608 * err can't be -EEXIST which implies someone
5609 * else consumed the reservation since hugetlb
5610 * fault mutex is held when add a hugetlb page
5611 * to the page cache. So it's safe to call
5612 * restore_reserve_on_error() here.
5613 */
5614 restore_reserve_on_error(h, vma, haddr, page);
Christoph Lameter6bda6662006-01-06 00:10:49 -08005615 put_page(page);
Christoph Lameter6bda6662006-01-06 00:10:49 -08005616 goto out;
5617 }
Mike Kravetzc7b18502021-08-19 19:04:33 -07005618 new_pagecache_page = true;
Mel Gorman23be7462010-04-23 13:17:56 -04005619 } else {
Christoph Lameter6bda6662006-01-06 00:10:49 -08005620 lock_page(page);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005621 if (unlikely(anon_vma_prepare(vma))) {
5622 ret = VM_FAULT_OOM;
5623 goto backout_unlocked;
5624 }
Hillf Danton409eb8c2012-01-20 14:34:13 -08005625 anon_rmap = 1;
Mel Gorman23be7462010-04-23 13:17:56 -04005626 }
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005627 } else {
Naoya Horiguchi998b4382010-09-08 10:19:32 +09005628 /*
5629 * If memory error occurs between mmap() and fault, some process
5630 * don't have hwpoisoned swap entry for errored virtual address.
5631 * So we need to block hugepage fault by PG_hwpoison bit check.
5632 */
5633 if (unlikely(PageHWPoison(page))) {
Miaohe Lin0eb98f12021-01-12 15:49:24 -08005634 ret = VM_FAULT_HWPOISON_LARGE |
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07005635 VM_FAULT_SET_HINDEX(hstate_index(h));
Naoya Horiguchi998b4382010-09-08 10:19:32 +09005636 goto backout_unlocked;
5637 }
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005638
5639 /* Check for page in userfault range. */
5640 if (userfaultfd_minor(vma)) {
5641 unlock_page(page);
5642 put_page(page);
Liu Shixin958f32c2022-09-23 12:21:13 +08005643 return hugetlb_handle_userfault(vma, mapping, idx,
Nadav Amit824ddc62022-03-22 14:45:32 -07005644 flags, haddr, address,
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005645 VM_UFFD_MINOR);
Axel Rasmussen7677f7f2021-05-04 18:35:36 -07005646 }
Christoph Lameter6bda6662006-01-06 00:10:49 -08005647 }
David Gibson1e8f8892006-01-06 00:10:44 -08005648
Andy Whitcroft57303d82008-08-12 15:08:47 -07005649 /*
5650 * If we are going to COW a private mapping later, we examine the
5651 * pending reservations for this page now. This will ensure that
5652 * any allocations necessary to record that reservation occur outside
5653 * the spinlock.
5654 */
Mike Kravetz5e911372015-09-08 15:01:28 -07005655 if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
Huang Ying285b8dc2018-06-07 17:08:08 -07005656 if (vma_needs_reservation(h, vma, haddr) < 0) {
Andy Whitcroft2b267362008-08-12 15:08:49 -07005657 ret = VM_FAULT_OOM;
5658 goto backout_unlocked;
5659 }
Mike Kravetz5e911372015-09-08 15:01:28 -07005660 /* Just decrements count, does not deallocate */
Huang Ying285b8dc2018-06-07 17:08:08 -07005661 vma_end_reservation(h, vma, haddr);
Mike Kravetz5e911372015-09-08 15:01:28 -07005662 }
Andy Whitcroft57303d82008-08-12 15:08:47 -07005663
Aneesh Kumar K.V8bea8052016-12-12 16:41:59 -08005664 ptl = huge_pte_lock(h, mm, ptep);
Nick Piggin83c54072007-07-19 01:47:05 -07005665 ret = 0;
Peter Xuc64e9122022-05-12 20:22:54 -07005666 /* If pte changed from under us, retry */
5667 if (!pte_same(huge_ptep_get(ptep), old_pte))
Adam Litke4c887262005-10-29 18:16:46 -07005668 goto backout;
5669
Joonsoo Kim07443a82013-09-11 14:21:58 -07005670 if (anon_rmap) {
Mike Kravetzd6995da2021-02-24 12:08:51 -08005671 ClearHPageRestoreReserve(page);
Huang Ying285b8dc2018-06-07 17:08:08 -07005672 hugepage_add_new_anon_rmap(page, vma, haddr);
Choi Gi-yongac714902014-04-07 15:37:36 -07005673 } else
David Hildenbrandfb3d8242022-05-09 18:20:43 -07005674 page_dup_file_rmap(page, true);
David Gibson1e8f8892006-01-06 00:10:44 -08005675 new_pte = make_huge_pte(vma, page, ((vma->vm_flags & VM_WRITE)
5676 && (vma->vm_flags & VM_SHARED)));
Peter Xuc64e9122022-05-12 20:22:54 -07005677 /*
5678 * If this pte was previously wr-protected, keep it wr-protected even
5679 * if populated.
5680 */
5681 if (unlikely(pte_marker_uffd_wp(old_pte)))
5682 new_pte = huge_pte_wrprotect(huge_pte_mkuffd_wp(new_pte));
Huang Ying285b8dc2018-06-07 17:08:08 -07005683 set_huge_pte_at(mm, haddr, ptep, new_pte);
David Gibson1e8f8892006-01-06 00:10:44 -08005684
Naoya Horiguchi5d317b22015-11-05 18:47:14 -08005685 hugetlb_count_add(pages_per_huge_page(h), mm);
Hugh Dickins788c7df2009-06-23 13:49:05 +01005686 if ((flags & FAULT_FLAG_WRITE) && !(vma->vm_flags & VM_SHARED)) {
David Gibson1e8f8892006-01-06 00:10:44 -08005687 /* Optimization, do the COW without a second fault */
David Hildenbrandc89357e2022-05-09 18:20:45 -07005688 ret = hugetlb_wp(mm, vma, address, ptep, flags, page, ptl);
David Gibson1e8f8892006-01-06 00:10:44 -08005689 }
5690
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005691 spin_unlock(ptl);
Mike Kravetzcb6acd02019-02-28 16:22:02 -08005692
5693 /*
Mike Kravetz8f251a32021-02-24 12:08:56 -08005694 * Only set HPageMigratable in newly allocated pages. Existing pages
5695 * found in the pagecache may not have HPageMigratableset if they have
5696 * been isolated for migration.
Mike Kravetzcb6acd02019-02-28 16:22:02 -08005697 */
5698 if (new_page)
Mike Kravetz8f251a32021-02-24 12:08:56 -08005699 SetHPageMigratable(page);
Mike Kravetzcb6acd02019-02-28 16:22:02 -08005700
Adam Litke4c887262005-10-29 18:16:46 -07005701 unlock_page(page);
5702out:
Liu Shixin958f32c2022-09-23 12:21:13 +08005703 hugetlb_vma_unlock_read(vma);
5704 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01005705 return ret;
Adam Litke4c887262005-10-29 18:16:46 -07005706
5707backout:
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005708 spin_unlock(ptl);
Andy Whitcroft2b267362008-08-12 15:08:49 -07005709backout_unlocked:
Mike Kravetzc7b18502021-08-19 19:04:33 -07005710 if (new_page && !new_pagecache_page)
5711 restore_reserve_on_error(h, vma, haddr, page);
Mike Kravetzfa277592022-09-14 15:18:10 -07005712
5713 unlock_page(page);
Adam Litke4c887262005-10-29 18:16:46 -07005714 put_page(page);
5715 goto out;
Hugh Dickinsac9b9c62005-10-20 16:24:28 +01005716}
5717
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005718#ifdef CONFIG_SMP
Wei Yang188b04a2019-11-30 17:57:02 -08005719u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx)
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005720{
5721 unsigned long key[2];
5722 u32 hash;
5723
Mike Kravetz1b426ba2019-05-13 17:19:41 -07005724 key[0] = (unsigned long) mapping;
5725 key[1] = idx;
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005726
Mike Kravetz55254632019-11-30 17:56:30 -08005727 hash = jhash2((u32 *)&key, sizeof(key)/(sizeof(u32)), 0);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005728
5729 return hash & (num_fault_mutexes - 1);
5730}
5731#else
5732/*
Miaohe Lin6c26d312021-02-24 12:07:19 -08005733 * For uniprocessor systems we always use a single mutex, so just
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005734 * return 0 and avoid the hashing overhead.
5735 */
Wei Yang188b04a2019-11-30 17:57:02 -08005736u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx)
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005737{
5738 return 0;
5739}
5740#endif
5741
Souptick Joarder2b740302018-08-23 17:01:36 -07005742vm_fault_t hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
Hugh Dickins788c7df2009-06-23 13:49:05 +01005743 unsigned long address, unsigned int flags)
Adam Litke86e52162006-01-06 00:10:43 -08005744{
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005745 pte_t *ptep, entry;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005746 spinlock_t *ptl;
Souptick Joarder2b740302018-08-23 17:01:36 -07005747 vm_fault_t ret;
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005748 u32 hash;
5749 pgoff_t idx;
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005750 struct page *page = NULL;
Andy Whitcroft57303d82008-08-12 15:08:47 -07005751 struct page *pagecache_page = NULL;
Andi Kleena5516432008-07-23 21:27:41 -07005752 struct hstate *h = hstate_vma(vma);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005753 struct address_space *mapping;
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005754 int need_wait_lock = 0;
Huang Ying285b8dc2018-06-07 17:08:08 -07005755 unsigned long haddr = address & huge_page_mask(h);
Adam Litke86e52162006-01-06 00:10:43 -08005756
Huang Ying285b8dc2018-06-07 17:08:08 -07005757 ptep = huge_pte_offset(mm, haddr, huge_page_size(h));
Naoya Horiguchifd6a03e2010-05-28 09:29:21 +09005758 if (ptep) {
Mike Kravetz40549ba2022-09-14 15:18:09 -07005759 /*
5760 * Since we hold no locks, ptep could be stale. That is
5761 * OK as we are only making decisions based on content and
5762 * not actually modifying content here.
5763 */
Naoya Horiguchifd6a03e2010-05-28 09:29:21 +09005764 entry = huge_ptep_get(ptep);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09005765 if (unlikely(is_hugetlb_entry_migration(entry))) {
Miaohe Linad1ac592022-05-30 19:30:16 +08005766 migration_entry_wait_huge(vma, ptep);
Naoya Horiguchi290408d2010-09-08 10:19:35 +09005767 return 0;
5768 } else if (unlikely(is_hugetlb_entry_hwpoisoned(entry)))
Chris Forbes32f84522011-07-25 17:12:14 -07005769 return VM_FAULT_HWPOISON_LARGE |
Aneesh Kumar K.V972dc4d2012-07-31 16:42:00 -07005770 VM_FAULT_SET_HINDEX(hstate_index(h));
Naoya Horiguchifd6a03e2010-05-28 09:29:21 +09005771 }
5772
David Gibson3935baa2006-03-22 00:08:53 -08005773 /*
5774 * Serialize hugepage allocation and instantiation, so that we don't
5775 * get spurious allocation failures if two CPUs race to instantiate
5776 * the same page in the page cache.
5777 */
Mike Kravetz40549ba2022-09-14 15:18:09 -07005778 mapping = vma->vm_file->f_mapping;
5779 idx = vma_hugecache_offset(h, vma, haddr);
Wei Yang188b04a2019-11-30 17:57:02 -08005780 hash = hugetlb_fault_mutex_hash(mapping, idx);
Mike Kravetzc672c7f2015-09-08 15:01:35 -07005781 mutex_lock(&hugetlb_fault_mutex_table[hash]);
Davidlohr Bueso8382d912014-04-03 14:47:31 -07005782
Mike Kravetz40549ba2022-09-14 15:18:09 -07005783 /*
5784 * Acquire vma lock before calling huge_pte_alloc and hold
5785 * until finished with ptep. This prevents huge_pmd_unshare from
5786 * being called elsewhere and making the ptep no longer valid.
5787 *
5788 * ptep could have already be assigned via huge_pte_offset. That
5789 * is OK, as huge_pte_alloc will return the same value unless
5790 * something has changed.
5791 */
5792 hugetlb_vma_lock_read(vma);
5793 ptep = huge_pte_alloc(mm, vma, haddr, huge_page_size(h));
5794 if (!ptep) {
5795 hugetlb_vma_unlock_read(vma);
5796 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
5797 return VM_FAULT_OOM;
5798 }
5799
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07005800 entry = huge_ptep_get(ptep);
Peter Xuc64e9122022-05-12 20:22:54 -07005801 /* PTE markers should be handled the same way as none pte */
Liu Shixin958f32c2022-09-23 12:21:13 +08005802 if (huge_pte_none_mostly(entry))
5803 /*
5804 * hugetlb_no_page will drop vma lock and hugetlb fault
5805 * mutex internally, which make us return immediately.
5806 */
5807 return hugetlb_no_page(mm, vma, mapping, idx, address, ptep,
Peter Xuc64e9122022-05-12 20:22:54 -07005808 entry, flags);
Adam Litke86e52162006-01-06 00:10:43 -08005809
Nick Piggin83c54072007-07-19 01:47:05 -07005810 ret = 0;
David Gibson1e8f8892006-01-06 00:10:44 -08005811
Andy Whitcroft57303d82008-08-12 15:08:47 -07005812 /*
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005813 * entry could be a migration/hwpoison entry at this point, so this
5814 * check prevents the kernel from going below assuming that we have
Ethon Paul7c8de352020-06-04 16:49:07 -07005815 * an active hugepage in pagecache. This goto expects the 2nd page
5816 * fault, and is_hugetlb_entry_(migration|hwpoisoned) check will
5817 * properly handle it.
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005818 */
5819 if (!pte_present(entry))
5820 goto out_mutex;
5821
5822 /*
David Hildenbrandc89357e2022-05-09 18:20:45 -07005823 * If we are going to COW/unshare the mapping later, we examine the
5824 * pending reservations for this page now. This will ensure that any
Andy Whitcroft57303d82008-08-12 15:08:47 -07005825 * allocations necessary to record that reservation occur outside the
David Hildenbrand1d8d14642022-08-11 12:34:35 +02005826 * spinlock. Also lookup the pagecache page now as it is used to
5827 * determine if a reservation has been consumed.
Andy Whitcroft57303d82008-08-12 15:08:47 -07005828 */
David Hildenbrandc89357e2022-05-09 18:20:45 -07005829 if ((flags & (FAULT_FLAG_WRITE|FAULT_FLAG_UNSHARE)) &&
David Hildenbrand1d8d14642022-08-11 12:34:35 +02005830 !(vma->vm_flags & VM_MAYSHARE) && !huge_pte_write(entry)) {
Huang Ying285b8dc2018-06-07 17:08:08 -07005831 if (vma_needs_reservation(h, vma, haddr) < 0) {
Andy Whitcroft2b267362008-08-12 15:08:49 -07005832 ret = VM_FAULT_OOM;
David Gibsonb4d1d992008-10-15 22:01:11 -07005833 goto out_mutex;
Andy Whitcroft2b267362008-08-12 15:08:49 -07005834 }
Mike Kravetz5e911372015-09-08 15:01:28 -07005835 /* Just decrements count, does not deallocate */
Huang Ying285b8dc2018-06-07 17:08:08 -07005836 vma_end_reservation(h, vma, haddr);
Andy Whitcroft57303d82008-08-12 15:08:47 -07005837
Miaohe Lin29be8422022-09-01 20:00:27 +08005838 pagecache_page = find_lock_page(mapping, idx);
Andy Whitcroft57303d82008-08-12 15:08:47 -07005839 }
5840
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005841 ptl = huge_pte_lock(h, mm, ptep);
Naoya Horiguchi0fe6e202010-05-28 09:29:16 +09005842
David Hildenbrandc89357e2022-05-09 18:20:45 -07005843 /* Check for a racing update before calling hugetlb_wp() */
David Gibsonb4d1d992008-10-15 22:01:11 -07005844 if (unlikely(!pte_same(entry, huge_ptep_get(ptep))))
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005845 goto out_ptl;
David Gibsonb4d1d992008-10-15 22:01:11 -07005846
Peter Xu166f3ec2022-05-12 20:22:54 -07005847 /* Handle userfault-wp first, before trying to lock more pages */
5848 if (userfaultfd_wp(vma) && huge_pte_uffd_wp(huge_ptep_get(ptep)) &&
5849 (flags & FAULT_FLAG_WRITE) && !huge_pte_write(entry)) {
5850 struct vm_fault vmf = {
5851 .vma = vma,
5852 .address = haddr,
5853 .real_address = address,
5854 .flags = flags,
5855 };
5856
5857 spin_unlock(ptl);
5858 if (pagecache_page) {
5859 unlock_page(pagecache_page);
5860 put_page(pagecache_page);
5861 }
Mike Kravetz40549ba2022-09-14 15:18:09 -07005862 hugetlb_vma_unlock_read(vma);
Peter Xu166f3ec2022-05-12 20:22:54 -07005863 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
Peter Xu166f3ec2022-05-12 20:22:54 -07005864 return handle_userfault(&vmf, VM_UFFD_WP);
5865 }
5866
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005867 /*
David Hildenbrandc89357e2022-05-09 18:20:45 -07005868 * hugetlb_wp() requires page locks of pte_page(entry) and
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005869 * pagecache_page, so here we need take the former one
5870 * when page != pagecache_page or !pagecache_page.
5871 */
5872 page = pte_page(entry);
5873 if (page != pagecache_page)
5874 if (!trylock_page(page)) {
5875 need_wait_lock = 1;
5876 goto out_ptl;
5877 }
5878
5879 get_page(page);
David Gibsonb4d1d992008-10-15 22:01:11 -07005880
David Hildenbrandc89357e2022-05-09 18:20:45 -07005881 if (flags & (FAULT_FLAG_WRITE|FAULT_FLAG_UNSHARE)) {
Gerald Schaefer106c9922013-04-29 15:07:23 -07005882 if (!huge_pte_write(entry)) {
David Hildenbrandc89357e2022-05-09 18:20:45 -07005883 ret = hugetlb_wp(mm, vma, address, ptep, flags,
5884 pagecache_page, ptl);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005885 goto out_put_page;
David Hildenbrandc89357e2022-05-09 18:20:45 -07005886 } else if (likely(flags & FAULT_FLAG_WRITE)) {
5887 entry = huge_pte_mkdirty(entry);
David Gibsonb4d1d992008-10-15 22:01:11 -07005888 }
David Gibsonb4d1d992008-10-15 22:01:11 -07005889 }
5890 entry = pte_mkyoung(entry);
Huang Ying285b8dc2018-06-07 17:08:08 -07005891 if (huge_ptep_set_access_flags(vma, haddr, ptep, entry,
Hugh Dickins788c7df2009-06-23 13:49:05 +01005892 flags & FAULT_FLAG_WRITE))
Huang Ying285b8dc2018-06-07 17:08:08 -07005893 update_mmu_cache(vma, haddr, ptep);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005894out_put_page:
5895 if (page != pagecache_page)
5896 unlock_page(page);
5897 put_page(page);
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08005898out_ptl:
5899 spin_unlock(ptl);
Andy Whitcroft57303d82008-08-12 15:08:47 -07005900
5901 if (pagecache_page) {
5902 unlock_page(pagecache_page);
5903 put_page(pagecache_page);
5904 }
David Gibsonb4d1d992008-10-15 22:01:11 -07005905out_mutex:
Mike Kravetz40549ba2022-09-14 15:18:09 -07005906 hugetlb_vma_unlock_read(vma);
Mike Kravetzc672c7f2015-09-08 15:01:35 -07005907 mutex_unlock(&hugetlb_fault_mutex_table[hash]);
Naoya Horiguchi0f792cf2015-02-11 15:25:25 -08005908 /*
5909 * Generally it's safe to hold refcount during waiting page lock. But
5910 * here we just wait to defer the next page fault to avoid busy loop and
5911 * the page is not used after unlocked before returning from the current
5912 * page fault. So we are safe from accessing freed page, even if we wait
5913 * here without taking refcount.
5914 */
5915 if (need_wait_lock)
5916 wait_on_page_locked(page);
David Gibson1e8f8892006-01-06 00:10:44 -08005917 return ret;
Adam Litke86e52162006-01-06 00:10:43 -08005918}
5919
Axel Rasmussen714c1892021-05-04 18:35:45 -07005920#ifdef CONFIG_USERFAULTFD
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005921/*
5922 * Used by userfaultfd UFFDIO_COPY. Based on mcopy_atomic_pte with
5923 * modifications for huge pages.
5924 */
5925int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm,
5926 pte_t *dst_pte,
5927 struct vm_area_struct *dst_vma,
5928 unsigned long dst_addr,
5929 unsigned long src_addr,
Axel Rasmussenf6191472021-05-04 18:35:49 -07005930 enum mcopy_atomic_mode mode,
Peter Xu6041c692022-05-12 20:22:54 -07005931 struct page **pagep,
5932 bool wp_copy)
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005933{
Axel Rasmussenf6191472021-05-04 18:35:49 -07005934 bool is_continue = (mode == MCOPY_ATOMIC_CONTINUE);
Mina Almasry8cc5fcb2021-06-30 18:48:19 -07005935 struct hstate *h = hstate_vma(dst_vma);
5936 struct address_space *mapping = dst_vma->vm_file->f_mapping;
5937 pgoff_t idx = vma_hugecache_offset(h, dst_vma, dst_addr);
Andrea Arcangeli1e3921472017-11-02 15:59:29 -07005938 unsigned long size;
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08005939 int vm_shared = dst_vma->vm_flags & VM_SHARED;
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005940 pte_t _dst_pte;
5941 spinlock_t *ptl;
Mina Almasry8cc5fcb2021-06-30 18:48:19 -07005942 int ret = -ENOMEM;
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005943 struct page *page;
Axel Rasmussenf6191472021-05-04 18:35:49 -07005944 int writable;
Mina Almasrycc300422021-11-19 16:43:43 -08005945 bool page_in_pagecache = false;
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005946
Axel Rasmussenf6191472021-05-04 18:35:49 -07005947 if (is_continue) {
5948 ret = -EFAULT;
5949 page = find_lock_page(mapping, idx);
5950 if (!page)
5951 goto out;
Mina Almasrycc300422021-11-19 16:43:43 -08005952 page_in_pagecache = true;
Axel Rasmussenf6191472021-05-04 18:35:49 -07005953 } else if (!*pagep) {
Mina Almasryd84cf062021-06-04 20:01:36 -07005954 /* If a page already exists, then it's UFFDIO_COPY for
5955 * a non-missing case. Return -EEXIST.
5956 */
5957 if (vm_shared &&
5958 hugetlbfs_pagecache_present(h, dst_vma, dst_addr)) {
5959 ret = -EEXIST;
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005960 goto out;
Mina Almasryd84cf062021-06-04 20:01:36 -07005961 }
5962
5963 page = alloc_huge_page(dst_vma, dst_addr, 0);
5964 if (IS_ERR(page)) {
5965 ret = -ENOMEM;
5966 goto out;
5967 }
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005968
5969 ret = copy_huge_page_from_user(page,
5970 (const void __user *) src_addr,
Mike Kravetz810a56b2017-02-22 15:42:58 -08005971 pages_per_huge_page(h), false);
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005972
Michel Lespinassec1e8d7c2020-06-08 21:33:54 -07005973 /* fallback to copy_from_user outside mmap_lock */
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005974 if (unlikely(ret)) {
Andrea Arcangeli9e368252018-11-30 14:09:25 -08005975 ret = -ENOENT;
Mina Almasry8cc5fcb2021-06-30 18:48:19 -07005976 /* Free the allocated page which may have
5977 * consumed a reservation.
5978 */
5979 restore_reserve_on_error(h, dst_vma, dst_addr, page);
5980 put_page(page);
5981
5982 /* Allocate a temporary page to hold the copied
5983 * contents.
5984 */
5985 page = alloc_huge_page_vma(h, dst_vma, dst_addr);
5986 if (!page) {
5987 ret = -ENOMEM;
5988 goto out;
5989 }
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005990 *pagep = page;
Mina Almasry8cc5fcb2021-06-30 18:48:19 -07005991 /* Set the outparam pagep and return to the caller to
5992 * copy the contents outside the lock. Don't free the
5993 * page.
5994 */
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08005995 goto out;
5996 }
5997 } else {
Mina Almasry8cc5fcb2021-06-30 18:48:19 -07005998 if (vm_shared &&
5999 hugetlbfs_pagecache_present(h, dst_vma, dst_addr)) {
6000 put_page(*pagep);
6001 ret = -EEXIST;
6002 *pagep = NULL;
6003 goto out;
6004 }
6005
6006 page = alloc_huge_page(dst_vma, dst_addr, 0);
6007 if (IS_ERR(page)) {
Miaohe Linda9a2982022-07-09 17:26:29 +08006008 put_page(*pagep);
Mina Almasry8cc5fcb2021-06-30 18:48:19 -07006009 ret = -ENOMEM;
6010 *pagep = NULL;
6011 goto out;
6012 }
Muchun Song34892362022-03-22 14:42:02 -07006013 copy_user_huge_page(page, *pagep, dst_addr, dst_vma,
6014 pages_per_huge_page(h));
Mina Almasry8cc5fcb2021-06-30 18:48:19 -07006015 put_page(*pagep);
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006016 *pagep = NULL;
6017 }
6018
6019 /*
6020 * The memory barrier inside __SetPageUptodate makes sure that
6021 * preceding stores to the page contents become visible before
6022 * the set_pte_at() write.
6023 */
6024 __SetPageUptodate(page);
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006025
Axel Rasmussenf6191472021-05-04 18:35:49 -07006026 /* Add shared, newly allocated pages to the page cache. */
6027 if (vm_shared && !is_continue) {
Andrea Arcangeli1e3921472017-11-02 15:59:29 -07006028 size = i_size_read(mapping->host) >> huge_page_shift(h);
6029 ret = -EFAULT;
6030 if (idx >= size)
6031 goto out_release_nounlock;
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08006032
Andrea Arcangeli1e3921472017-11-02 15:59:29 -07006033 /*
6034 * Serialization between remove_inode_hugepages() and
Mike Kravetz7e1813d2022-09-14 15:18:04 -07006035 * hugetlb_add_to_page_cache() below happens through the
Andrea Arcangeli1e3921472017-11-02 15:59:29 -07006036 * hugetlb_fault_mutex_table that here must be hold by
6037 * the caller.
6038 */
Mike Kravetz7e1813d2022-09-14 15:18:04 -07006039 ret = hugetlb_add_to_page_cache(page, mapping, idx);
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08006040 if (ret)
6041 goto out_release_nounlock;
Mina Almasrycc300422021-11-19 16:43:43 -08006042 page_in_pagecache = true;
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08006043 }
6044
Miaohe Linbcc66542022-09-01 20:00:25 +08006045 ptl = huge_pte_lock(h, dst_mm, dst_pte);
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006046
Andrea Arcangeli1e3921472017-11-02 15:59:29 -07006047 /*
Peter Xu6041c692022-05-12 20:22:54 -07006048 * We allow to overwrite a pte marker: consider when both MISSING|WP
6049 * registered, we firstly wr-protect a none pte which has no page cache
6050 * page backing it, then access the page.
6051 */
Mike Kravetzfa277592022-09-14 15:18:10 -07006052 ret = -EEXIST;
Peter Xu6041c692022-05-12 20:22:54 -07006053 if (!huge_pte_none_mostly(huge_ptep_get(dst_pte)))
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006054 goto out_release_unlock;
6055
Miaohe Linab74ef72022-07-12 21:05:42 +08006056 if (page_in_pagecache) {
David Hildenbrandfb3d8242022-05-09 18:20:43 -07006057 page_dup_file_rmap(page, true);
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08006058 } else {
Mike Kravetzd6995da2021-02-24 12:08:51 -08006059 ClearHPageRestoreReserve(page);
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08006060 hugepage_add_new_anon_rmap(page, dst_vma, dst_addr);
6061 }
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006062
Peter Xu6041c692022-05-12 20:22:54 -07006063 /*
6064 * For either: (1) CONTINUE on a non-shared VMA, or (2) UFFDIO_COPY
6065 * with wp flag set, don't set pte write bit.
6066 */
6067 if (wp_copy || (is_continue && !vm_shared))
Axel Rasmussenf6191472021-05-04 18:35:49 -07006068 writable = 0;
6069 else
6070 writable = dst_vma->vm_flags & VM_WRITE;
6071
6072 _dst_pte = make_huge_pte(dst_vma, page, writable);
Peter Xu6041c692022-05-12 20:22:54 -07006073 /*
6074 * Always mark UFFDIO_COPY page dirty; note that this may not be
6075 * extremely important for hugetlbfs for now since swapping is not
6076 * supported, but we should still be clear in that this page cannot be
6077 * thrown away at will, even if write bit not set.
6078 */
6079 _dst_pte = huge_pte_mkdirty(_dst_pte);
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006080 _dst_pte = pte_mkyoung(_dst_pte);
6081
Peter Xu6041c692022-05-12 20:22:54 -07006082 if (wp_copy)
6083 _dst_pte = huge_pte_mkuffd_wp(_dst_pte);
6084
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006085 set_huge_pte_at(dst_mm, dst_addr, dst_pte, _dst_pte);
6086
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006087 hugetlb_count_add(pages_per_huge_page(h), dst_mm);
6088
6089 /* No need to invalidate - it was non-present before */
6090 update_mmu_cache(dst_vma, dst_addr, dst_pte);
6091
6092 spin_unlock(ptl);
Axel Rasmussenf6191472021-05-04 18:35:49 -07006093 if (!is_continue)
6094 SetHPageMigratable(page);
6095 if (vm_shared || is_continue)
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08006096 unlock_page(page);
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006097 ret = 0;
6098out:
6099 return ret;
6100out_release_unlock:
6101 spin_unlock(ptl);
Axel Rasmussenf6191472021-05-04 18:35:49 -07006102 if (vm_shared || is_continue)
Mike Kravetz1c9e8de2017-02-22 15:43:43 -08006103 unlock_page(page);
Andrea Arcangeli5af10df2017-08-10 15:23:38 -07006104out_release_nounlock:
Mina Almasrycc300422021-11-19 16:43:43 -08006105 if (!page_in_pagecache)
Mike Kravetzc7b18502021-08-19 19:04:33 -07006106 restore_reserve_on_error(h, dst_vma, dst_addr, page);
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006107 put_page(page);
6108 goto out;
6109}
Axel Rasmussen714c1892021-05-04 18:35:45 -07006110#endif /* CONFIG_USERFAULTFD */
Mike Kravetz8fb5deb2017-02-22 15:42:52 -08006111
Joao Martins82e5d372021-02-24 12:07:16 -08006112static void record_subpages_vmas(struct page *page, struct vm_area_struct *vma,
6113 int refs, struct page **pages,
6114 struct vm_area_struct **vmas)
6115{
6116 int nr;
6117
6118 for (nr = 0; nr < refs; nr++) {
6119 if (likely(pages))
Cheng Li14455ea2022-09-09 07:31:09 +00006120 pages[nr] = nth_page(page, nr);
Joao Martins82e5d372021-02-24 12:07:16 -08006121 if (vmas)
6122 vmas[nr] = vma;
6123 }
6124}
6125
David Hildenbranda7f22662022-05-09 18:20:45 -07006126static inline bool __follow_hugetlb_must_fault(unsigned int flags, pte_t *pte,
6127 bool *unshare)
6128{
6129 pte_t pteval = huge_ptep_get(pte);
6130
6131 *unshare = false;
6132 if (is_swap_pte(pteval))
6133 return true;
6134 if (huge_pte_write(pteval))
6135 return false;
6136 if (flags & FOLL_WRITE)
6137 return true;
6138 if (gup_must_unshare(flags, pte_page(pteval))) {
6139 *unshare = true;
6140 return true;
6141 }
6142 return false;
6143}
6144
Michel Lespinasse28a35712013-02-22 16:35:55 -08006145long follow_hugetlb_page(struct mm_struct *mm, struct vm_area_struct *vma,
6146 struct page **pages, struct vm_area_struct **vmas,
6147 unsigned long *position, unsigned long *nr_pages,
Peter Xu4f6da932020-04-01 21:07:58 -07006148 long i, unsigned int flags, int *locked)
David Gibson63551ae2005-06-21 17:14:44 -07006149{
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08006150 unsigned long pfn_offset;
6151 unsigned long vaddr = *position;
Michel Lespinasse28a35712013-02-22 16:35:55 -08006152 unsigned long remainder = *nr_pages;
Andi Kleena5516432008-07-23 21:27:41 -07006153 struct hstate *h = hstate_vma(vma);
Joao Martins0fa5bc42021-02-24 12:07:12 -08006154 int err = -EFAULT, refs;
David Gibson63551ae2005-06-21 17:14:44 -07006155
David Gibson63551ae2005-06-21 17:14:44 -07006156 while (vaddr < vma->vm_end && remainder) {
Adam Litke4c887262005-10-29 18:16:46 -07006157 pte_t *pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006158 spinlock_t *ptl = NULL;
David Hildenbranda7f22662022-05-09 18:20:45 -07006159 bool unshare = false;
Hugh Dickins2a15efc2009-09-21 17:03:27 -07006160 int absent;
Adam Litke4c887262005-10-29 18:16:46 -07006161 struct page *page;
6162
6163 /*
David Rientjes02057962015-04-14 15:48:24 -07006164 * If we have a pending SIGKILL, don't keep faulting pages and
6165 * potentially allocating memory.
6166 */
Davidlohr Buesofa45f112019-01-03 15:28:55 -08006167 if (fatal_signal_pending(current)) {
David Rientjes02057962015-04-14 15:48:24 -07006168 remainder = 0;
6169 break;
6170 }
6171
6172 /*
Adam Litke4c887262005-10-29 18:16:46 -07006173 * Some archs (sparc64, sh*) have multiple pte_ts to
Hugh Dickins2a15efc2009-09-21 17:03:27 -07006174 * each hugepage. We have to make sure we get the
Adam Litke4c887262005-10-29 18:16:46 -07006175 * first, for the page indexing below to work.
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006176 *
6177 * Note that page table lock is not held when pte is null.
Adam Litke4c887262005-10-29 18:16:46 -07006178 */
Punit Agrawal7868a202017-07-06 15:39:42 -07006179 pte = huge_pte_offset(mm, vaddr & huge_page_mask(h),
6180 huge_page_size(h));
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006181 if (pte)
6182 ptl = huge_pte_lock(h, mm, pte);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07006183 absent = !pte || huge_pte_none(huge_ptep_get(pte));
Adam Litke4c887262005-10-29 18:16:46 -07006184
Hugh Dickins2a15efc2009-09-21 17:03:27 -07006185 /*
6186 * When coredumping, it suits get_dump_page if we just return
Hugh Dickins3ae77f42009-09-21 17:03:33 -07006187 * an error where there's an empty slot with no huge pagecache
6188 * to back it. This way, we avoid allocating a hugepage, and
6189 * the sparse dumpfile avoids allocating disk blocks, but its
6190 * huge holes still show up with zeroes where they need to be.
Hugh Dickins2a15efc2009-09-21 17:03:27 -07006191 */
Hugh Dickins3ae77f42009-09-21 17:03:33 -07006192 if (absent && (flags & FOLL_DUMP) &&
6193 !hugetlbfs_pagecache_present(h, vma, vaddr)) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006194 if (pte)
6195 spin_unlock(ptl);
Hugh Dickins2a15efc2009-09-21 17:03:27 -07006196 remainder = 0;
6197 break;
6198 }
6199
Naoya Horiguchi9cc3a5b2013-04-17 15:58:30 -07006200 /*
6201 * We need call hugetlb_fault for both hugepages under migration
6202 * (in which case hugetlb_fault waits for the migration,) and
6203 * hwpoisoned hugepages (in which case we need to prevent the
6204 * caller from accessing to them.) In order to do this, we use
6205 * here is_swap_pte instead of is_hugetlb_entry_migration and
6206 * is_hugetlb_entry_hwpoisoned. This is because it simply covers
6207 * both cases, and because we can't follow correct pages
6208 * directly from any kind of swap entries.
6209 */
David Hildenbranda7f22662022-05-09 18:20:45 -07006210 if (absent ||
6211 __follow_hugetlb_must_fault(flags, pte, &unshare)) {
Souptick Joarder2b740302018-08-23 17:01:36 -07006212 vm_fault_t ret;
Andrea Arcangeli87ffc112017-02-22 15:43:13 -08006213 unsigned int fault_flags = 0;
Adam Litke4c887262005-10-29 18:16:46 -07006214
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006215 if (pte)
6216 spin_unlock(ptl);
Andrea Arcangeli87ffc112017-02-22 15:43:13 -08006217 if (flags & FOLL_WRITE)
6218 fault_flags |= FAULT_FLAG_WRITE;
David Hildenbranda7f22662022-05-09 18:20:45 -07006219 else if (unshare)
6220 fault_flags |= FAULT_FLAG_UNSHARE;
Peter Xu4f6da932020-04-01 21:07:58 -07006221 if (locked)
Peter Xu71335f32020-04-01 21:08:53 -07006222 fault_flags |= FAULT_FLAG_ALLOW_RETRY |
6223 FAULT_FLAG_KILLABLE;
Andrea Arcangeli87ffc112017-02-22 15:43:13 -08006224 if (flags & FOLL_NOWAIT)
6225 fault_flags |= FAULT_FLAG_ALLOW_RETRY |
6226 FAULT_FLAG_RETRY_NOWAIT;
6227 if (flags & FOLL_TRIED) {
Peter Xu4426e942020-04-01 21:08:49 -07006228 /*
6229 * Note: FAULT_FLAG_ALLOW_RETRY and
6230 * FAULT_FLAG_TRIED can co-exist
6231 */
Andrea Arcangeli87ffc112017-02-22 15:43:13 -08006232 fault_flags |= FAULT_FLAG_TRIED;
6233 }
6234 ret = hugetlb_fault(mm, vma, vaddr, fault_flags);
6235 if (ret & VM_FAULT_ERROR) {
Daniel Jordan2be7cfe2017-08-02 13:31:47 -07006236 err = vm_fault_to_errno(ret, flags);
Andrea Arcangeli87ffc112017-02-22 15:43:13 -08006237 remainder = 0;
6238 break;
6239 }
6240 if (ret & VM_FAULT_RETRY) {
Peter Xu4f6da932020-04-01 21:07:58 -07006241 if (locked &&
Andrea Arcangeli1ac25012019-02-01 14:20:16 -08006242 !(fault_flags & FAULT_FLAG_RETRY_NOWAIT))
Peter Xu4f6da932020-04-01 21:07:58 -07006243 *locked = 0;
Andrea Arcangeli87ffc112017-02-22 15:43:13 -08006244 *nr_pages = 0;
6245 /*
6246 * VM_FAULT_RETRY must not return an
6247 * error, it will return zero
6248 * instead.
6249 *
6250 * No need to update "position" as the
6251 * caller will not check it after
6252 * *nr_pages is set to 0.
6253 */
6254 return i;
6255 }
6256 continue;
Adam Litke4c887262005-10-29 18:16:46 -07006257 }
David Gibson63551ae2005-06-21 17:14:44 -07006258
Andi Kleena5516432008-07-23 21:27:41 -07006259 pfn_offset = (vaddr & ~huge_page_mask(h)) >> PAGE_SHIFT;
Gerald Schaefer7f2e9522008-04-28 02:13:29 -07006260 page = pte_page(huge_ptep_get(pte));
Linus Torvalds8fde12c2019-04-11 10:49:19 -07006261
David Hildenbrandb6a26192022-05-09 18:20:45 -07006262 VM_BUG_ON_PAGE((flags & FOLL_PIN) && PageAnon(page) &&
6263 !PageAnonExclusive(page), page);
6264
Linus Torvalds8fde12c2019-04-11 10:49:19 -07006265 /*
Zhigang Luacbfb082019-11-30 17:57:06 -08006266 * If subpage information not requested, update counters
6267 * and skip the same_page loop below.
6268 */
6269 if (!pages && !vmas && !pfn_offset &&
6270 (vaddr + huge_page_size(h) < vma->vm_end) &&
6271 (remainder >= pages_per_huge_page(h))) {
6272 vaddr += huge_page_size(h);
6273 remainder -= pages_per_huge_page(h);
6274 i += pages_per_huge_page(h);
6275 spin_unlock(ptl);
6276 continue;
6277 }
6278
Joao Martinsd08af0a2021-07-14 21:27:11 -07006279 /* vaddr may not be aligned to PAGE_SIZE */
6280 refs = min3(pages_per_huge_page(h) - pfn_offset, remainder,
6281 (vma->vm_end - ALIGN_DOWN(vaddr, PAGE_SIZE)) >> PAGE_SHIFT);
Joao Martins0fa5bc42021-02-24 12:07:12 -08006282
Joao Martins82e5d372021-02-24 12:07:16 -08006283 if (pages || vmas)
Cheng Li14455ea2022-09-09 07:31:09 +00006284 record_subpages_vmas(nth_page(page, pfn_offset),
Joao Martins82e5d372021-02-24 12:07:16 -08006285 vma, refs,
6286 likely(pages) ? pages + i : NULL,
6287 vmas ? vmas + i : NULL);
David Gibson63551ae2005-06-21 17:14:44 -07006288
Joao Martins82e5d372021-02-24 12:07:16 -08006289 if (pages) {
Joao Martins0fa5bc42021-02-24 12:07:12 -08006290 /*
Matthew Wilcox (Oracle)822951d2022-01-08 00:15:04 -05006291 * try_grab_folio() should always succeed here,
Joao Martins0fa5bc42021-02-24 12:07:12 -08006292 * because: a) we hold the ptl lock, and b) we've just
6293 * checked that the huge page is present in the page
6294 * tables. If the huge page is present, then the tail
6295 * pages must also be present. The ptl prevents the
6296 * head page and tail pages from being rearranged in
6297 * any way. So this page must be available at this
6298 * point, unless the page refcount overflowed:
6299 */
Matthew Wilcox (Oracle)822951d2022-01-08 00:15:04 -05006300 if (WARN_ON_ONCE(!try_grab_folio(pages[i], refs,
6301 flags))) {
Joao Martins0fa5bc42021-02-24 12:07:12 -08006302 spin_unlock(ptl);
6303 remainder = 0;
6304 err = -ENOMEM;
6305 break;
6306 }
Chen, Kenneth Wd5d4b0a2006-03-22 00:09:03 -08006307 }
Joao Martins82e5d372021-02-24 12:07:16 -08006308
6309 vaddr += (refs << PAGE_SHIFT);
6310 remainder -= refs;
6311 i += refs;
6312
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006313 spin_unlock(ptl);
David Gibson63551ae2005-06-21 17:14:44 -07006314 }
Michel Lespinasse28a35712013-02-22 16:35:55 -08006315 *nr_pages = remainder;
Andrea Arcangeli87ffc112017-02-22 15:43:13 -08006316 /*
6317 * setting position is actually required only if remainder is
6318 * not zero but it's faster not to add a "if (remainder)"
6319 * branch.
6320 */
David Gibson63551ae2005-06-21 17:14:44 -07006321 *position = vaddr;
6322
Daniel Jordan2be7cfe2017-08-02 13:31:47 -07006323 return i ? i : err;
David Gibson63551ae2005-06-21 17:14:44 -07006324}
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006325
Peter Zijlstra7da4d642012-11-19 03:14:23 +01006326unsigned long hugetlb_change_protection(struct vm_area_struct *vma,
Peter Xu5a90d5a2022-05-12 20:22:54 -07006327 unsigned long address, unsigned long end,
6328 pgprot_t newprot, unsigned long cp_flags)
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006329{
6330 struct mm_struct *mm = vma->vm_mm;
6331 unsigned long start = address;
6332 pte_t *ptep;
6333 pte_t pte;
Andi Kleena5516432008-07-23 21:27:41 -07006334 struct hstate *h = hstate_vma(vma);
Peter Xu60dfaad2022-05-12 20:22:55 -07006335 unsigned long pages = 0, psize = huge_page_size(h);
Mike Kravetzdff11ab2018-10-05 15:51:33 -07006336 bool shared_pmd = false;
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08006337 struct mmu_notifier_range range;
Mike Kravetze95a9852022-06-21 16:56:17 -07006338 unsigned long last_addr_mask;
Peter Xu5a90d5a2022-05-12 20:22:54 -07006339 bool uffd_wp = cp_flags & MM_CP_UFFD_WP;
6340 bool uffd_wp_resolve = cp_flags & MM_CP_UFFD_WP_RESOLVE;
Mike Kravetzdff11ab2018-10-05 15:51:33 -07006341
6342 /*
6343 * In the case of shared PMDs, the area to flush could be beyond
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08006344 * start/end. Set range.start/range.end to cover the maximum possible
Mike Kravetzdff11ab2018-10-05 15:51:33 -07006345 * range if PMD sharing is possible.
6346 */
Jérôme Glisse7269f992019-05-13 17:20:53 -07006347 mmu_notifier_range_init(&range, MMU_NOTIFY_PROTECTION_VMA,
6348 0, vma, mm, start, end);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08006349 adjust_range_if_pmd_sharing_possible(vma, &range.start, &range.end);
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006350
6351 BUG_ON(address >= end);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08006352 flush_cache_range(vma, range.start, range.end);
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006353
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08006354 mmu_notifier_invalidate_range_start(&range);
Mike Kravetz40549ba2022-09-14 15:18:09 -07006355 hugetlb_vma_lock_write(vma);
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08006356 i_mmap_lock_write(vma->vm_file->f_mapping);
Mike Kravetz40549ba2022-09-14 15:18:09 -07006357 last_addr_mask = hugetlb_mask_last_page(h);
Peter Xu60dfaad2022-05-12 20:22:55 -07006358 for (; address < end; address += psize) {
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006359 spinlock_t *ptl;
Peter Xu60dfaad2022-05-12 20:22:55 -07006360 ptep = huge_pte_offset(mm, address, psize);
Mike Kravetze95a9852022-06-21 16:56:17 -07006361 if (!ptep) {
6362 address |= last_addr_mask;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006363 continue;
Mike Kravetze95a9852022-06-21 16:56:17 -07006364 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006365 ptl = huge_pte_lock(h, mm, ptep);
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07006366 if (huge_pmd_unshare(mm, vma, address, ptep)) {
Peter Xu60dfaad2022-05-12 20:22:55 -07006367 /*
6368 * When uffd-wp is enabled on the vma, unshare
6369 * shouldn't happen at all. Warn about it if it
6370 * happened due to some reason.
6371 */
6372 WARN_ON_ONCE(uffd_wp || uffd_wp_resolve);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01006373 pages++;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006374 spin_unlock(ptl);
Mike Kravetzdff11ab2018-10-05 15:51:33 -07006375 shared_pmd = true;
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07006376 address |= last_addr_mask;
Chen, Kenneth W39dde652006-12-06 20:32:03 -08006377 continue;
Peter Zijlstra7da4d642012-11-19 03:14:23 +01006378 }
Naoya Horiguchia8bda282015-02-11 15:25:28 -08006379 pte = huge_ptep_get(ptep);
6380 if (unlikely(is_hugetlb_entry_hwpoisoned(pte))) {
6381 spin_unlock(ptl);
6382 continue;
6383 }
6384 if (unlikely(is_hugetlb_entry_migration(pte))) {
6385 swp_entry_t entry = pte_to_swp_entry(pte);
David Hildenbrand6c287602022-05-09 18:20:44 -07006386 struct page *page = pfn_swap_entry_to_page(entry);
Naoya Horiguchia8bda282015-02-11 15:25:28 -08006387
David Hildenbrand6c287602022-05-09 18:20:44 -07006388 if (!is_readable_migration_entry(entry)) {
Naoya Horiguchia8bda282015-02-11 15:25:28 -08006389 pte_t newpte;
6390
David Hildenbrand6c287602022-05-09 18:20:44 -07006391 if (PageAnon(page))
6392 entry = make_readable_exclusive_migration_entry(
6393 swp_offset(entry));
6394 else
6395 entry = make_readable_migration_entry(
6396 swp_offset(entry));
Naoya Horiguchia8bda282015-02-11 15:25:28 -08006397 newpte = swp_entry_to_pte(entry);
Peter Xu5a90d5a2022-05-12 20:22:54 -07006398 if (uffd_wp)
6399 newpte = pte_swp_mkuffd_wp(newpte);
6400 else if (uffd_wp_resolve)
6401 newpte = pte_swp_clear_uffd_wp(newpte);
Qi Zheng18f39622022-06-26 22:57:17 +08006402 set_huge_pte_at(mm, address, ptep, newpte);
Naoya Horiguchia8bda282015-02-11 15:25:28 -08006403 pages++;
6404 }
6405 spin_unlock(ptl);
6406 continue;
6407 }
Peter Xu60dfaad2022-05-12 20:22:55 -07006408 if (unlikely(pte_marker_uffd_wp(pte))) {
6409 /*
6410 * This is changing a non-present pte into a none pte,
6411 * no need for huge_ptep_modify_prot_start/commit().
6412 */
6413 if (uffd_wp_resolve)
6414 huge_pte_clear(mm, address, ptep, psize);
6415 }
Naoya Horiguchia8bda282015-02-11 15:25:28 -08006416 if (!huge_pte_none(pte)) {
Aneesh Kumar K.V023bdd02019-03-05 15:46:37 -08006417 pte_t old_pte;
Christophe Leroy79c1c592021-06-30 18:48:00 -07006418 unsigned int shift = huge_page_shift(hstate_vma(vma));
Aneesh Kumar K.V023bdd02019-03-05 15:46:37 -08006419
6420 old_pte = huge_ptep_modify_prot_start(vma, address, ptep);
Anshuman Khandual16785bd2022-03-22 14:41:47 -07006421 pte = huge_pte_modify(old_pte, newprot);
Christophe Leroy79c1c592021-06-30 18:48:00 -07006422 pte = arch_make_huge_pte(pte, shift, vma->vm_flags);
Peter Xu5a90d5a2022-05-12 20:22:54 -07006423 if (uffd_wp)
6424 pte = huge_pte_mkuffd_wp(huge_pte_wrprotect(pte));
6425 else if (uffd_wp_resolve)
6426 pte = huge_pte_clear_uffd_wp(pte);
Aneesh Kumar K.V023bdd02019-03-05 15:46:37 -08006427 huge_ptep_modify_prot_commit(vma, address, ptep, old_pte, pte);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01006428 pages++;
Peter Xu60dfaad2022-05-12 20:22:55 -07006429 } else {
6430 /* None pte */
6431 if (unlikely(uffd_wp))
6432 /* Safe to modify directly (none->non-present). */
6433 set_huge_pte_at(mm, address, ptep,
6434 make_pte_marker(PTE_MARKER_UFFD_WP));
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006435 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006436 spin_unlock(ptl);
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006437 }
Mel Gormand8333522012-07-31 16:46:20 -07006438 /*
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08006439 * Must flush TLB before releasing i_mmap_rwsem: x86's huge_pmd_unshare
Mel Gormand8333522012-07-31 16:46:20 -07006440 * may have cleared our pud entry and done put_page on the page table:
Davidlohr Buesoc8c06ef2014-12-12 16:54:24 -08006441 * once we release i_mmap_rwsem, another task can do the final put_page
Mike Kravetzdff11ab2018-10-05 15:51:33 -07006442 * and that page table be reused and filled with junk. If we actually
6443 * did unshare a page of pmds, flush the range corresponding to the pud.
Mel Gormand8333522012-07-31 16:46:20 -07006444 */
Mike Kravetzdff11ab2018-10-05 15:51:33 -07006445 if (shared_pmd)
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08006446 flush_hugetlb_tlb_range(vma, range.start, range.end);
Mike Kravetzdff11ab2018-10-05 15:51:33 -07006447 else
6448 flush_hugetlb_tlb_range(vma, start, end);
Jérôme Glisse0f108512017-11-15 17:34:07 -08006449 /*
6450 * No need to call mmu_notifier_invalidate_range() we are downgrading
6451 * page table protection not changing it to point to a new page.
6452 *
Mike Rapoportee657282022-06-27 09:00:26 +03006453 * See Documentation/mm/mmu_notifier.rst
Jérôme Glisse0f108512017-11-15 17:34:07 -08006454 */
Davidlohr Bueso83cde9e2014-12-12 16:54:21 -08006455 i_mmap_unlock_write(vma->vm_file->f_mapping);
Mike Kravetz40549ba2022-09-14 15:18:09 -07006456 hugetlb_vma_unlock_write(vma);
Jérôme Glisseac46d4f2018-12-28 00:38:09 -08006457 mmu_notifier_invalidate_range_end(&range);
Peter Zijlstra7da4d642012-11-19 03:14:23 +01006458
6459 return pages << h->order;
Zhang, Yanmin8f860592006-03-22 00:08:50 -08006460}
6461
Mike Kravetz33b8f842021-02-24 12:09:54 -08006462/* Return true if reservation was successful, false otherwise. */
6463bool hugetlb_reserve_pages(struct inode *inode,
Mel Gormana1e78772008-07-23 21:27:23 -07006464 long from, long to,
Mel Gorman5a6fe122009-02-10 14:02:27 +00006465 struct vm_area_struct *vma,
KOSAKI Motohiroca16d142011-05-26 19:16:19 +09006466 vm_flags_t vm_flags)
Adam Litkee4e574b2007-10-16 01:26:19 -07006467{
Mike Kravetz33b8f842021-02-24 12:09:54 -08006468 long chg, add = -1;
Andi Kleena5516432008-07-23 21:27:41 -07006469 struct hstate *h = hstate_inode(inode);
David Gibson90481622012-03-21 16:34:12 -07006470 struct hugepage_subpool *spool = subpool_inode(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07006471 struct resv_map *resv_map;
Mina Almasry075a61d2020-04-01 21:11:28 -07006472 struct hugetlb_cgroup *h_cg = NULL;
Mina Almasry0db9d742020-04-01 21:11:25 -07006473 long gbl_reserve, regions_needed = 0;
Adam Litkee4e574b2007-10-16 01:26:19 -07006474
Mike Kravetz63489f82018-03-22 16:17:13 -07006475 /* This should never happen */
6476 if (from > to) {
6477 VM_WARN(1, "%s called with a negative range\n", __func__);
Mike Kravetz33b8f842021-02-24 12:09:54 -08006478 return false;
Mike Kravetz63489f82018-03-22 16:17:13 -07006479 }
6480
Mel Gormana1e78772008-07-23 21:27:23 -07006481 /*
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006482 * vma specific semaphore used for pmd sharing synchronization
6483 */
6484 hugetlb_vma_lock_alloc(vma);
6485
6486 /*
Mel Gorman17c9d122009-02-11 16:34:16 +00006487 * Only apply hugepage reservation if asked. At fault time, an
6488 * attempt will be made for VM_NORESERVE to allocate a page
David Gibson90481622012-03-21 16:34:12 -07006489 * without using reserves
Mel Gorman17c9d122009-02-11 16:34:16 +00006490 */
KOSAKI Motohiroca16d142011-05-26 19:16:19 +09006491 if (vm_flags & VM_NORESERVE)
Mike Kravetz33b8f842021-02-24 12:09:54 -08006492 return true;
Mel Gorman17c9d122009-02-11 16:34:16 +00006493
6494 /*
Mel Gormana1e78772008-07-23 21:27:23 -07006495 * Shared mappings base their reservation on the number of pages that
6496 * are already allocated on behalf of the file. Private mappings need
6497 * to reserve the full area even if read-only as mprotect() may be
6498 * called to make the mapping read-write. Assume !vma is a shm mapping
6499 */
Joonsoo Kim9119a412014-04-03 14:47:25 -07006500 if (!vma || vma->vm_flags & VM_MAYSHARE) {
Mike Kravetzf27a5132019-05-13 17:22:55 -07006501 /*
6502 * resv_map can not be NULL as hugetlb_reserve_pages is only
6503 * called for inodes for which resv_maps were created (see
6504 * hugetlbfs_get_inode).
6505 */
Joonsoo Kim4e35f482014-04-03 14:47:30 -07006506 resv_map = inode_resv_map(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07006507
Mina Almasry0db9d742020-04-01 21:11:25 -07006508 chg = region_chg(resv_map, from, to, &regions_needed);
Joonsoo Kim9119a412014-04-03 14:47:25 -07006509 } else {
Mina Almasrye9fe92a2020-04-01 21:11:21 -07006510 /* Private mapping. */
Joonsoo Kim9119a412014-04-03 14:47:25 -07006511 resv_map = resv_map_alloc();
Mel Gorman5a6fe122009-02-10 14:02:27 +00006512 if (!resv_map)
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006513 goto out_err;
Mel Gorman5a6fe122009-02-10 14:02:27 +00006514
Mel Gorman17c9d122009-02-11 16:34:16 +00006515 chg = to - from;
6516
Mel Gorman5a6fe122009-02-10 14:02:27 +00006517 set_vma_resv_map(vma, resv_map);
6518 set_vma_resv_flags(vma, HPAGE_RESV_OWNER);
6519 }
6520
Mike Kravetz33b8f842021-02-24 12:09:54 -08006521 if (chg < 0)
Dave Hansenc50ac052012-05-29 15:06:46 -07006522 goto out_err;
Mel Gorman17c9d122009-02-11 16:34:16 +00006523
Mike Kravetz33b8f842021-02-24 12:09:54 -08006524 if (hugetlb_cgroup_charge_cgroup_rsvd(hstate_index(h),
6525 chg * pages_per_huge_page(h), &h_cg) < 0)
Mina Almasry075a61d2020-04-01 21:11:28 -07006526 goto out_err;
Mina Almasry075a61d2020-04-01 21:11:28 -07006527
6528 if (vma && !(vma->vm_flags & VM_MAYSHARE) && h_cg) {
6529 /* For private mappings, the hugetlb_cgroup uncharge info hangs
6530 * of the resv_map.
6531 */
6532 resv_map_set_hugetlb_cgroup_uncharge_info(resv_map, h_cg, h);
6533 }
6534
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07006535 /*
6536 * There must be enough pages in the subpool for the mapping. If
6537 * the subpool has a minimum size, there may be some global
6538 * reservations already in place (gbl_reserve).
6539 */
6540 gbl_reserve = hugepage_subpool_get_pages(spool, chg);
Mike Kravetz33b8f842021-02-24 12:09:54 -08006541 if (gbl_reserve < 0)
Mina Almasry075a61d2020-04-01 21:11:28 -07006542 goto out_uncharge_cgroup;
Mel Gorman17c9d122009-02-11 16:34:16 +00006543
6544 /*
6545 * Check enough hugepages are available for the reservation.
David Gibson90481622012-03-21 16:34:12 -07006546 * Hand the pages back to the subpool if there are not
Mel Gorman17c9d122009-02-11 16:34:16 +00006547 */
Mike Kravetz33b8f842021-02-24 12:09:54 -08006548 if (hugetlb_acct_memory(h, gbl_reserve) < 0)
Mina Almasry075a61d2020-04-01 21:11:28 -07006549 goto out_put_pages;
Mel Gorman17c9d122009-02-11 16:34:16 +00006550
6551 /*
6552 * Account for the reservations made. Shared mappings record regions
6553 * that have reservations as they are shared by multiple VMAs.
6554 * When the last VMA disappears, the region map says how much
6555 * the reservation was and the page cache tells how much of
6556 * the reservation was consumed. Private mappings are per-VMA and
6557 * only the consumed reservations are tracked. When the VMA
6558 * disappears, the original reservation is the VMA size and the
6559 * consumed reservations are stored in the map. Hence, nothing
6560 * else has to be done for private mappings here
6561 */
Mike Kravetz33039672015-06-24 16:57:58 -07006562 if (!vma || vma->vm_flags & VM_MAYSHARE) {
Mina Almasry075a61d2020-04-01 21:11:28 -07006563 add = region_add(resv_map, from, to, regions_needed, h, h_cg);
Mike Kravetz33039672015-06-24 16:57:58 -07006564
Mina Almasry0db9d742020-04-01 21:11:25 -07006565 if (unlikely(add < 0)) {
6566 hugetlb_acct_memory(h, -gbl_reserve);
Mina Almasry075a61d2020-04-01 21:11:28 -07006567 goto out_put_pages;
Mina Almasry0db9d742020-04-01 21:11:25 -07006568 } else if (unlikely(chg > add)) {
Mike Kravetz33039672015-06-24 16:57:58 -07006569 /*
6570 * pages in this range were added to the reserve
6571 * map between region_chg and region_add. This
6572 * indicates a race with alloc_huge_page. Adjust
6573 * the subpool and reserve counts modified above
6574 * based on the difference.
6575 */
6576 long rsv_adjust;
6577
Miaohe Lind85aecf2021-03-24 21:37:17 -07006578 /*
6579 * hugetlb_cgroup_uncharge_cgroup_rsvd() will put the
6580 * reference to h_cg->css. See comment below for detail.
6581 */
Mina Almasry075a61d2020-04-01 21:11:28 -07006582 hugetlb_cgroup_uncharge_cgroup_rsvd(
6583 hstate_index(h),
6584 (chg - add) * pages_per_huge_page(h), h_cg);
6585
Mike Kravetz33039672015-06-24 16:57:58 -07006586 rsv_adjust = hugepage_subpool_put_pages(spool,
6587 chg - add);
6588 hugetlb_acct_memory(h, -rsv_adjust);
Miaohe Lind85aecf2021-03-24 21:37:17 -07006589 } else if (h_cg) {
6590 /*
6591 * The file_regions will hold their own reference to
6592 * h_cg->css. So we should release the reference held
6593 * via hugetlb_cgroup_charge_cgroup_rsvd() when we are
6594 * done.
6595 */
6596 hugetlb_cgroup_put_rsvd_cgroup(h_cg);
Mike Kravetz33039672015-06-24 16:57:58 -07006597 }
6598 }
Mike Kravetz33b8f842021-02-24 12:09:54 -08006599 return true;
6600
Mina Almasry075a61d2020-04-01 21:11:28 -07006601out_put_pages:
6602 /* put back original number of pages, chg */
6603 (void)hugepage_subpool_put_pages(spool, chg);
6604out_uncharge_cgroup:
6605 hugetlb_cgroup_uncharge_cgroup_rsvd(hstate_index(h),
6606 chg * pages_per_huge_page(h), h_cg);
Dave Hansenc50ac052012-05-29 15:06:46 -07006607out_err:
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006608 hugetlb_vma_lock_free(vma);
Mike Kravetz5e911372015-09-08 15:01:28 -07006609 if (!vma || vma->vm_flags & VM_MAYSHARE)
Mina Almasry0db9d742020-04-01 21:11:25 -07006610 /* Only call region_abort if the region_chg succeeded but the
6611 * region_add failed or didn't run.
6612 */
6613 if (chg >= 0 && add < 0)
6614 region_abort(resv_map, from, to, regions_needed);
Joonsoo Kimf031dd22014-04-03 14:47:28 -07006615 if (vma && is_vma_resv_set(vma, HPAGE_RESV_OWNER))
6616 kref_put(&resv_map->refs, resv_map_release);
Mike Kravetz33b8f842021-02-24 12:09:54 -08006617 return false;
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07006618}
6619
Mike Kravetzb5cec282015-09-08 15:01:41 -07006620long hugetlb_unreserve_pages(struct inode *inode, long start, long end,
6621 long freed)
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07006622{
Andi Kleena5516432008-07-23 21:27:41 -07006623 struct hstate *h = hstate_inode(inode);
Joonsoo Kim4e35f482014-04-03 14:47:30 -07006624 struct resv_map *resv_map = inode_resv_map(inode);
Joonsoo Kim9119a412014-04-03 14:47:25 -07006625 long chg = 0;
David Gibson90481622012-03-21 16:34:12 -07006626 struct hugepage_subpool *spool = subpool_inode(inode);
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07006627 long gbl_reserve;
Ken Chen45c682a2007-11-14 16:59:44 -08006628
Mike Kravetzf27a5132019-05-13 17:22:55 -07006629 /*
6630 * Since this routine can be called in the evict inode path for all
6631 * hugetlbfs inodes, resv_map could be NULL.
6632 */
Mike Kravetzb5cec282015-09-08 15:01:41 -07006633 if (resv_map) {
6634 chg = region_del(resv_map, start, end);
6635 /*
6636 * region_del() can fail in the rare case where a region
6637 * must be split and another region descriptor can not be
6638 * allocated. If end == LONG_MAX, it will not fail.
6639 */
6640 if (chg < 0)
6641 return chg;
6642 }
6643
Ken Chen45c682a2007-11-14 16:59:44 -08006644 spin_lock(&inode->i_lock);
Eric Sandeene4c6f8b2009-07-29 15:02:16 -07006645 inode->i_blocks -= (blocks_per_huge_page(h) * freed);
Ken Chen45c682a2007-11-14 16:59:44 -08006646 spin_unlock(&inode->i_lock);
6647
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07006648 /*
6649 * If the subpool has a minimum size, the number of global
6650 * reservations to be released may be adjusted.
Miaohe Lindddf31a2021-05-04 18:34:35 -07006651 *
6652 * Note that !resv_map implies freed == 0. So (chg - freed)
6653 * won't go negative.
Mike Kravetz1c5ecae2015-04-15 16:13:39 -07006654 */
6655 gbl_reserve = hugepage_subpool_put_pages(spool, (chg - freed));
6656 hugetlb_acct_memory(h, -gbl_reserve);
Mike Kravetzb5cec282015-09-08 15:01:41 -07006657
6658 return 0;
Chen, Kenneth Wa43a8c32006-06-23 02:03:15 -07006659}
Naoya Horiguchi93f70f92010-05-28 09:29:20 +09006660
Steve Capper3212b532013-04-23 12:35:02 +01006661#ifdef CONFIG_ARCH_WANT_HUGE_PMD_SHARE
6662static unsigned long page_table_shareable(struct vm_area_struct *svma,
6663 struct vm_area_struct *vma,
6664 unsigned long addr, pgoff_t idx)
6665{
6666 unsigned long saddr = ((idx - svma->vm_pgoff) << PAGE_SHIFT) +
6667 svma->vm_start;
6668 unsigned long sbase = saddr & PUD_MASK;
6669 unsigned long s_end = sbase + PUD_SIZE;
6670
6671 /* Allow segments to share if only one is marked locked */
Eric B Munsonde60f5f2015-11-05 18:51:36 -08006672 unsigned long vm_flags = vma->vm_flags & VM_LOCKED_CLEAR_MASK;
6673 unsigned long svm_flags = svma->vm_flags & VM_LOCKED_CLEAR_MASK;
Steve Capper3212b532013-04-23 12:35:02 +01006674
6675 /*
6676 * match the virtual addresses, permission and the alignment of the
6677 * page table page.
Mike Kravetz131a79b2022-10-04 18:17:05 -07006678 *
6679 * Also, vma_lock (vm_private_data) is required for sharing.
Steve Capper3212b532013-04-23 12:35:02 +01006680 */
6681 if (pmd_index(addr) != pmd_index(saddr) ||
6682 vm_flags != svm_flags ||
Mike Kravetz131a79b2022-10-04 18:17:05 -07006683 !range_in_vma(svma, sbase, s_end) ||
6684 !svma->vm_private_data)
Steve Capper3212b532013-04-23 12:35:02 +01006685 return 0;
6686
6687 return saddr;
6688}
6689
Mike Kravetzbbff39c2022-10-04 18:17:07 -07006690bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr)
Steve Capper3212b532013-04-23 12:35:02 +01006691{
Mike Kravetzbbff39c2022-10-04 18:17:07 -07006692 unsigned long start = addr & PUD_MASK;
6693 unsigned long end = start + PUD_SIZE;
6694
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006695#ifdef CONFIG_USERFAULTFD
6696 if (uffd_disable_huge_pmd_share(vma))
6697 return false;
6698#endif
Steve Capper3212b532013-04-23 12:35:02 +01006699 /*
6700 * check on proper vm_flags and page table alignment
6701 */
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006702 if (!(vma->vm_flags & VM_MAYSHARE))
6703 return false;
Mike Kravetzbbff39c2022-10-04 18:17:07 -07006704 if (!vma->vm_private_data) /* vma lock required for sharing */
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006705 return false;
6706 if (!range_in_vma(vma, start, end))
6707 return false;
6708 return true;
6709}
6710
Steve Capper3212b532013-04-23 12:35:02 +01006711/*
Mike Kravetz017b1662018-10-05 15:51:29 -07006712 * Determine if start,end range within vma could be mapped by shared pmd.
6713 * If yes, adjust start and end to cover range associated with possible
6714 * shared pmd mappings.
6715 */
6716void adjust_range_if_pmd_sharing_possible(struct vm_area_struct *vma,
6717 unsigned long *start, unsigned long *end)
6718{
Li Xinhaia1ba9da2021-02-24 12:06:54 -08006719 unsigned long v_start = ALIGN(vma->vm_start, PUD_SIZE),
6720 v_end = ALIGN_DOWN(vma->vm_end, PUD_SIZE);
Mike Kravetz017b1662018-10-05 15:51:29 -07006721
Li Xinhaia1ba9da2021-02-24 12:06:54 -08006722 /*
Ingo Molnarf0953a12021-05-06 18:06:47 -07006723 * vma needs to span at least one aligned PUD size, and the range
6724 * must be at least partially within in.
Li Xinhaia1ba9da2021-02-24 12:06:54 -08006725 */
6726 if (!(vma->vm_flags & VM_MAYSHARE) || !(v_end > v_start) ||
6727 (*end <= v_start) || (*start >= v_end))
Mike Kravetz017b1662018-10-05 15:51:29 -07006728 return;
6729
Peter Xu75802ca62020-08-06 23:26:11 -07006730 /* Extend the range to be PUD aligned for a worst case scenario */
Li Xinhaia1ba9da2021-02-24 12:06:54 -08006731 if (*start > v_start)
6732 *start = ALIGN_DOWN(*start, PUD_SIZE);
Mike Kravetz017b1662018-10-05 15:51:29 -07006733
Li Xinhaia1ba9da2021-02-24 12:06:54 -08006734 if (*end < v_end)
6735 *end = ALIGN(*end, PUD_SIZE);
Mike Kravetz017b1662018-10-05 15:51:29 -07006736}
6737
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006738static bool __vma_shareable_flags_pmd(struct vm_area_struct *vma)
6739{
6740 return vma->vm_flags & (VM_MAYSHARE | VM_SHARED) &&
6741 vma->vm_private_data;
6742}
6743
6744void hugetlb_vma_lock_read(struct vm_area_struct *vma)
6745{
6746 if (__vma_shareable_flags_pmd(vma)) {
6747 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6748
6749 down_read(&vma_lock->rw_sema);
6750 }
6751}
6752
6753void hugetlb_vma_unlock_read(struct vm_area_struct *vma)
6754{
6755 if (__vma_shareable_flags_pmd(vma)) {
6756 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6757
6758 up_read(&vma_lock->rw_sema);
6759 }
6760}
6761
6762void hugetlb_vma_lock_write(struct vm_area_struct *vma)
6763{
6764 if (__vma_shareable_flags_pmd(vma)) {
6765 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6766
6767 down_write(&vma_lock->rw_sema);
6768 }
6769}
6770
6771void hugetlb_vma_unlock_write(struct vm_area_struct *vma)
6772{
6773 if (__vma_shareable_flags_pmd(vma)) {
6774 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6775
6776 up_write(&vma_lock->rw_sema);
6777 }
6778}
6779
6780int hugetlb_vma_trylock_write(struct vm_area_struct *vma)
6781{
6782 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6783
6784 if (!__vma_shareable_flags_pmd(vma))
6785 return 1;
6786
6787 return down_write_trylock(&vma_lock->rw_sema);
6788}
6789
6790void hugetlb_vma_assert_locked(struct vm_area_struct *vma)
6791{
6792 if (__vma_shareable_flags_pmd(vma)) {
6793 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6794
6795 lockdep_assert_held(&vma_lock->rw_sema);
6796 }
6797}
6798
6799void hugetlb_vma_lock_release(struct kref *kref)
6800{
6801 struct hugetlb_vma_lock *vma_lock = container_of(kref,
6802 struct hugetlb_vma_lock, refs);
6803
6804 kfree(vma_lock);
6805}
6806
Mike Kravetzecfbd732022-10-04 18:17:06 -07006807void __hugetlb_vma_unlock_write_put(struct hugetlb_vma_lock *vma_lock)
6808{
6809 struct vm_area_struct *vma = vma_lock->vma;
6810
6811 /*
6812 * vma_lock structure may or not be released as a result of put,
6813 * it certainly will no longer be attached to vma so clear pointer.
6814 * Semaphore synchronizes access to vma_lock->vma field.
6815 */
6816 vma_lock->vma = NULL;
6817 vma->vm_private_data = NULL;
6818 up_write(&vma_lock->rw_sema);
6819 kref_put(&vma_lock->refs, hugetlb_vma_lock_release);
6820}
6821
6822static void __hugetlb_vma_unlock_write_free(struct vm_area_struct *vma)
6823{
6824 if (__vma_shareable_flags_pmd(vma)) {
6825 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6826
6827 __hugetlb_vma_unlock_write_put(vma_lock);
6828 }
6829}
6830
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006831static void hugetlb_vma_lock_free(struct vm_area_struct *vma)
6832{
6833 /*
Mike Kravetz131a79b2022-10-04 18:17:05 -07006834 * Only present in sharable vmas.
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006835 */
Mike Kravetz131a79b2022-10-04 18:17:05 -07006836 if (!vma || !__vma_shareable_flags_pmd(vma))
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006837 return;
6838
6839 if (vma->vm_private_data) {
6840 struct hugetlb_vma_lock *vma_lock = vma->vm_private_data;
6841
Mike Kravetzecfbd732022-10-04 18:17:06 -07006842 down_write(&vma_lock->rw_sema);
6843 __hugetlb_vma_unlock_write_put(vma_lock);
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006844 }
6845}
6846
6847static void hugetlb_vma_lock_alloc(struct vm_area_struct *vma)
6848{
6849 struct hugetlb_vma_lock *vma_lock;
6850
6851 /* Only establish in (flags) sharable vmas */
6852 if (!vma || !(vma->vm_flags & VM_MAYSHARE))
6853 return;
6854
6855 /* Should never get here with non-NULL vm_private_data */
6856 if (vma->vm_private_data)
6857 return;
6858
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006859 vma_lock = kmalloc(sizeof(*vma_lock), GFP_KERNEL);
Mike Kravetzbbff39c2022-10-04 18:17:07 -07006860 if (!vma_lock) {
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006861 /*
6862 * If we can not allocate structure, then vma can not
Mike Kravetzbbff39c2022-10-04 18:17:07 -07006863 * participate in pmd sharing. This is only a possible
6864 * performance enhancement and memory saving issue.
6865 * However, the lock is also used to synchronize page
6866 * faults with truncation. If the lock is not present,
6867 * unlikely races could leave pages in a file past i_size
6868 * until the file is removed. Warn in the unlikely case of
6869 * allocation failure.
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006870 */
Mike Kravetzbbff39c2022-10-04 18:17:07 -07006871 pr_warn_once("HugeTLB: unable to allocate vma specific lock\n");
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006872 return;
Mike Kravetzbbff39c2022-10-04 18:17:07 -07006873 }
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006874
6875 kref_init(&vma_lock->refs);
6876 init_rwsem(&vma_lock->rw_sema);
6877 vma_lock->vma = vma;
6878 vma->vm_private_data = vma_lock;
6879}
6880
Mike Kravetz017b1662018-10-05 15:51:29 -07006881/*
Steve Capper3212b532013-04-23 12:35:02 +01006882 * Search for a shareable pmd page for hugetlb. In any case calls pmd_alloc()
6883 * and returns the corresponding pte. While this is not necessary for the
6884 * !shared pmd case because we can allocate the pmd later as well, it makes the
Mike Kravetz3a47c542022-09-14 15:18:03 -07006885 * code much cleaner. pmd allocation is essential for the shared case because
6886 * pud has to be populated inside the same i_mmap_rwsem section - otherwise
6887 * racing tasks could either miss the sharing (see huge_pte_offset) or select a
6888 * bad pmd for sharing.
Steve Capper3212b532013-04-23 12:35:02 +01006889 */
Peter Xuaec44e02021-05-04 18:33:00 -07006890pte_t *huge_pmd_share(struct mm_struct *mm, struct vm_area_struct *vma,
6891 unsigned long addr, pud_t *pud)
Steve Capper3212b532013-04-23 12:35:02 +01006892{
Steve Capper3212b532013-04-23 12:35:02 +01006893 struct address_space *mapping = vma->vm_file->f_mapping;
6894 pgoff_t idx = ((addr - vma->vm_start) >> PAGE_SHIFT) +
6895 vma->vm_pgoff;
6896 struct vm_area_struct *svma;
6897 unsigned long saddr;
6898 pte_t *spte = NULL;
6899 pte_t *pte;
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006900 spinlock_t *ptl;
Steve Capper3212b532013-04-23 12:35:02 +01006901
Mike Kravetz3a47c542022-09-14 15:18:03 -07006902 i_mmap_lock_read(mapping);
Steve Capper3212b532013-04-23 12:35:02 +01006903 vma_interval_tree_foreach(svma, &mapping->i_mmap, idx, idx) {
6904 if (svma == vma)
6905 continue;
6906
6907 saddr = page_table_shareable(svma, vma, addr, idx);
6908 if (saddr) {
Punit Agrawal7868a202017-07-06 15:39:42 -07006909 spte = huge_pte_offset(svma->vm_mm, saddr,
6910 vma_mmu_pagesize(svma));
Steve Capper3212b532013-04-23 12:35:02 +01006911 if (spte) {
6912 get_page(virt_to_page(spte));
6913 break;
6914 }
6915 }
6916 }
6917
6918 if (!spte)
6919 goto out;
6920
Aneesh Kumar K.V8bea8052016-12-12 16:41:59 -08006921 ptl = huge_pte_lock(hstate_vma(vma), mm, spte);
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08006922 if (pud_none(*pud)) {
Steve Capper3212b532013-04-23 12:35:02 +01006923 pud_populate(mm, pud,
6924 (pmd_t *)((unsigned long)spte & PAGE_MASK));
Kirill A. Shutemovc17b1f42016-06-24 14:49:51 -07006925 mm_inc_nr_pmds(mm);
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08006926 } else {
Steve Capper3212b532013-04-23 12:35:02 +01006927 put_page(virt_to_page(spte));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08006928 }
Kirill A. Shutemovcb900f42013-11-14 14:31:02 -08006929 spin_unlock(ptl);
Steve Capper3212b532013-04-23 12:35:02 +01006930out:
6931 pte = (pte_t *)pmd_alloc(mm, pud, addr);
Mike Kravetz3a47c542022-09-14 15:18:03 -07006932 i_mmap_unlock_read(mapping);
Steve Capper3212b532013-04-23 12:35:02 +01006933 return pte;
6934}
6935
6936/*
6937 * unmap huge page backed by shared pte.
6938 *
6939 * Hugetlb pte page is ref counted at the time of mapping. If pte is shared
6940 * indicated by page_count > 1, unmap is achieved by clearing pud and
6941 * decrementing the ref count. If count == 1, the pte page is not shared.
6942 *
Mike Kravetz3a47c542022-09-14 15:18:03 -07006943 * Called with page table lock held.
Steve Capper3212b532013-04-23 12:35:02 +01006944 *
6945 * returns: 1 successfully unmapped a shared pte page
6946 * 0 the underlying pte page is not shared, or it is the last user
6947 */
Mike Kravetz34ae2042020-08-11 18:31:38 -07006948int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma,
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07006949 unsigned long addr, pte_t *ptep)
Steve Capper3212b532013-04-23 12:35:02 +01006950{
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07006951 pgd_t *pgd = pgd_offset(mm, addr);
6952 p4d_t *p4d = p4d_offset(pgd, addr);
6953 pud_t *pud = pud_offset(p4d, addr);
Steve Capper3212b532013-04-23 12:35:02 +01006954
Mike Kravetz34ae2042020-08-11 18:31:38 -07006955 i_mmap_assert_write_locked(vma->vm_file->f_mapping);
Mike Kravetz40549ba2022-09-14 15:18:09 -07006956 hugetlb_vma_assert_locked(vma);
Steve Capper3212b532013-04-23 12:35:02 +01006957 BUG_ON(page_count(virt_to_page(ptep)) == 0);
6958 if (page_count(virt_to_page(ptep)) == 1)
6959 return 0;
6960
6961 pud_clear(pud);
6962 put_page(virt_to_page(ptep));
Kirill A. Shutemovdc6c9a32015-02-11 15:26:50 -08006963 mm_dec_nr_pmds(mm);
Steve Capper3212b532013-04-23 12:35:02 +01006964 return 1;
6965}
Peter Xuc1991e02021-05-04 18:33:04 -07006966
Steve Capper9e5fc742013-04-30 08:02:03 +01006967#else /* !CONFIG_ARCH_WANT_HUGE_PMD_SHARE */
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006968
Mike Kravetz40549ba2022-09-14 15:18:09 -07006969void hugetlb_vma_lock_read(struct vm_area_struct *vma)
6970{
6971}
6972
6973void hugetlb_vma_unlock_read(struct vm_area_struct *vma)
6974{
6975}
6976
6977void hugetlb_vma_lock_write(struct vm_area_struct *vma)
6978{
6979}
6980
6981void hugetlb_vma_unlock_write(struct vm_area_struct *vma)
6982{
6983}
6984
6985int hugetlb_vma_trylock_write(struct vm_area_struct *vma)
6986{
6987 return 1;
6988}
6989
6990void hugetlb_vma_assert_locked(struct vm_area_struct *vma)
6991{
6992}
6993
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07006994void hugetlb_vma_lock_release(struct kref *kref)
6995{
6996}
6997
Mike Kravetzecfbd732022-10-04 18:17:06 -07006998static void __hugetlb_vma_unlock_write_free(struct vm_area_struct *vma)
6999{
7000}
7001
Mike Kravetz8d9bfb22022-09-14 15:18:07 -07007002static void hugetlb_vma_lock_free(struct vm_area_struct *vma)
7003{
7004}
7005
7006static void hugetlb_vma_lock_alloc(struct vm_area_struct *vma)
7007{
7008}
7009
Peter Xuaec44e02021-05-04 18:33:00 -07007010pte_t *huge_pmd_share(struct mm_struct *mm, struct vm_area_struct *vma,
7011 unsigned long addr, pud_t *pud)
Steve Capper9e5fc742013-04-30 08:02:03 +01007012{
7013 return NULL;
7014}
Zhang Zhene81f2d22015-06-24 16:56:13 -07007015
Mike Kravetz34ae2042020-08-11 18:31:38 -07007016int huge_pmd_unshare(struct mm_struct *mm, struct vm_area_struct *vma,
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07007017 unsigned long addr, pte_t *ptep)
Zhang Zhene81f2d22015-06-24 16:56:13 -07007018{
7019 return 0;
7020}
Mike Kravetz017b1662018-10-05 15:51:29 -07007021
7022void adjust_range_if_pmd_sharing_possible(struct vm_area_struct *vma,
7023 unsigned long *start, unsigned long *end)
7024{
7025}
Peter Xuc1991e02021-05-04 18:33:04 -07007026
7027bool want_pmd_share(struct vm_area_struct *vma, unsigned long addr)
7028{
7029 return false;
7030}
Steve Capper3212b532013-04-23 12:35:02 +01007031#endif /* CONFIG_ARCH_WANT_HUGE_PMD_SHARE */
7032
Steve Capper9e5fc742013-04-30 08:02:03 +01007033#ifdef CONFIG_ARCH_WANT_GENERAL_HUGETLB
Peter Xuaec44e02021-05-04 18:33:00 -07007034pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma,
Steve Capper9e5fc742013-04-30 08:02:03 +01007035 unsigned long addr, unsigned long sz)
7036{
7037 pgd_t *pgd;
Kirill A. Shutemovc2febaf2017-03-09 17:24:07 +03007038 p4d_t *p4d;
Steve Capper9e5fc742013-04-30 08:02:03 +01007039 pud_t *pud;
7040 pte_t *pte = NULL;
7041
7042 pgd = pgd_offset(mm, addr);
Kirill A. Shutemovf4f0a3d2017-11-29 16:11:30 -08007043 p4d = p4d_alloc(mm, pgd, addr);
7044 if (!p4d)
7045 return NULL;
Kirill A. Shutemovc2febaf2017-03-09 17:24:07 +03007046 pud = pud_alloc(mm, p4d, addr);
Steve Capper9e5fc742013-04-30 08:02:03 +01007047 if (pud) {
7048 if (sz == PUD_SIZE) {
7049 pte = (pte_t *)pud;
7050 } else {
7051 BUG_ON(sz != PMD_SIZE);
Peter Xuc1991e02021-05-04 18:33:04 -07007052 if (want_pmd_share(vma, addr) && pud_none(*pud))
Peter Xuaec44e02021-05-04 18:33:00 -07007053 pte = huge_pmd_share(mm, vma, addr, pud);
Steve Capper9e5fc742013-04-30 08:02:03 +01007054 else
7055 pte = (pte_t *)pmd_alloc(mm, pud, addr);
7056 }
7057 }
Michal Hocko4e666312016-08-02 14:02:34 -07007058 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte));
Steve Capper9e5fc742013-04-30 08:02:03 +01007059
7060 return pte;
7061}
7062
Punit Agrawal9b19df22017-09-06 16:21:01 -07007063/*
7064 * huge_pte_offset() - Walk the page table to resolve the hugepage
7065 * entry at address @addr
7066 *
Li Xinhai8ac0b812020-06-03 16:00:53 -07007067 * Return: Pointer to page table entry (PUD or PMD) for
7068 * address @addr, or NULL if a !p*d_present() entry is encountered and the
Punit Agrawal9b19df22017-09-06 16:21:01 -07007069 * size @sz doesn't match the hugepage size at this level of the page
7070 * table.
7071 */
Punit Agrawal7868a202017-07-06 15:39:42 -07007072pte_t *huge_pte_offset(struct mm_struct *mm,
7073 unsigned long addr, unsigned long sz)
Steve Capper9e5fc742013-04-30 08:02:03 +01007074{
7075 pgd_t *pgd;
Kirill A. Shutemovc2febaf2017-03-09 17:24:07 +03007076 p4d_t *p4d;
Li Xinhai8ac0b812020-06-03 16:00:53 -07007077 pud_t *pud;
7078 pmd_t *pmd;
Steve Capper9e5fc742013-04-30 08:02:03 +01007079
7080 pgd = pgd_offset(mm, addr);
Kirill A. Shutemovc2febaf2017-03-09 17:24:07 +03007081 if (!pgd_present(*pgd))
7082 return NULL;
7083 p4d = p4d_offset(pgd, addr);
7084 if (!p4d_present(*p4d))
7085 return NULL;
Punit Agrawal9b19df22017-09-06 16:21:01 -07007086
Kirill A. Shutemovc2febaf2017-03-09 17:24:07 +03007087 pud = pud_offset(p4d, addr);
Li Xinhai8ac0b812020-06-03 16:00:53 -07007088 if (sz == PUD_SIZE)
7089 /* must be pud huge, non-present or none */
Kirill A. Shutemovc2febaf2017-03-09 17:24:07 +03007090 return (pte_t *)pud;
Li Xinhai8ac0b812020-06-03 16:00:53 -07007091 if (!pud_present(*pud))
7092 return NULL;
7093 /* must have a valid entry and size to go further */
Punit Agrawal9b19df22017-09-06 16:21:01 -07007094
Kirill A. Shutemovc2febaf2017-03-09 17:24:07 +03007095 pmd = pmd_offset(pud, addr);
Li Xinhai8ac0b812020-06-03 16:00:53 -07007096 /* must be pmd huge, non-present or none */
7097 return (pte_t *)pmd;
Steve Capper9e5fc742013-04-30 08:02:03 +01007098}
7099
Mike Kravetze95a9852022-06-21 16:56:17 -07007100/*
7101 * Return a mask that can be used to update an address to the last huge
7102 * page in a page table page mapping size. Used to skip non-present
7103 * page table entries when linearly scanning address ranges. Architectures
7104 * with unique huge page to page table relationships can define their own
7105 * version of this routine.
7106 */
7107unsigned long hugetlb_mask_last_page(struct hstate *h)
7108{
7109 unsigned long hp_size = huge_page_size(h);
7110
7111 if (hp_size == PUD_SIZE)
7112 return P4D_SIZE - PUD_SIZE;
7113 else if (hp_size == PMD_SIZE)
7114 return PUD_SIZE - PMD_SIZE;
7115 else
7116 return 0UL;
7117}
7118
7119#else
7120
7121/* See description above. Architectures can provide their own version. */
7122__weak unsigned long hugetlb_mask_last_page(struct hstate *h)
7123{
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07007124#ifdef CONFIG_ARCH_WANT_HUGE_PMD_SHARE
7125 if (huge_page_size(h) == PMD_SIZE)
7126 return PUD_SIZE - PMD_SIZE;
7127#endif
Mike Kravetze95a9852022-06-21 16:56:17 -07007128 return 0UL;
7129}
7130
Naoya Horiguchi61f77ed2015-02-11 15:25:15 -08007131#endif /* CONFIG_ARCH_WANT_GENERAL_HUGETLB */
7132
7133/*
7134 * These functions are overwritable if your architecture needs its own
7135 * behavior.
7136 */
7137struct page * __weak
7138follow_huge_addr(struct mm_struct *mm, unsigned long address,
7139 int write)
7140{
7141 return ERR_PTR(-EINVAL);
7142}
7143
7144struct page * __weak
Aneesh Kumar K.V4dc71452017-07-06 15:38:56 -07007145follow_huge_pd(struct vm_area_struct *vma,
7146 unsigned long address, hugepd_t hpd, int flags, int pdshift)
7147{
7148 WARN(1, "hugepd follow called with no support for hugepage directory format\n");
7149 return NULL;
7150}
7151
7152struct page * __weak
Steve Capper9e5fc742013-04-30 08:02:03 +01007153follow_huge_pmd(struct mm_struct *mm, unsigned long address,
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007154 pmd_t *pmd, int flags)
Steve Capper9e5fc742013-04-30 08:02:03 +01007155{
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007156 struct page *page = NULL;
7157 spinlock_t *ptl;
Naoya Horiguchic9d398f2017-03-31 15:11:55 -07007158 pte_t pte;
John Hubbard3faa52c2020-04-01 21:05:29 -07007159
David Hildenbrand89096912022-05-09 18:20:44 -07007160 /*
7161 * FOLL_PIN is not supported for follow_page(). Ordinary GUP goes via
7162 * follow_hugetlb_page().
7163 */
7164 if (WARN_ON_ONCE(flags & FOLL_PIN))
John Hubbard3faa52c2020-04-01 21:05:29 -07007165 return NULL;
7166
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007167retry:
7168 ptl = pmd_lockptr(mm, pmd);
7169 spin_lock(ptl);
7170 /*
7171 * make sure that the address range covered by this pmd is not
7172 * unmapped from other threads.
7173 */
7174 if (!pmd_huge(*pmd))
7175 goto out;
Naoya Horiguchic9d398f2017-03-31 15:11:55 -07007176 pte = huge_ptep_get((pte_t *)pmd);
7177 if (pte_present(pte)) {
Gerald Schaefer97534122015-04-14 15:42:30 -07007178 page = pmd_page(*pmd) + ((address & ~PMD_MASK) >> PAGE_SHIFT);
John Hubbard3faa52c2020-04-01 21:05:29 -07007179 /*
7180 * try_grab_page() should always succeed here, because: a) we
7181 * hold the pmd (ptl) lock, and b) we've just checked that the
7182 * huge pmd (head) page is present in the page tables. The ptl
7183 * prevents the head page and tail pages from being rearranged
7184 * in any way. So this page must be available at this point,
7185 * unless the page refcount overflowed:
7186 */
7187 if (WARN_ON_ONCE(!try_grab_page(page, flags))) {
7188 page = NULL;
7189 goto out;
7190 }
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007191 } else {
Naoya Horiguchic9d398f2017-03-31 15:11:55 -07007192 if (is_hugetlb_entry_migration(pte)) {
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007193 spin_unlock(ptl);
Miaohe Linad1ac592022-05-30 19:30:16 +08007194 __migration_entry_wait_huge((pte_t *)pmd, ptl);
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007195 goto retry;
7196 }
7197 /*
7198 * hwpoisoned entry is treated as no_page_table in
7199 * follow_page_mask().
7200 */
7201 }
7202out:
7203 spin_unlock(ptl);
Steve Capper9e5fc742013-04-30 08:02:03 +01007204 return page;
7205}
7206
Naoya Horiguchi61f77ed2015-02-11 15:25:15 -08007207struct page * __weak
Steve Capper9e5fc742013-04-30 08:02:03 +01007208follow_huge_pud(struct mm_struct *mm, unsigned long address,
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007209 pud_t *pud, int flags)
Steve Capper9e5fc742013-04-30 08:02:03 +01007210{
Naoya Horiguchi3a194f32022-07-14 13:24:14 +09007211 struct page *page = NULL;
7212 spinlock_t *ptl;
7213 pte_t pte;
7214
7215 if (WARN_ON_ONCE(flags & FOLL_PIN))
Naoya Horiguchie66f17f2015-02-11 15:25:22 -08007216 return NULL;
Steve Capper9e5fc742013-04-30 08:02:03 +01007217
Naoya Horiguchi3a194f32022-07-14 13:24:14 +09007218retry:
7219 ptl = huge_pte_lock(hstate_sizelog(PUD_SHIFT), mm, (pte_t *)pud);
7220 if (!pud_huge(*pud))
7221 goto out;
7222 pte = huge_ptep_get((pte_t *)pud);
7223 if (pte_present(pte)) {
7224 page = pud_page(*pud) + ((address & ~PUD_MASK) >> PAGE_SHIFT);
7225 if (WARN_ON_ONCE(!try_grab_page(page, flags))) {
7226 page = NULL;
7227 goto out;
7228 }
7229 } else {
7230 if (is_hugetlb_entry_migration(pte)) {
7231 spin_unlock(ptl);
7232 __migration_entry_wait(mm, (pte_t *)pud, ptl);
7233 goto retry;
7234 }
7235 /*
7236 * hwpoisoned entry is treated as no_page_table in
7237 * follow_page_mask().
7238 */
7239 }
7240out:
7241 spin_unlock(ptl);
7242 return page;
Steve Capper9e5fc742013-04-30 08:02:03 +01007243}
7244
Anshuman Khandualfaaa5b62017-07-06 15:38:50 -07007245struct page * __weak
7246follow_huge_pgd(struct mm_struct *mm, unsigned long address, pgd_t *pgd, int flags)
7247{
John Hubbard3faa52c2020-04-01 21:05:29 -07007248 if (flags & (FOLL_GET | FOLL_PIN))
Anshuman Khandualfaaa5b62017-07-06 15:38:50 -07007249 return NULL;
7250
7251 return pte_page(*(pte_t *)pgd) + ((address & ~PGDIR_MASK) >> PAGE_SHIFT);
7252}
7253
Miaohe Lin7ce82f42022-05-30 19:30:15 +08007254int isolate_hugetlb(struct page *page, struct list_head *list)
Naoya Horiguchi31caf662013-09-11 14:21:59 -07007255{
Miaohe Lin7ce82f42022-05-30 19:30:15 +08007256 int ret = 0;
Naoya Horiguchibcc54222015-04-15 16:14:38 -07007257
Mike Kravetzdb71ef72021-05-04 18:35:07 -07007258 spin_lock_irq(&hugetlb_lock);
Mike Kravetz8f251a32021-02-24 12:08:56 -08007259 if (!PageHeadHuge(page) ||
7260 !HPageMigratable(page) ||
Muchun Song0eb2df22021-02-04 18:32:10 -08007261 !get_page_unless_zero(page)) {
Miaohe Lin7ce82f42022-05-30 19:30:15 +08007262 ret = -EBUSY;
Naoya Horiguchibcc54222015-04-15 16:14:38 -07007263 goto unlock;
7264 }
Mike Kravetz8f251a32021-02-24 12:08:56 -08007265 ClearHPageMigratable(page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07007266 list_move_tail(&page->lru, list);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07007267unlock:
Mike Kravetzdb71ef72021-05-04 18:35:07 -07007268 spin_unlock_irq(&hugetlb_lock);
Naoya Horiguchibcc54222015-04-15 16:14:38 -07007269 return ret;
Naoya Horiguchi31caf662013-09-11 14:21:59 -07007270}
7271
Naoya Horiguchi25182f02021-06-15 18:23:13 -07007272int get_hwpoison_huge_page(struct page *page, bool *hugetlb)
7273{
7274 int ret = 0;
7275
7276 *hugetlb = false;
7277 spin_lock_irq(&hugetlb_lock);
7278 if (PageHeadHuge(page)) {
7279 *hugetlb = true;
Naoya Horiguchib283d9832022-04-28 23:16:02 -07007280 if (HPageFreed(page))
7281 ret = 0;
7282 else if (HPageMigratable(page))
Naoya Horiguchi25182f02021-06-15 18:23:13 -07007283 ret = get_page_unless_zero(page);
Naoya Horiguchi0ed950d2021-06-28 19:43:17 -07007284 else
7285 ret = -EBUSY;
Naoya Horiguchi25182f02021-06-15 18:23:13 -07007286 }
7287 spin_unlock_irq(&hugetlb_lock);
7288 return ret;
7289}
7290
Naoya Horiguchi405ce052022-04-21 16:35:33 -07007291int get_huge_page_for_hwpoison(unsigned long pfn, int flags)
7292{
7293 int ret;
7294
7295 spin_lock_irq(&hugetlb_lock);
7296 ret = __get_huge_page_for_hwpoison(pfn, flags);
7297 spin_unlock_irq(&hugetlb_lock);
7298 return ret;
7299}
7300
Naoya Horiguchi31caf662013-09-11 14:21:59 -07007301void putback_active_hugepage(struct page *page)
7302{
Mike Kravetzdb71ef72021-05-04 18:35:07 -07007303 spin_lock_irq(&hugetlb_lock);
Mike Kravetz8f251a32021-02-24 12:08:56 -08007304 SetHPageMigratable(page);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07007305 list_move_tail(&page->lru, &(page_hstate(page))->hugepage_activelist);
Mike Kravetzdb71ef72021-05-04 18:35:07 -07007306 spin_unlock_irq(&hugetlb_lock);
Naoya Horiguchi31caf662013-09-11 14:21:59 -07007307 put_page(page);
7308}
Michal Hockoab5ac902018-01-31 16:20:48 -08007309
7310void move_hugetlb_state(struct page *oldpage, struct page *newpage, int reason)
7311{
7312 struct hstate *h = page_hstate(oldpage);
7313
7314 hugetlb_cgroup_migrate(oldpage, newpage);
7315 set_page_owner_migrate_reason(newpage, reason);
7316
7317 /*
7318 * transfer temporary state of the new huge page. This is
7319 * reverse to other transitions because the newpage is going to
7320 * be final while the old one will be freed so it takes over
7321 * the temporary status.
7322 *
7323 * Also note that we have to transfer the per-node surplus state
7324 * here as well otherwise the global surplus count will not match
7325 * the per-node's.
7326 */
Mike Kravetz9157c3112021-02-24 12:09:00 -08007327 if (HPageTemporary(newpage)) {
Michal Hockoab5ac902018-01-31 16:20:48 -08007328 int old_nid = page_to_nid(oldpage);
7329 int new_nid = page_to_nid(newpage);
7330
Mike Kravetz9157c3112021-02-24 12:09:00 -08007331 SetHPageTemporary(oldpage);
7332 ClearHPageTemporary(newpage);
Michal Hockoab5ac902018-01-31 16:20:48 -08007333
Miaohe Lin5af1ab12021-05-04 18:33:25 -07007334 /*
7335 * There is no need to transfer the per-node surplus state
7336 * when we do not cross the node.
7337 */
7338 if (new_nid == old_nid)
7339 return;
Mike Kravetzdb71ef72021-05-04 18:35:07 -07007340 spin_lock_irq(&hugetlb_lock);
Michal Hockoab5ac902018-01-31 16:20:48 -08007341 if (h->surplus_huge_pages_node[old_nid]) {
7342 h->surplus_huge_pages_node[old_nid]--;
7343 h->surplus_huge_pages_node[new_nid]++;
7344 }
Mike Kravetzdb71ef72021-05-04 18:35:07 -07007345 spin_unlock_irq(&hugetlb_lock);
Michal Hockoab5ac902018-01-31 16:20:48 -08007346 }
7347}
Roman Gushchincf11e852020-04-10 14:32:45 -07007348
Peter Xu6dfeaff2021-05-04 18:33:13 -07007349/*
7350 * This function will unconditionally remove all the shared pmd pgtable entries
7351 * within the specific vma for a hugetlbfs memory range.
7352 */
7353void hugetlb_unshare_all_pmds(struct vm_area_struct *vma)
7354{
7355 struct hstate *h = hstate_vma(vma);
7356 unsigned long sz = huge_page_size(h);
7357 struct mm_struct *mm = vma->vm_mm;
7358 struct mmu_notifier_range range;
7359 unsigned long address, start, end;
7360 spinlock_t *ptl;
7361 pte_t *ptep;
7362
7363 if (!(vma->vm_flags & VM_MAYSHARE))
7364 return;
7365
7366 start = ALIGN(vma->vm_start, PUD_SIZE);
7367 end = ALIGN_DOWN(vma->vm_end, PUD_SIZE);
7368
7369 if (start >= end)
7370 return;
7371
Baolin Wang9c8bbfa2022-04-29 14:36:58 -07007372 flush_cache_range(vma, start, end);
Peter Xu6dfeaff2021-05-04 18:33:13 -07007373 /*
7374 * No need to call adjust_range_if_pmd_sharing_possible(), because
7375 * we have already done the PUD_SIZE alignment.
7376 */
7377 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, vma, mm,
7378 start, end);
7379 mmu_notifier_invalidate_range_start(&range);
Mike Kravetz40549ba2022-09-14 15:18:09 -07007380 hugetlb_vma_lock_write(vma);
Peter Xu6dfeaff2021-05-04 18:33:13 -07007381 i_mmap_lock_write(vma->vm_file->f_mapping);
7382 for (address = start; address < end; address += PUD_SIZE) {
Peter Xu6dfeaff2021-05-04 18:33:13 -07007383 ptep = huge_pte_offset(mm, address, sz);
7384 if (!ptep)
7385 continue;
7386 ptl = huge_pte_lock(h, mm, ptep);
Mike Kravetz4ddb4d92022-06-21 16:56:19 -07007387 huge_pmd_unshare(mm, vma, address, ptep);
Peter Xu6dfeaff2021-05-04 18:33:13 -07007388 spin_unlock(ptl);
7389 }
7390 flush_hugetlb_tlb_range(vma, start, end);
7391 i_mmap_unlock_write(vma->vm_file->f_mapping);
Mike Kravetz40549ba2022-09-14 15:18:09 -07007392 hugetlb_vma_unlock_write(vma);
Peter Xu6dfeaff2021-05-04 18:33:13 -07007393 /*
7394 * No need to call mmu_notifier_invalidate_range(), see
Mike Rapoportee657282022-06-27 09:00:26 +03007395 * Documentation/mm/mmu_notifier.rst.
Peter Xu6dfeaff2021-05-04 18:33:13 -07007396 */
7397 mmu_notifier_invalidate_range_end(&range);
7398}
7399
Roman Gushchincf11e852020-04-10 14:32:45 -07007400#ifdef CONFIG_CMA
Roman Gushchincf11e852020-04-10 14:32:45 -07007401static bool cma_reserve_called __initdata;
7402
7403static int __init cmdline_parse_hugetlb_cma(char *p)
7404{
Baolin Wang38e719a2021-11-05 13:41:46 -07007405 int nid, count = 0;
7406 unsigned long tmp;
7407 char *s = p;
7408
7409 while (*s) {
7410 if (sscanf(s, "%lu%n", &tmp, &count) != 1)
7411 break;
7412
7413 if (s[count] == ':') {
Mike Kravetzf9317f72022-03-22 14:45:20 -07007414 if (tmp >= MAX_NUMNODES)
Baolin Wang38e719a2021-11-05 13:41:46 -07007415 break;
Mike Kravetzf9317f72022-03-22 14:45:20 -07007416 nid = array_index_nospec(tmp, MAX_NUMNODES);
Baolin Wang38e719a2021-11-05 13:41:46 -07007417
7418 s += count + 1;
7419 tmp = memparse(s, &s);
7420 hugetlb_cma_size_in_node[nid] = tmp;
7421 hugetlb_cma_size += tmp;
7422
7423 /*
7424 * Skip the separator if have one, otherwise
7425 * break the parsing.
7426 */
7427 if (*s == ',')
7428 s++;
7429 else
7430 break;
7431 } else {
7432 hugetlb_cma_size = memparse(p, &p);
7433 break;
7434 }
7435 }
7436
Roman Gushchincf11e852020-04-10 14:32:45 -07007437 return 0;
7438}
7439
7440early_param("hugetlb_cma", cmdline_parse_hugetlb_cma);
7441
7442void __init hugetlb_cma_reserve(int order)
7443{
7444 unsigned long size, reserved, per_node;
Baolin Wang38e719a2021-11-05 13:41:46 -07007445 bool node_specific_cma_alloc = false;
Roman Gushchincf11e852020-04-10 14:32:45 -07007446 int nid;
7447
7448 cma_reserve_called = true;
7449
7450 if (!hugetlb_cma_size)
7451 return;
7452
Baolin Wang38e719a2021-11-05 13:41:46 -07007453 for (nid = 0; nid < MAX_NUMNODES; nid++) {
7454 if (hugetlb_cma_size_in_node[nid] == 0)
7455 continue;
7456
Peng Liu30a51402022-04-29 14:36:58 -07007457 if (!node_online(nid)) {
Baolin Wang38e719a2021-11-05 13:41:46 -07007458 pr_warn("hugetlb_cma: invalid node %d specified\n", nid);
7459 hugetlb_cma_size -= hugetlb_cma_size_in_node[nid];
7460 hugetlb_cma_size_in_node[nid] = 0;
7461 continue;
7462 }
7463
7464 if (hugetlb_cma_size_in_node[nid] < (PAGE_SIZE << order)) {
7465 pr_warn("hugetlb_cma: cma area of node %d should be at least %lu MiB\n",
7466 nid, (PAGE_SIZE << order) / SZ_1M);
7467 hugetlb_cma_size -= hugetlb_cma_size_in_node[nid];
7468 hugetlb_cma_size_in_node[nid] = 0;
7469 } else {
7470 node_specific_cma_alloc = true;
7471 }
7472 }
7473
7474 /* Validate the CMA size again in case some invalid nodes specified. */
7475 if (!hugetlb_cma_size)
7476 return;
7477
Roman Gushchincf11e852020-04-10 14:32:45 -07007478 if (hugetlb_cma_size < (PAGE_SIZE << order)) {
7479 pr_warn("hugetlb_cma: cma area should be at least %lu MiB\n",
7480 (PAGE_SIZE << order) / SZ_1M);
Mike Kravetza01f4392021-11-05 13:41:27 -07007481 hugetlb_cma_size = 0;
Roman Gushchincf11e852020-04-10 14:32:45 -07007482 return;
7483 }
7484
Baolin Wang38e719a2021-11-05 13:41:46 -07007485 if (!node_specific_cma_alloc) {
7486 /*
7487 * If 3 GB area is requested on a machine with 4 numa nodes,
7488 * let's allocate 1 GB on first three nodes and ignore the last one.
7489 */
7490 per_node = DIV_ROUND_UP(hugetlb_cma_size, nr_online_nodes);
7491 pr_info("hugetlb_cma: reserve %lu MiB, up to %lu MiB per node\n",
7492 hugetlb_cma_size / SZ_1M, per_node / SZ_1M);
7493 }
Roman Gushchincf11e852020-04-10 14:32:45 -07007494
7495 reserved = 0;
Peng Liu30a51402022-04-29 14:36:58 -07007496 for_each_online_node(nid) {
Roman Gushchincf11e852020-04-10 14:32:45 -07007497 int res;
Barry Song2281f792020-08-24 11:03:09 +12007498 char name[CMA_MAX_NAME];
Roman Gushchincf11e852020-04-10 14:32:45 -07007499
Baolin Wang38e719a2021-11-05 13:41:46 -07007500 if (node_specific_cma_alloc) {
7501 if (hugetlb_cma_size_in_node[nid] == 0)
7502 continue;
7503
7504 size = hugetlb_cma_size_in_node[nid];
7505 } else {
7506 size = min(per_node, hugetlb_cma_size - reserved);
7507 }
7508
Roman Gushchincf11e852020-04-10 14:32:45 -07007509 size = round_up(size, PAGE_SIZE << order);
7510
Barry Song2281f792020-08-24 11:03:09 +12007511 snprintf(name, sizeof(name), "hugetlb%d", nid);
Mike Kravetza01f4392021-11-05 13:41:27 -07007512 /*
7513 * Note that 'order per bit' is based on smallest size that
7514 * may be returned to CMA allocator in the case of
7515 * huge page demotion.
7516 */
7517 res = cma_declare_contiguous_nid(0, size, 0,
7518 PAGE_SIZE << HUGETLB_PAGE_ORDER,
Barry Song29d0f412020-08-11 18:32:00 -07007519 0, false, name,
Roman Gushchincf11e852020-04-10 14:32:45 -07007520 &hugetlb_cma[nid], nid);
7521 if (res) {
7522 pr_warn("hugetlb_cma: reservation failed: err %d, node %d",
7523 res, nid);
7524 continue;
7525 }
7526
7527 reserved += size;
7528 pr_info("hugetlb_cma: reserved %lu MiB on node %d\n",
7529 size / SZ_1M, nid);
7530
7531 if (reserved >= hugetlb_cma_size)
7532 break;
7533 }
Mike Kravetza01f4392021-11-05 13:41:27 -07007534
7535 if (!reserved)
7536 /*
7537 * hugetlb_cma_size is used to determine if allocations from
7538 * cma are possible. Set to zero if no cma regions are set up.
7539 */
7540 hugetlb_cma_size = 0;
Roman Gushchincf11e852020-04-10 14:32:45 -07007541}
7542
Miaohe Lin263b8992022-09-01 20:00:21 +08007543static void __init hugetlb_cma_check(void)
Roman Gushchincf11e852020-04-10 14:32:45 -07007544{
7545 if (!hugetlb_cma_size || cma_reserve_called)
7546 return;
7547
7548 pr_warn("hugetlb_cma: the option isn't supported by current arch\n");
7549}
7550
7551#endif /* CONFIG_CMA */