linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)
@ 2019-10-02 15:28 Joel Fernandes (Google)
  2019-10-02 16:58 ` Paul E. McKenney
  2019-10-03 11:57 ` Andrea Parri
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Fernandes (Google) @ 2019-10-02 15:28 UTC (permalink / raw)
  To: linux-kernel
  Cc: Joel Fernandes (Google),
	Paul McKenney, Alan Stern, David S. Miller, Greg Kroah-Hartman,
	Mauro Carvalho Chehab, Rob Herring

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 <paulmck@kernel.org>
Suggested-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>

---
 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 <dhowells@redhat.com>
 M:	Jade Alglave <j.alglave@ucl.ac.uk>
 M:	Luc Maranget <luc.maranget@inria.fr>
 M:	"Paul E. McKenney" <paulmck@kernel.org>
+M:	Joel Fernandes <joel@joelfernandes.org>
 R:	Akira Yokosawa <akiyks@gmail.com>
 R:	Daniel Lustig <dlustig@nvidia.com>
 L:	linux-kernel@vger.kernel.org
-- 
2.23.0.444.g18eeb5a265-goog


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

* Re: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)
  2019-10-02 15:28 [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM) Joel Fernandes (Google)
@ 2019-10-02 16:58 ` Paul E. McKenney
  2019-10-03 11:57 ` Andrea Parri
  1 sibling, 0 replies; 4+ messages in thread
From: Paul E. McKenney @ 2019-10-02 16:58 UTC (permalink / raw)
  To: Joel Fernandes (Google)
  Cc: linux-kernel, Alan Stern, David S. Miller, Greg Kroah-Hartman,
	Mauro Carvalho Chehab, Rob Herring

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 <paulmck@kernel.org>
> Suggested-by: Alan Stern <stern@rowland.harvard.edu>
> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>

Acked-by: Paul E. McKenney <paulmck@kernel.org>

> ---
>  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 <dhowells@redhat.com>
>  M:	Jade Alglave <j.alglave@ucl.ac.uk>
>  M:	Luc Maranget <luc.maranget@inria.fr>
>  M:	"Paul E. McKenney" <paulmck@kernel.org>
> +M:	Joel Fernandes <joel@joelfernandes.org>
>  R:	Akira Yokosawa <akiyks@gmail.com>
>  R:	Daniel Lustig <dlustig@nvidia.com>
>  L:	linux-kernel@vger.kernel.org
> -- 
> 2.23.0.444.g18eeb5a265-goog
> 

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

* Re: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)
  2019-10-02 15:28 [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM) Joel Fernandes (Google)
  2019-10-02 16:58 ` Paul E. McKenney
@ 2019-10-03 11:57 ` Andrea Parri
  2019-10-03 13:34   ` Joel Fernandes
  1 sibling, 1 reply; 4+ messages in thread
From: Andrea Parri @ 2019-10-03 11:57 UTC (permalink / raw)
  To: Joel Fernandes (Google)
  Cc: linux-kernel, Paul McKenney, Alan Stern, David S. Miller,
	Greg Kroah-Hartman, Mauro Carvalho Chehab, Rob Herring,
	Will Deacon, Peter Zijlstra, Boqun Feng, Nicholas Piggin,
	David Howells, Jade Alglave, Luc Maranget, Akira Yokosawa,
	Daniel Lustig

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 <paulmck@kernel.org>
> Suggested-by: Alan Stern <stern@rowland.harvard.edu>
> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>

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 <parri.andrea@gmail.com>

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 <dhowells@redhat.com>
>  M:	Jade Alglave <j.alglave@ucl.ac.uk>
>  M:	Luc Maranget <luc.maranget@inria.fr>
>  M:	"Paul E. McKenney" <paulmck@kernel.org>
> +M:	Joel Fernandes <joel@joelfernandes.org>
>  R:	Akira Yokosawa <akiyks@gmail.com>
>  R:	Daniel Lustig <dlustig@nvidia.com>
>  L:	linux-kernel@vger.kernel.org
> -- 
> 2.23.0.444.g18eeb5a265-goog
> 

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

* Re: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM)
  2019-10-03 11:57 ` Andrea Parri
@ 2019-10-03 13:34   ` Joel Fernandes
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Fernandes @ 2019-10-03 13:34 UTC (permalink / raw)
  To: Andrea Parri
  Cc: linux-kernel, Paul McKenney, Alan Stern, David S. Miller,
	Greg Kroah-Hartman, Mauro Carvalho Chehab, Rob Herring,
	Will Deacon, Peter Zijlstra, Boqun Feng, Nicholas Piggin,
	David Howells, Jade Alglave, Luc Maranget, Akira Yokosawa,
	Daniel Lustig

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 <paulmck@kernel.org>
> > Suggested-by: Alan Stern <stern@rowland.harvard.edu>
> > Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
> 
> 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 <parri.andrea@gmail.com>

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


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

end of thread, other threads:[~2019-10-03 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02 15:28 [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM) Joel Fernandes (Google)
2019-10-02 16:58 ` Paul E. McKenney
2019-10-03 11:57 ` Andrea Parri
2019-10-03 13:34   ` Joel Fernandes

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).