All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag
@ 2014-06-03 15:35 Paul E. McKenney
  2014-06-03 15:35 ` [PATCH v2 RFC 2/3] rcu: Add designated reviewers for RCU Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Paul E. McKenney @ 2014-06-03 15:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, dhowells, edumazet, dvhart, fweisbec, oleg, sbw,
	Paul E. McKenney

From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>

A ksummit-discuss email thread looked at the difficulty recruiting
and retaining reviewers.  Paul Walmsley also noted the need for patch
submitters to know who the key reviewers are and suggested adding an
"R:" tag to the MAINTAINERS file to record this information on a
per-subsystem basis.  This commit does just that, and a subsequent
commit tags the designated reviewer for the RCU-related subsystems.

http://lists.linuxfoundation.org/pipermail/ksummit-discuss/2014-May/000830.html

Suggested-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6dc67b1fdb50..8513adb1135d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -70,6 +70,8 @@ Descriptions of section entries:
 
 	P: Person (obsolete)
 	M: Mail patches to: FullName <address@domain>
+	R: Designated reviewer, who should be CCed on patches,
+	   format: FullName <address@domain>
 	L: Mailing list that is relevant to this area
 	W: Web-page with status/info
 	Q: Patchwork web based patch tracking system site
-- 
1.8.1.5


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

* [PATCH v2 RFC 2/3] rcu: Add designated reviewers for RCU
  2014-06-03 15:35 [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Paul E. McKenney
@ 2014-06-03 15:35 ` Paul E. McKenney
  2014-06-03 15:35 ` [PATCH v2 RFC 3/3] Update RCU maintainership Paul E. McKenney
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Paul E. McKenney @ 2014-06-03 15:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, dhowells, edumazet, dvhart, fweisbec, oleg, sbw,
	Paul E. McKenney

From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>

Adding Steven Rostedt and Mathieu Desnoyers as designated RCU reviewers
based on recent emails:

o	https://lkml.org/lkml/2014/6/2/578 (Steven)
o	https://lkml.org/lkml/2014/6/2/621 (Mathieu)

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8513adb1135d..83f8017575ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7321,6 +7321,8 @@ F:	kernel/rcu/torture.c
 
 RCUTORTURE TEST FRAMEWORK
 M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
+R:	Steven Rostedt <rostedt@goodmis.org>
+R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
@@ -7345,6 +7347,8 @@ F:	net/rds/
 READ-COPY UPDATE (RCU)
 M:	Dipankar Sarma <dipankar@in.ibm.com>
 M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
+R:	Steven Rostedt <rostedt@goodmis.org>
+R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 L:	linux-kernel@vger.kernel.org
 W:	http://www.rdrop.com/users/paulmck/RCU/
 S:	Supported
@@ -8098,6 +8102,8 @@ F:	mm/sl?b.c
 SLEEPABLE READ-COPY UPDATE (SRCU)
 M:	Lai Jiangshan <laijs@cn.fujitsu.com>
 M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
+R:	Steven Rostedt <rostedt@goodmis.org>
+R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 L:	linux-kernel@vger.kernel.org
 W:	http://www.rdrop.com/users/paulmck/RCU/
 S:	Supported
-- 
1.8.1.5


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

* [PATCH v2 RFC 3/3] Update RCU maintainership
  2014-06-03 15:35 [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Paul E. McKenney
  2014-06-03 15:35 ` [PATCH v2 RFC 2/3] rcu: Add designated reviewers for RCU Paul E. McKenney
