2019-10-02 16:13:00

by Joel Fernandes

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)

Quite interested in the LKMM, I have submitted patches before and used
it a lot. I would like to be a part of the maintainers for this project.

Cc: Paul McKenney <[email protected]>
Suggested-by: Alan Stern <[email protected]>
Signed-off-by: Joel Fernandes (Google) <[email protected]>

---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 296de2b51c83..ecf6d265a88d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9473,6 +9473,7 @@ M: David Howells <[email protected]>
M: Jade Alglave <[email protected]>
M: Luc Maranget <[email protected]>
M: "Paul E. McKenney" <[email protected]>
+M: Joel Fernandes <[email protected]>
R: Akira Yokosawa <[email protected]>
R: Daniel Lustig <[email protected]>
L: [email protected]
--
2.23.0.444.g18eeb5a265-goog


2019-10-02 17:01:52

by Paul E. McKenney

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)

On Wed, Oct 02, 2019 at 11:28:37AM -0400, Joel Fernandes (Google) wrote:
> Quite interested in the LKMM, I have submitted patches before and used
> it a lot. I would like to be a part of the maintainers for this project.
>
> Cc: Paul McKenney <[email protected]>
> Suggested-by: Alan Stern <[email protected]>
> Signed-off-by: Joel Fernandes (Google) <[email protected]>

Acked-by: Paul E. McKenney <[email protected]>

> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 296de2b51c83..ecf6d265a88d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9473,6 +9473,7 @@ M: David Howells <[email protected]>
> M: Jade Alglave <[email protected]>
> M: Luc Maranget <[email protected]>
> M: "Paul E. McKenney" <[email protected]>
> +M: Joel Fernandes <[email protected]>
> R: Akira Yokosawa <[email protected]>
> R: Daniel Lustig <[email protected]>
> L: [email protected]
> --
> 2.23.0.444.g18eeb5a265-goog
>

2019-10-03 11:58:14

by Andrea Parri

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)

On Wed, Oct 02, 2019 at 11:28:37AM -0400, Joel Fernandes (Google) wrote:
> Quite interested in the LKMM, I have submitted patches before and used
> it a lot. I would like to be a part of the maintainers for this project.
>
> Cc: Paul McKenney <[email protected]>
> Suggested-by: Alan Stern <[email protected]>
> Signed-off-by: Joel Fernandes (Google) <[email protected]>

I don't quite understand how you ended up with that Cc: list (maybe some
other LKMM maintainers would have liked to receive this email, to update
their send-email scripts if not otherwise...) but welcome on board Joel!

Acked-by: Andrea Parri <[email protected]>

Thanks,
Andrea


>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 296de2b51c83..ecf6d265a88d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9473,6 +9473,7 @@ M: David Howells <[email protected]>
> M: Jade Alglave <[email protected]>
> M: Luc Maranget <[email protected]>
> M: "Paul E. McKenney" <[email protected]>
> +M: Joel Fernandes <[email protected]>
> R: Akira Yokosawa <[email protected]>
> R: Daniel Lustig <[email protected]>
> L: [email protected]
> --
> 2.23.0.444.g18eeb5a265-goog
>

2019-10-03 14:37:55

by Joel Fernandes

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)

On Thu, Oct 03, 2019 at 01:57:27PM +0200, Andrea Parri wrote:
> On Wed, Oct 02, 2019 at 11:28:37AM -0400, Joel Fernandes (Google) wrote:
> > Quite interested in the LKMM, I have submitted patches before and used
> > it a lot. I would like to be a part of the maintainers for this project.
> >
> > Cc: Paul McKenney <[email protected]>
> > Suggested-by: Alan Stern <[email protected]>
> > Signed-off-by: Joel Fernandes (Google) <[email protected]>
>
> I don't quite understand how you ended up with that Cc: list (maybe some
> other LKMM maintainers would have liked to receive this email, to update
> their send-email scripts if not otherwise...) but welcome on board Joel!
>
> Acked-by: Andrea Parri <[email protected]>

Thank you! I CC'd Paul and Alan but I should have manually CC'd all the
maintainers in the file. I typically use get_maintainer.pl for CC lists which
in this situation did not work very well.

thanks,

- Joel