Skip to content

Commit 6480e44

Browse files
neuschaeferJonathan Corbet
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent b53366a commit 6480e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/dev-tools/kmemleak.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ with the difference that the orphan objects are not freed but only
88
reported via /sys/kernel/debug/kmemleak. A similar method is used by the
99
Valgrind tool (``memcheck --leak-check``) to detect the memory leaks in
1010
user-space applications.
11-
Kmemleak is supported on x86, arm, powerpc, sparc, sh, microblaze, ppc, mips, s390 and tile.
11+
Kmemleak is supported on x86, arm, arm64, powerpc, sparc, sh, microblaze, mips,
12+
s390, nds32, arc and xtensa.
1213

1314
Usage
1415
-----

0 commit comments

Comments
 (0)