@ 2014-06-03 15:35 ` Paul E. McKenney
  2014-06-03 16:14 ` [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Steven Rostedt
  2014-06-03 19:03 ` Joe Perches
  3 siblings, 0 replies; 9+ messages in thread
From: Paul E. McKenney @ 2014-06-03 15:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, dhowells, edumazet, dvhart, fweisbec, oleg, sbw,
	Paul E. McKenney

From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>

Drop Dipankar Sarma at his request (https://lkml.org/lkml/2014/6/2/628),
add Josh Triplett based on long-term review, contributions, and
agreement to take on this role (https://lkml.org/lkml/2014/6/2/554).

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 83f8017575ae..c09a24e9791f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7321,6 +7321,7 @@ F:	kernel/rcu/torture.c
 
 RCUTORTURE TEST FRAMEWORK
 M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
+M:	Josh Triplett <josh@joshtriplett.org>
 R:	Steven Rostedt <rostedt@goodmis.org>
 R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 L:	linux-kernel@vger.kernel.org
@@ -7345,8 +7346,8 @@ S:	Supported
 F:	net/rds/
 
 READ-COPY UPDATE (RCU)
-M:	Dipankar Sarma <dipankar@in.ibm.com>
 M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
+M:	Josh Triplett <josh@joshtriplett.org>
 R:	Steven Rostedt <rostedt@goodmis.org>
 R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 L:	linux-kernel@vger.kernel.org
@@ -8102,6 +8103,7 @@ F:	mm/sl?b.c
 SLEEPABLE READ-COPY UPDATE (SRCU)
 M:	Lai Jiangshan <laijs@cn.fujitsu.com>
 M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
+M:	Josh Triplett <josh@joshtriplett.org>
 R:	Steven Rostedt <rostedt@goodmis.org>
 R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 L:	linux-kernel@vger.kernel.org
-- 
1.8.1.5


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

* Re: [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag
  2014-06-03 15:35 [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Paul E. McKenney
  2014-06-03 15:35 ` [PATCH v2 RFC 2/3] rcu: Add designated reviewers for RCU Paul E. McKenney
  2014-06-03 15:35 ` [PATCH v2 RFC 3/3] Update RCU maintainership Paul E. McKenney
@ 2014-06-03 16:14 ` Steven Rostedt
  2014-06-03 19:03 ` Joe Perches
  3 siblings, 0 replies; 9+ messages in thread
From: Steven Rostedt @ 2014-06-03 16:14 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: linux-kernel, mingo, laijs, dipankar, akpm, mathieu.desnoyers,
	josh, niv, tglx, peterz, dhowells, edumazet, dvhart, fweisbec,
	oleg, sbw

On Tue,  3 Jun 2014 08:35:34 -0700
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com> wrote:

> From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
> 
> A ksummit-discuss email thread looked at the difficulty recruiting
> and retaining reviewers.  Paul Walmsley also noted the need for patch
> submitters to know who the key reviewers are and suggested adding an
> "R:" tag to the MAINTAINERS file to record this information on a
> per-subsystem basis.  This commit does just that, and a subsequent
> commit tags the designated reviewer for the RCU-related subsystems.
> 
> http://lists.linuxfoundation.org/pipermail/ksummit-discuss/2014-May/000830.html
> 
> Suggested-by: Paul Walmsley <paul@pwsan.com>
> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> Reviewed-by: Josh Triplett <josh@joshtriplett.org>

Acked-by: Steven Rostedt <rostedt@goodmis.org>

-- Steve

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6dc67b1fdb50..8513adb1135d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -70,6 +70,8 @@ Descriptions of section entries:
>  
>  	P: Person (obsolete)
>  	M: Mail patches to: FullName <address@domain>
> +	R: Designated reviewer, who should be CCed on patches,
> +	   format: FullName <address@domain>
>  	L: Mailing list that is relevant to this area
>  	W: Web-page with status/info
>  	Q: Patchwork web based patch tracking system site


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

* Re: [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag
  2014-06-03 15:35 [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Paul E. McKenney
                   ` (2 preceding siblings ...)
  2014-06-03 16:14 ` [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Steven Rostedt
@ 2014-06-03 19:03 ` Joe Perches
  2014-06-03 20:12   ` Paul E. McKenney
  3 siblings, 1 reply; 9+ messages in thread
From: Joe Perches @ 2014-06-03 19:03 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: linux-kernel, mingo, laijs, dipankar, akpm, mathieu.desnoyers,
	josh, niv, tglx, peterz, rostedt, dhowells, edumazet, dvhart,
	fweisbec, oleg, sbw

On Tue, 2014-06-03 at 08:35 -0700, Paul E. McKenney wrote:
> Paul Walmsley also noted the need for patch
> submitters to know who the key reviewers are and suggested adding an
> "R:" tag to the MAINTAINERS file to record this information on a
> per-subsystem basis.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -70,6 +70,8 @@ Descriptions of section entries:
>  
>  	P: Person (obsolete)
>  	M: Mail patches to: FullName <address@domain>
> +	R: Designated reviewer, who should be CCed on patches,
> +	   format: FullName <address@domain>
>  	L: Mailing list that is relevant to this area
>  	W: Web-page with status/info
>  	Q: Patchwork web based patch tracking system site

Perhaps the M: and R: roles should be more fully
described here.

The R: entry description doesn't need commas.

Maybe something like:
	M: Maintainer (to:) FullName <address@domain>
	R: Reviewer   (cc:) FullName <address@domain>

You might as well send the get_maintainer update with this
series too.



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

* Re: [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag
  2014-06-03 19:03 ` Joe Perches
@ 2014-06-03 20:12   ` Paul E. McKenney
  2014-06-03 20:16     ` Joe Perches
  0 siblings, 1 reply; 9+ messages in thread
From: Paul E. McKenney @ 2014-06-03 20:12 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, mingo, laijs, dipankar, akpm, mathieu.desnoyers,
	josh, niv, tglx, peterz, rostedt, dhowells, edumazet, dvhart,
	fweisbec, oleg, sbw

On Tue, Jun 03, 2014 at 12:03:07PM -0700, Joe Perches wrote:
> On Tue, 2014-06-03 at 08:35 -0700, Paul E. McKenney wrote:
> > Paul Walmsley also noted the need for patch
> > submitters to know who the key reviewers are and suggested adding an
> > "R:" tag to the MAINTAINERS file to record this information on a
> > per-subsystem basis.
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > @@ -70,6 +70,8 @@ Descriptions of section entries:
> >  
> >  	P: Person (obsolete)
> >  	M: Mail patches to: FullName <address@domain>
> > +	R: Designated reviewer, who should be CCed on patches,
> > +	   format: FullName <address@domain>
> >  	L: Mailing list that is relevant to this area
> >  	W: Web-page with status/info
> >  	Q: Patchwork web based patch tracking system site
> 
> Perhaps the M: and R: roles should be more fully
> described here.
> 
> The R: entry description doesn't need commas.
> 
> Maybe something like:
> 	M: Maintainer (to:) FullName <address@domain>
> 	R: Reviewer   (cc:) FullName <address@domain>

This is arguably better organized, but I need to keep my focus on adding
the designated reviewer.  I am not in a position to undertake a rewrite
of the MAINTAINER file preamble at this point.

> You might as well send the get_maintainer update with this
> series too.

Interesting...  Who is the maintainer for get_maintainer?  ;-)

							Thanx, Paul


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

