VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Vlastimil Babka <vbabka@suse.cz> 2020-12-14 19:13:30 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2020-12-15 12:13:46 -0800 commit: 04013513cc84c401c7de9023ff3eda7863fc4add parent: b8ca396f984295ba09f25f6982f9abd0bb7f5a29
Commit Summary:
mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/init/main.c b/init/main.c
index 404366e1a64d..3024c4db17a9 100644
--- a/init/main.c
+++ b/init/main.c
@@ -824,7 +824,7 @@ static void __init mm_init(void)
 	 * bigger than MAX_ORDER unless SPARSEMEM.
 	 */
 	page_ext_init_flatmem();
-	init_debug_pagealloc();
+	init_mem_debugging_and_hardening();
 	report_meminit();
 	mem_init();
 	/* page_owner must be initialized after buddy is ready */