Linux-Doc Archive mirror
 help / color / mirror / Atom feed
* [PATCH] samples/kprobes: Remove misleading comment
@ 2020-12-28  6:04 Marc Koderer
  2021-01-11 20:33 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Koderer @ 2020-12-28  6:04 UTC (permalink / raw
  To: linux-doc
  Cc: Jonathan Corbet, Mauro Carvalho Chehab, Alexandre Chartre,
	Masami Hiramatsu, Christian Brauner, trivial, Marc Koderer

The example file supports many architectures not only x86 and PPC.

Signed-off-by: Marc Koderer <marc@koderer.com>
Cc: trivial@kernel.org
---
 samples/kprobes/kprobe_example.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/samples/kprobes/kprobe_example.c b/samples/kprobes/kprobe_example.c
index 365905cb24b1..192aa68db0c0 100644
--- a/samples/kprobes/kprobe_example.c
+++ b/samples/kprobes/kprobe_example.c
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * NOTE: This example is works on x86 and powerpc.
  * Here's a sample kernel module showing the use of kprobes to dump a
  * stack trace and selected registers when kernel_clone() is called.
  *
-- 
2.20.1


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

* Re: [PATCH] samples/kprobes: Remove misleading comment
  2020-12-28  6:04 [PATCH] samples/kprobes: Remove misleading comment Marc Koderer
@ 2021-01-11 20:33 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-01-11 20:33 UTC (permalink / raw
  To: Marc Koderer
  Cc: linux-doc, Mauro Carvalho Chehab, Alexandre Chartre,
	Masami Hiramatsu, Christian Brauner, trivial

On Mon, 28 Dec 2020 07:04:15 +0100
Marc Koderer <marc@koderer.com> wrote:

> The example file supports many architectures not only x86 and PPC.
> 
> Signed-off-by: Marc Koderer <marc@koderer.com>
> Cc: trivial@kernel.org
> ---
>  samples/kprobes/kprobe_example.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/samples/kprobes/kprobe_example.c b/samples/kprobes/kprobe_example.c
> index 365905cb24b1..192aa68db0c0 100644
> --- a/samples/kprobes/kprobe_example.c
> +++ b/samples/kprobes/kprobe_example.c
> @@ -1,6 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
> - * NOTE: This example is works on x86 and powerpc.
>   * Here's a sample kernel module showing the use of kprobes to dump a
>   * stack trace and selected registers when kernel_clone() is called.

Applied, thanks.

jon

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

end of thread, other threads:[~2021-01-11 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-28  6:04 [PATCH] samples/kprobes: Remove misleading comment Marc Koderer
2021-01-11 20:33 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).