From: Jonathan Neuschäfer Date: Tue, 3 Mar 2020 19:42:15 +0000 (+0100) Subject: docs: dev-tools: kmemleak: Update list of architectures X-Git-Tag: v5.10.7~2815^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6480e449646cdbfce239cec0b6cdc66b9617b802;p=platform%2Fkernel%2Flinux-rpi.git docs: dev-tools: kmemleak: Update list of architectures * Don't list powerpc twice (once as ppc) * Drop tile, which has been removed from the source tree * Mention arm64, nds32, arc, and xtensa Signed-off-by: Jonathan Neuschäfer Link: https://lore.kernel.org/r/20200303194215.23756-1-j.neuschaefer@gmx.net Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/dev-tools/kmemleak.rst b/Documentation/dev-tools/kmemleak.rst index 3a289e8..fce2628 100644 --- a/Documentation/dev-tools/kmemleak.rst +++ b/Documentation/dev-tools/kmemleak.rst @@ -8,7 +8,8 @@ with the difference that the orphan objects are not freed but only reported via /sys/kernel/debug/kmemleak. A similar method is used by the Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in user-space applications. -Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390 and tile. +Kmemleak is supported on x86, arm, arm64, powerpc, sparc, sh, microblaze, mips, +s390, nds32, arc and xtensa. Usage -----