diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-06-27 12:15:10 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-05 23:14:02 +0300 |
commit | 4641961cff2f4202d3a01e8cd6b38f0a4e04ad36 (patch) | |
tree | 61fdbe52cdd9d3424d846ddb65ea1f11a8667944 /Documentation/dev-tools | |
parent | 6b2484e13a52e9836e67e89cadc6189c40c8ae8c (diff) | |
download | linux-4641961cff2f4202d3a01e8cd6b38f0a4e04ad36.tar.xz |
Documentation/features: Add kmemleak
Replace the manually curated list for supported archs in
Documentation/dev-tools/kmemleak.rst by a Documentation/features entry.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/r/20200627091510.28210-1-tklauser@distanz.ch
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools')
-rw-r--r-- | Documentation/dev-tools/kmemleak.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/dev-tools/kmemleak.rst b/Documentation/dev-tools/kmemleak.rst index fce262883984..a41a2d238af2 100644 --- a/Documentation/dev-tools/kmemleak.rst +++ b/Documentation/dev-tools/kmemleak.rst @@ -8,8 +8,6 @@ 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, arm64, powerpc, sparc, sh, microblaze, mips, -s390, nds32, arc and xtensa. Usage ----- |