linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: dev-tools: kmemleak: Update list of architectures
@ 2020-03-03 19:42 Jonathan Neuschäfer
  2020-03-10 17:32 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2020-03-03 19:42 UTC (permalink / raw)
  To: linux-doc
  Cc: Jonathan Neuschäfer, Catalin Marinas, Jonathan Corbet,
	Nick Hu, Greentime Hu, Vincent Chen, linux-kernel

* 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 <j.neuschaefer@gmx.net>
---
 Documentation/dev-tools/kmemleak.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kmemleak.rst b/Documentation/dev-tools/kmemleak.rst
index 3a289e8a1d12..fce262883984 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
 -----
--
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: dev-tools: kmemleak: Update list of architectures
  2020-03-03 19:42 [PATCH] docs: dev-tools: kmemleak: Update list of architectures Jonathan Neuschäfer
@ 2020-03-10 17:32 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-03-10 17:32 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-doc, Catalin Marinas, Nick Hu, Greentime Hu, Vincent Chen,
	linux-kernel

On Tue,  3 Mar 2020 20:42:15 +0100
Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:

> * 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 <j.neuschaefer@gmx.net>
> ---
>  Documentation/dev-tools/kmemleak.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/dev-tools/kmemleak.rst b/Documentation/dev-tools/kmemleak.rst
> index 3a289e8a1d12..fce262883984 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
>  -----
> --
> 2.20.1
> 
Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-10 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 19:42 [PATCH] docs: dev-tools: kmemleak: Update list of architectures Jonathan Neuschäfer
2020-03-10 17:32 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).