]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
lib-stackdepot-mm-rename-stack_depot_want_early_init-fix
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 23:13:49 +0000 (15:13 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 23:36:10 +0000 (15:36 -0800)
update mm/kmemleak.c

Cc: Alexander Potapenko <glider@google.com>
Cc: Andrey Konovalov <andreyknvl@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/kmemleak.c

index d9b242cfdb1c96efa25681433bc7e29c487957d1..a2d34226e3c8c3acc3a8736fdf01e709edab495d 100644 (file)
@@ -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;