FROMLIST: 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 <glider@google.com> Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/linux-arm-kernel/20200312155920.50067-1-glider@google.com/ Signed-off-by:
Alexander Potapenko <glider@google.com> Change-Id: I3ff7c3fb082b420491313e0fdd841ce340989d72
Loading
Please register or sign in to comment