]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Jan 2012 02:11:11 +0000 (18:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Jan 2012 02:11:11 +0000 (18:11 -0800)
commitaf5c72b9694252be3e396b2d9eb1c1b7b9ea9171
tree15446e4d19f7f98078344ab0bc37ae6af4898c6d
parent66f088c8e8a6b537270374308140f614e1fdd6de
parent88631f3c7ae010ae4c2042eb12059c2602e5738c
Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux

Kmemleak patches

Main features:
- Handle percpu memory allocations (only scanning them, not actually
  reporting).
- Memory hotplug support.

Usability improvements:
- Show the origin of early allocations.
- Report previously found leaks even if kmemleak has been disabled by
  some error.

* tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux:
  kmemleak: Add support for memory hotplug
  kmemleak: Handle percpu memory allocation
  kmemleak: Report previously found leaks even after an error
  kmemleak: When the early log buffer is exceeded, report the actual number
  kmemleak: Show where early_log issues come from
mm/percpu.c