linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Kmemleak updates
@ 2014-05-02 13:41 Catalin Marinas
  2014-05-02 13:41 ` [PATCH 1/6] mm/kmemleak.c: Use %u to print ->checksum Catalin Marinas
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Catalin Marinas @ 2014-05-02 13:41 UTC (permalink / raw)
  To: linux-kernel, linux-mm; +Cc: Andrew Morton

Hi,

This series contains a few kmemleak updates:

- Avoid false positives caused by not tracking all memblock allocations
  and disabling the kmemleak early logging slightly earlier
- Debugging improvements for places where pre-allocation happens
  (mempool and radix tree)
- minor printk correction

Catalin Marinas (5):
  mm: Introduce kmemleak_update_trace()
  lib: Update the kmemleak allocation stack trace for kmemleak
  mm: Update the kmemleak stack trace for mempool allocations
  mm: Call kmemleak directly from memblock_(alloc|free)
  mm: Postpone the disabling of kmemleak early logging

Jianpeng Ma (1):
  mm/kmemleak.c: Use %u to print ->checksum.

 Documentation/kmemleak.txt |  1 +
 include/linux/kmemleak.h   |  4 ++++
 lib/radix-tree.c           |  6 ++++++
 mm/kmemleak.c              | 43 ++++++++++++++++++++++++++++++++++++++-----
 mm/memblock.c              |  9 ++++++++-
 mm/mempool.c               |  6 ++++++
 mm/nobootmem.c             |  2 --
 7 files changed, 63 insertions(+), 8 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2014-05-06 23:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 13:41 [PATCH 0/6] Kmemleak updates Catalin Marinas
2014-05-02 13:41 ` [PATCH 1/6] mm/kmemleak.c: Use %u to print ->checksum Catalin Marinas
2014-05-02 13:41 ` [PATCH 2/6] mm: Introduce kmemleak_update_trace() Catalin Marinas
2014-05-02 13:41 ` [PATCH 3/6] lib: Update the kmemleak stack trace for radix tree allocations Catalin Marinas
2014-05-02 13:48   ` Johannes Weiner
2014-05-02 13:41 ` [PATCH 4/6] mm: Update the kmemleak stack trace for mempool allocations Catalin Marinas
2014-05-02 13:41 ` [PATCH 5/6] mm: Call kmemleak directly from memblock_(alloc|free) Catalin Marinas
2014-05-02 13:41 ` [PATCH 6/6] mm: Postpone the disabling of kmemleak early logging Catalin Marinas
2014-05-06 15:20   ` Sasha Levin
2014-05-06 17:05     ` Catalin Marinas
2014-05-06 18:15       ` Sasha Levin
2014-05-06 21:52         ` Catalin Marinas
2014-05-06 23:08           ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).