* Re: [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag
  2014-06-03 20:12   ` Paul E. McKenney
@ 2014-06-03 20:16     ` Joe Perches
  2014-06-03 21:48       ` Paul E. McKenney
  0 siblings, 1 reply; 9+ messages in thread
From: Joe Perches @ 2014-06-03 20:16 UTC (permalink / raw)
  To: paulmck
  Cc: linux-kernel, mingo, laijs, dipankar, akpm, mathieu.desnoyers,
	josh, niv, tglx, peterz, rostedt, dhowells, edumazet, dvhart,
	fweisbec, oleg, sbw

On Tue, 2014-06-03 at 13:12 -0700, Paul E. McKenney wrote:
> On Tue, Jun 03, 2014 at 12:03:07PM -0700, Joe Perches wrote:
> > On Tue, 2014-06-03 at 08:35 -0700, Paul E. McKenney wrote:
> > > Paul Walmsley also noted the need for patch
> > > submitters to know who the key reviewers are and suggested adding an
> > > "R:" tag to the MAINTAINERS file to record this information on a
> > > per-subsystem basis.
> > []
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > []
> > > @@ -70,6 +70,8 @@ Descriptions of section entries:
> > >  
> > >  	P: Person (obsolete)
> > >  	M: Mail patches to: FullName <address@domain>
> > > +	R: Designated reviewer, who should be CCed on patches,
> > > +	   format: FullName <address@domain>
> > >  	L: Mailing list that is relevant to this area
> > >  	W: Web-page with status/info
> > >  	Q: Patchwork web based patch tracking system site
> > 
> > Perhaps the M: and R: roles should be more fully
> > described here.
> > 
> > The R: entry description doesn't need commas.
> > 
> > Maybe something like:
> > 	M: Maintainer (to:) FullName <address@domain>
> > 	R: Reviewer   (cc:) FullName <address@domain>
> 
> This is arguably better organized, but I need to keep my focus on adding
> the designated reviewer.  I am not in a position to undertake a rewrite
> of the MAINTAINER file preamble at this point.

That's silly, you're adding the "R" entry.
Add a proper description for it.

> > You might as well send the get_maintainer update with this
> > series too.
> 
> Interesting...  Who is the maintainer for get_maintainer?  ;-)

Some numbskull just signed up for that.

He suggests you keep all the patches that add
support for this "R: reviewer" feature together.



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

* Re: [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag
  2014-06-03 20:16     ` Joe Perches
@ 2014-06-03 21:48       ` Paul E. McKenney
  2014-06-03 22:49         ` Joe Perches
  0 siblings, 1 reply; 9+ messages in thread
From: Paul E. McKenney @ 2014-06-03 21:48 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, mingo, laijs, dipankar, akpm, mathieu.desnoyers,
	josh, niv, tglx, peterz, rostedt, dhowells, edumazet, dvhart,
	fweisbec, oleg, sbw

On Tue, Jun 03, 2014 at 01:16:07PM -0700, Joe Perches wrote:
> On Tue, 2014-06-03 at 13:12 -0700, Paul E. McKenney wrote:
> > On Tue, Jun 03, 2014 at 12:03:07PM -0700, Joe Perches wrote:
> > > On Tue, 2014-06-03 at 08:35 -0700, Paul E. McKenney wrote:
> > > > Paul Walmsley also noted the need for patch
> > > > submitters to know who the key reviewers are and suggested adding an
> > > > "R:" tag to the MAINTAINERS file to record this information on a
> > > > per-subsystem basis.
> > > []
> > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > []
> > > > @@ -70,6 +70,8 @@ Descriptions of section entries:
> > > >  
> > > >  	P: Person (obsolete)
> > > >  	M: Mail patches to: FullName <address@domain>
> > > > +	R: Designated reviewer, who should be CCed on patches,
> > > > +	   format: FullName <address@domain>
> > > >  	L: Mailing list that is relevant to this area
> > > >  	W: Web-page with status/info
> > > >  	Q: Patchwork web based patch tracking system site
> > > 
> > > Perhaps the M: and R: roles should be more fully
> > > described here.
> > > 
> > > The R: entry description doesn't need commas.
> > > 
> > > Maybe something like:
> > > 	M: Maintainer (to:) FullName <address@domain>
> > > 	R: Reviewer   (cc:) FullName <address@domain>
> > 
> > This is arguably better organized, but I need to keep my focus on adding
> > the designated reviewer.  I am not in a position to undertake a rewrite
> > of the MAINTAINER file preamble at this point.
> 
> That's silly, you're adding the "R" entry.
> Add a proper description for it.

I will take another look at R: in a few days and possibly wordsmith it.

> > > You might as well send the get_maintainer update with this
> > > series too.
> > 
> > Interesting...  Who is the maintainer for get_maintainer?  ;-)
> 
> Some numbskull just signed up for that.
> 
> He suggests you keep all the patches that add
> support for this "R: reviewer" feature together.

