diff options
| author | Matthew Wilcox <[email protected]> | 2022-08-18 22:07:41 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-09-11 20:25:56 -0700 |
| commit | 08262ac50a7e4d70ee92b34746ea54a0ba51739a (patch) | |
| tree | e92539d9cbf55d51bf5d70e0b28b252177b2a443 /tools/perf/scripts/python | |
| parent | b8dd3ee9cacc2398700e5227931988931871e020 (diff) | |
mm/vmalloc.c: support HIGHMEM pages in vmap_pages_range_noflush()
If the pages being mapped are in HIGHMEM, page_address() returns NULL.
This probably wasn't noticed before because there aren't currently any
architectures with HAVE_ARCH_HUGE_VMALLOC and HIGHMEM, but it's simpler to
call page_to_phys() and futureproofs us against such configurations
existing.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 121e6f3258fe ("mm/vmalloc: hugepage vmalloc mappings")
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: William Kucharski <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Uladzislau Rezki <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions