Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: update kmemleak arch. info

Besides x86 and arm, kmemleak now supports powerpc, sparc, sh,
microblaze and tile.

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Daniel Baluta and committed by
Linus Torvalds
21b86bd5 a5660b41

+2 -2
+2 -2
Documentation/kmemleak.txt
··· 11 11 reported via /sys/kernel/debug/kmemleak. A similar method is used by the 12 12 Valgrind tool (memcheck --leak-check) to detect the memory leaks in 13 13 user-space applications. 14 + Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze and tile. 14 15 15 16 Usage 16 17 ----- ··· 179 178 the pointer is calculated by other methods than the usual container_of 180 179 macro or the pointer is stored in a location not scanned by kmemleak. 181 180 182 - Page allocations and ioremap are not tracked. Only the ARM and x86 183 - architectures are currently supported. 181 + Page allocations and ioremap are not tracked.