My reluctance is due to the fact that this will change how newbies
submit patches.  But if we get a few Acked-by or Reviewed-by responses
from high-level maintainers (Linus, Greg, Ingo, Thomas, Peter, Ted,
Dave, Ben, ...), I will of course be happy to queue it.

							Thanx, Paul


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

* Re: [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag
  2014-06-03 21:48       ` Paul E. McKenney
@ 2014-06-03 22:49         ` Joe Perches
  0 siblings, 0 replies; 9+ messages in thread
From: Joe Perches @ 2014-06-03 22:49 UTC (permalink / raw)
  To: paulmck
  Cc: linux-kernel, mingo, laijs, dipankar, akpm, mathieu.desnoyers,
	josh, niv, tglx, peterz, rostedt, dhowells, edumazet, dvhart,
	fweisbec, oleg, sbw

On Tue, 2014-06-03 at 14:48 -0700, Paul E. McKenney wrote:
> On Tue, Jun 03, 2014 at 01:16:07PM -0700, Joe Perches wrote:
> > On Tue, 2014-06-03 at 13:12 -0700, Paul E. McKenney wrote:
> > > On Tue, Jun 03, 2014 at 12:03:07PM -0700, Joe Perches wrote:
> > > > On Tue, 2014-06-03 at 08:35 -0700, Paul E. McKenney wrote:
> > > > > Paul Walmsley also noted the need for patch
> > > > > submitters to know who the key reviewers are and suggested adding an
> > > > > "R:" tag to the MAINTAINERS file to record this information on a
> > > > > per-subsystem basis.
> > > > []
> > > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > []
> > > > > @@ -70,6 +70,8 @@ Descriptions of section entries:
> > > > >  
> > > > >  	P: Person (obsolete)
> > > > >  	M: Mail patches to: FullName <address@domain>
> > > > > +	R: Designated reviewer, who should be CCed on patches,
> > > > > +	   format: FullName <address@domain>
> > > > >  	L: Mailing list that is relevant to this area
> > > > >  	W: Web-page with status/info
> > > > >  	Q: Patchwork web based patch tracking system site
> > > > 
> > > > Perhaps the M: and R: roles should be more fully
> > > > described here.
> > > > 
> > > > The R: entry description doesn't need commas.
> > > > 
> > > > Maybe something like:
> > > > 	M: Maintainer (to:) FullName <address@domain>
> > > > 	R: Reviewer   (cc:) FullName <address@domain>
> > > 
> > > This is arguably better organized, but I need to keep my focus on adding
> > > the designated reviewer.  I am not in a position to undertake a rewrite
> > > of the MAINTAINER file preamble at this point.
> > 
> > That's silly, you're adding the "R" entry.
> > Add a proper description for it.
> 
> I will take another look at R: in a few days and possibly wordsmith it.

Swell, thanks.

> My reluctance is due to the fact that this will change how newbies
> submit patches.

Very, very doubtful that will change.

> But if we get a few Acked-by or Reviewed-by responses
> from high-level maintainers (Linus, Greg, Ingo, Thomas, Peter, Ted,
> Dave, Ben, ...), I will of course be happy to queue it.

cheers, Joe


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

end of thread, other threads:[~2014-06-03 22:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 15:35 [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Paul E. McKenney
2014-06-03 15:35 ` [PATCH v2 RFC 2/3] rcu: Add designated reviewers for RCU Paul E. McKenney
2014-06-03 15:35 ` [PATCH v2 RFC 3/3] Update RCU maintainership Paul E. McKenney
2014-06-03 16:14 ` [PATCH v2 RFC 1/3] MAINTAINERS: Add "R:" designated-reviewers tag Steven Rostedt
2014-06-03 19:03 ` Joe Perches
2014-06-03 20:12   ` Paul E. McKenney
2014-06-03 20:16     ` Joe Perches
2014-06-03 21:48       ` Paul E. McKenney
2014-06-03 22:49         ` Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.