2023-12-19 06:23:50

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH v1 0/2] Update kprobes documentation

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



2023-12-19 06:24:02

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture

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 <[email protected]>
---
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


2023-12-19 06:24:18

by Tiezhu Yang

[permalink] [raw]
Subject: [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu

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

Masami Hiramatsu (Google) <[email protected]>

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 <[email protected]>
---
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 <[email protected]>
:Author: Prasanna S Panchamukhi <[email protected]>
-:Author: Masami Hiramatsu <[email protected]>
+:Author: Masami Hiramatsu <[email protected]>

.. CONTENTS

--
2.42.0


2024-01-03 21:37:00

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu

Tiezhu Yang <[email protected]> writes:

> According to the latest authorship and Signed-off-by:
>
> Masami Hiramatsu (Google) <[email protected]>
>
> 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 <[email protected]>
> ---
> 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 <[email protected]>
> :Author: Prasanna S Panchamukhi <[email protected]>
> -:Author: Masami Hiramatsu <[email protected]>
> +:Author: Masami Hiramatsu <[email protected]>

Masami, is this change OK with you?

Thanks,

jon

2024-01-04 02:59:08

by Masami Hiramatsu

[permalink] [raw]
Subject: Re: [PATCH v1 1/2] docs, kprobes: Update email address of Masami Hiramatsu

On Wed, 03 Jan 2024 14:36:47 -0700
Jonathan Corbet <[email protected]> wrote:

> Tiezhu Yang <[email protected]> writes:
>
> > According to the latest authorship and Signed-off-by:
> >
> > Masami Hiramatsu (Google) <[email protected]>
> >
> > 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 <[email protected]>
> > ---
> > 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 <[email protected]>
> > :Author: Prasanna S Panchamukhi <[email protected]>
> > -:Author: Masami Hiramatsu <[email protected]>
> > +:Author: Masami Hiramatsu <[email protected]>
>
> 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) <[email protected]>

Thanks,

>
> Thanks,
>
> jon


--
Masami Hiramatsu (Google) <[email protected]>

2024-01-04 02:59:23

by Masami Hiramatsu

[permalink] [raw]
Subject: Re: [PATCH v1 2/2] docs, kprobes: Add loongarch as supported architecture

On Tue, 19 Dec 2023 14:23:30 +0800
Tiezhu Yang <[email protected]> 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 <[email protected]>

Acked-by: Masami Hiramatsu (Google) <[email protected]>

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) <[email protected]>

2024-01-11 16:36:59

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH v1 0/2] Update kprobes documentation

Tiezhu Yang <[email protected]> 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