* [folded-merged] mm-use-stack_depot_early_init-for-kmemleak-fix.patch removed from -mm tree
@ 2023-02-01 0:39 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-02-01 0:39 UTC (permalink / raw)
To: mm-commits, zhaoyang.huang, rppt, peterz, nathan,
mirsad.todorovac, ke.wang, catalin.marinas, vbabka, akpm
The quilt patch titled
Subject: mm-use-stack_depot_early_init-for-kmemleak-fix
has been removed from the -mm tree. Its filename was
mm-use-stack_depot_early_init-for-kmemleak-fix.patch
This patch was dropped because it was folded into mm-use-stack_depot_early_init-for-kmemleak.patch
------------------------------------------------------
From: Vlastimil Babka <vbabka@suse.cz>
Subject: mm-use-stack_depot_early_init-for-kmemleak-fix
Date: Thu, 19 Jan 2023 11:32:36 +0100
The call to stack_depot_init() becomes no-op after this patch so it's not
a bug to leave it there, but it's just misleading now.
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: ke.wang <ke.wang@unisoc.com>
Cc: Mike Rapoport (IBM) <rppt@kernel.org>
Cc: Mirsad Goran Todorovac <mirsad.todorovac@alu.unizg.hr>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Zhaoyang Huang <zhaoyang.huang@unisoc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
--- a/mm/kmemleak.c~mm-use-stack_depot_early_init-for-kmemleak-fix
+++ a/mm/kmemleak.c
@@ -2095,7 +2095,6 @@ void __init kmemleak_init(void)
if (kmemleak_error)
return;
- stack_depot_init();
jiffies_min_age = msecs_to_jiffies(MSECS_MIN_AGE);
jiffies_scan_wait = msecs_to_jiffies(SECS_SCAN_WAIT * 1000);
_
Patches currently in -mm which might be from vbabka@suse.cz are
mm-mremap-fix-mremap-expanding-for-vmas-with-vm_ops-close.patch
mm-use-stack_depot_early_init-for-kmemleak.patch
revert-mm-compaction-fix-set-skip-in-fast_find_migrateblock.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-01 0:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-01 0:39 [folded-merged] mm-use-stack_depot_early_init-for-kmemleak-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.