aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
author[email protected] <[email protected]>2020-03-12 16:59:20 +0100
committerCatalin Marinas <[email protected]>2020-03-17 18:36:57 +0000
commitc17a290f7e7e59d24b4507736b7b40b0eb5f8f1f (patch)
treef140da9800e59eaca827dfd79efba4c1dc65b712 /tools/perf/scripts/python/export-to-sqlite.py
parentd22b115cbfbb7e4a938f9eb6ea77da9ecac3df5a (diff)
arm64: define __alloc_zeroed_user_highpage
When running the kernel with init_on_alloc=1, calling the default implementation of __alloc_zeroed_user_highpage() from include/linux/highmem.h leads to double-initialization of the allocated page (first by the page allocator, then by clear_user_page(). Calling alloc_page_vma() with __GFP_ZERO, similarly to e.g. x86, seems to be enough to ensure the user page is zeroed only once. Signed-off-by: Alexander Potapenko <[email protected]> Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions