From 38099b994bfea383d9a5136c7470859b7b9d62bb Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 10 Feb 2023 15:13:49 -0800 Subject: [PATCH] lib-stackdepot-mm-rename-stack_depot_want_early_init-fix update mm/kmemleak.c Cc: Alexander Potapenko Cc: Andrey Konovalov Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- mm/kmemleak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/kmemleak.c b/mm/kmemleak.c index d9b242cfdb1c9..a2d34226e3c8c 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -2071,7 +2071,7 @@ static int __init kmemleak_boot_config(char *str) kmemleak_disable(); else if (strcmp(str, "on") == 0) { kmemleak_skip_disable = 1; - stack_depot_want_early_init(); + stack_depot_request_early_init(); } else return -EINVAL; -- 2.50.1