linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Update kprobes documentation
@ 2023-12-19  6:23 Tiezhu Yang
  2023-12-19  6:23 ` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu Tiezhu Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tiezhu Yang @ 2023-12-19  6:23 UTC (permalink / raw)
  To: Steven Rostedt, Masami Hiramatsu, Jonathan Corbet
  Cc: linux-doc, linux-trace-kernel, loongarch, linux-kernel

This is based on 6.7-rc6.

Tiezhu Yang (2):
  docs, kprobes: Update email address of Masami Hiramatsu
  docs, kprobes: Add loongarch as supported architecture

 Documentation/trace/kprobes.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.42.0


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

* [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu
  2023-12-19  6:23 [PATCH v1 0/2] Update kprobes documentation Tiezhu Yang
@ 2023-12-19  6:23 ` Tiezhu Yang
  2024-01-03 21:36   ` Jonathan Corbet
  2023-12-19  6:23 ` [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture Tiezhu Yang
  2024-01-11 16:36 ` [PATCH v1 0/2] Update kprobes documentation Jonathan Corbet
  2 siblings, 1 reply; 7+ messages in thread
From: Tiezhu Yang @ 2023-12-19  6:23 UTC (permalink / raw)
  To: Steven Rostedt, Masami Hiramatsu, Jonathan Corbet
  Cc: linux-doc, linux-trace-kernel, loongarch, linux-kernel

According to the latest authorship and Signed-off-by:

  Masami Hiramatsu (Google) <mhiramat@kernel.org>

Masami Hiramatsu is working at Google, so the current email @redhat.com
is out of date, it is better to use the email @kernel.org.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 Documentation/trace/kprobes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst
index f825970a1495..968ae080accd 100644
--- a/Documentation/trace/kprobes.rst
+++ b/Documentation/trace/kprobes.rst
@@ -4,7 +4,7 @@ Kernel Probes (Kprobes)
 
 :Author: Jim Keniston <jkenisto@us.ibm.com>
 :Author: Prasanna S Panchamukhi <prasanna.panchamukhi@gmail.com>
-:Author: Masami Hiramatsu <mhiramat@redhat.com>
+:Author: Masami Hiramatsu <mhiramat@kernel.org>
 
 .. CONTENTS
 
-- 
2.42.0


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

* [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture
  2023-12-19  6:23 [PATCH v1 0/2] Update kprobes documentation Tiezhu Yang
  2023-12-19  6:23 ` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu Tiezhu Yang
@ 2023-12-19  6:23 ` Tiezhu Yang
  2024-01-04  2:59   ` Masami Hiramatsu
  2024-01-11 16:36 ` [PATCH v1 0/2] Update kprobes documentation Jonathan Corbet
  2 siblings, 1 reply; 7+ messages in thread
From: Tiezhu Yang @ 2023-12-19  6:23 UTC (permalink / raw)
  To: Steven Rostedt, Masami Hiramatsu, Jonathan Corbet
  Cc: linux-doc, linux-trace-kernel, loongarch, linux-kernel

After the following three changes at the beginning of the year:

  commit 6d4cc40fb5f5 ("LoongArch: Add kprobes support")
  commit 3f5536860086 ("LoongArch: Add kretprobes support")
  commit 09e679c28a4d ("LoongArch: Add kprobes on ftrace support")

it is appropriate to add loongarch as supported architecture in
kprobes documentation.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 Documentation/trace/kprobes.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst
index 968ae080accd..e1636e579c9c 100644
--- a/Documentation/trace/kprobes.rst
+++ b/Documentation/trace/kprobes.rst
@@ -321,6 +321,7 @@ architectures:
 - mips
 - s390
 - parisc
+- loongarch
 
 Configuring Kprobes
 ===================
-- 
2.42.0


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

* Re: [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu
  2023-12-19  6:23 ` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu Tiezhu Yang
@ 2024-01-03 21:36   ` Jonathan Corbet
  2024-01-04  2:58     ` Masami Hiramatsu
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Corbet @ 2024-01-03 21:36 UTC (permalink / raw)
  To: Tiezhu Yang, Steven Rostedt, Masami Hiramatsu
  Cc: linux-doc, linux-trace-kernel, loongarch, linux-kernel

Tiezhu Yang <yangtiezhu@loongson.cn> writes:

> According to the latest authorship and Signed-off-by:
>
>   Masami Hiramatsu (Google) <mhiramat@kernel.org>
>
> Masami Hiramatsu is working at Google, so the current email @redhat.com
> is out of date, it is better to use the email @kernel.org.
>
> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
> ---
>  Documentation/trace/kprobes.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst
> index f825970a1495..968ae080accd 100644
> --- a/Documentation/trace/kprobes.rst
> +++ b/Documentation/trace/kprobes.rst
> @@ -4,7 +4,7 @@ Kernel Probes (Kprobes)
>  
>  :Author: Jim Keniston <jkenisto@us.ibm.com>
>  :Author: Prasanna S Panchamukhi <prasanna.panchamukhi@gmail.com>
> -:Author: Masami Hiramatsu <mhiramat@redhat.com>
> +:Author: Masami Hiramatsu <mhiramat@kernel.org>

Masami, is this change OK with you?

Thanks,

jon

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

* Re: [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu
  2024-01-03 21:36   ` Jonathan Corbet
@ 2024-01-04  2:58     ` Masami Hiramatsu
  0 siblings, 0 replies; 7+ messages in thread
From: Masami Hiramatsu @ 2024-01-04  2:58 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Tiezhu Yang, Steven Rostedt, linux-doc, linux-trace-kernel,
	loongarch, linux-kernel

On Wed, 03 Jan 2024 14:36:47 -0700
Jonathan Corbet <corbet@lwn.net> wrote:

> Tiezhu Yang <yangtiezhu@loongson.cn> writes:
> 
> > According to the latest authorship and Signed-off-by:
> >
> >   Masami Hiramatsu (Google) <mhiramat@kernel.org>
> >
> > Masami Hiramatsu is working at Google, so the current email @redhat.com
> > is out of date, it is better to use the email @kernel.org.
> >
> > Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
> > ---
> >  Documentation/trace/kprobes.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst
> > index f825970a1495..968ae080accd 100644
> > --- a/Documentation/trace/kprobes.rst
> > +++ b/Documentation/trace/kprobes.rst
> > @@ -4,7 +4,7 @@ Kernel Probes (Kprobes)
> >  
> >  :Author: Jim Keniston <jkenisto@us.ibm.com>
> >  :Author: Prasanna S Panchamukhi <prasanna.panchamukhi@gmail.com>
> > -:Author: Masami Hiramatsu <mhiramat@redhat.com>
> > +:Author: Masami Hiramatsu <mhiramat@kernel.org>
> 
> Masami, is this change OK with you?

I would like to know the policy. Should we update the author's mail
address in the document (source) everytime?

Anyway, I'm OK for this update.

Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Thanks,

> 
> Thanks,
> 
> jon


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

* Re: [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture
  2023-12-19  6:23 ` [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture Tiezhu Yang
@ 2024-01-04  2:59   ` Masami Hiramatsu
  0 siblings, 0 replies; 7+ messages in thread
From: Masami Hiramatsu @ 2024-01-04  2:59 UTC (permalink / raw)
  To: Tiezhu Yang
  Cc: Steven Rostedt, Jonathan Corbet, linux-doc, linux-trace-kernel,
	loongarch, linux-kernel

On Tue, 19 Dec 2023 14:23:30 +0800
Tiezhu Yang <yangtiezhu@loongson.cn> wrote:

> After the following three changes at the beginning of the year:
> 
>   commit 6d4cc40fb5f5 ("LoongArch: Add kprobes support")
>   commit 3f5536860086 ("LoongArch: Add kretprobes support")
>   commit 09e679c28a4d ("LoongArch: Add kprobes on ftrace support")
> 
> it is appropriate to add loongarch as supported architecture in
> kprobes documentation.
> 
> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>

Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Thanks,

> ---
>  Documentation/trace/kprobes.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/trace/kprobes.rst b/Documentation/trace/kprobes.rst
> index 968ae080accd..e1636e579c9c 100644
> --- a/Documentation/trace/kprobes.rst
> +++ b/Documentation/trace/kprobes.rst
> @@ -321,6 +321,7 @@ architectures:
>  - mips
>  - s390
>  - parisc
> +- loongarch
>  
>  Configuring Kprobes
>  ===================
> -- 
> 2.42.0
> 


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

* Re: [PATCH v1 0/2] Update kprobes documentation
  2023-12-19  6:23 [PATCH v1 0/2] Update kprobes documentation Tiezhu Yang
  2023-12-19  6:23 ` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu Tiezhu Yang
  2023-12-19  6:23 ` [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture Tiezhu Yang
@ 2024-01-11 16:36 ` Jonathan Corbet
  2 siblings, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2024-01-11 16:36 UTC (permalink / raw)
  To: Tiezhu Yang, Steven Rostedt, Masami Hiramatsu
  Cc: linux-doc, linux-trace-kernel, loongarch, linux-kernel

Tiezhu Yang <yangtiezhu@loongson.cn> writes:

> This is based on 6.7-rc6.
>
> Tiezhu Yang (2):
>   docs, kprobes: Update email address of Masami Hiramatsu
>   docs, kprobes: Add loongarch as supported architecture
>
>  Documentation/trace/kprobes.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>

Series applied, thanks.

jon

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

end of thread, other threads:[~2024-01-11 16:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19  6:23 [PATCH v1 0/2] Update kprobes documentation Tiezhu Yang
2023-12-19  6:23 ` [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu Tiezhu Yang
2024-01-03 21:36   ` Jonathan Corbet
2024-01-04  2:58     ` Masami Hiramatsu
2023-12-19  6:23 ` [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture Tiezhu Yang
2024-01-04  2:59   ` Masami Hiramatsu
2024-01-11 16:36 ` [PATCH v1 0/2] Update kprobes documentation 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).