linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mm/kmemleak: use object_cache instead of kmemleak_initialized
@ 2023-08-15 14:41 Xiaolei Wang
  2023-08-15 14:41 ` [PATCH v3 1/2] mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set_track_prepare() Xiaolei Wang
  2023-08-15 14:41 ` [PATCH v3 2/2] Rename kmemleak_initialized to kmemleak_late_initialized Xiaolei Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaolei Wang @ 2023-08-15 14:41 UTC (permalink / raw)
  To: catalin.marinas, akpm, vbabka, glider, andreyknvl, zhaoyang.huang
  Cc: linux-mm, linux-kernel

use object_cache instead of kmemleak_initialized to check in
set_track_prepare(), so that memory leaks after kmemleak_init()
can be recorded and Rename kmemleak_initialized to
kmemleak_late_initialized

unreferenced object 0xc674ca80 (size 64):
 comm "swapper/0", pid 1, jiffies 4294938337 (age 204.880s)
 hex dump (first 32 bytes):
  80 55 75 c6 80 54 75 c6 00 55 75 c6 80 52 75 c6 .Uu..Tu..Uu..Ru.
  00 53 75 c6 00 00 00 00 00 00 00 00 00 00 00 00 .Su..........

Change in V3:
The comment in set_track_prepare() in patch1 is updated to

  	/*
	 * Use object_cache to determine whether kmemleak_init() has
	 * been invoked.stack_depot_early_init() is called before
	 * kmemleak_init() in mm_core_init().
	 */

Updated the commit log in patch2, Rename kmemleak_initialized to
kmemleak_late_initialized indicates that kmemleak_late_init() is complete

Change in V2:
Delete patch1 in v1 version, change patch2, use object_cache instead of
kmemleak_initialized to check in set_track_prepare(), so that memory leak
after kmemleak_init() can be recorded, and rename kmemleak_initialized to
kmemleak_late_initialized

Xiaolei Wang (2):
  mm/kmemleak: use object_cache instead of kmemleak_initialized to check
    in set_track_prepare()
  Rename kmemleak_initialized to kmemleak_late_initialized

 mm/kmemleak.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-15 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15 14:41 [PATCH v3 0/2] mm/kmemleak: use object_cache instead of kmemleak_initialized Xiaolei Wang
2023-08-15 14:41 ` [PATCH v3 1/2] mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set_track_prepare() Xiaolei Wang
2023-08-15 14:41 ` [PATCH v3 2/2] Rename kmemleak_initialized to kmemleak_late_initialized Xiaolei Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox