linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS:  Add Frederic and Neeraj to their RCU files
@ 2021-12-01 14:33 Paul E. McKenney
  2021-12-01 16:42 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Paul E. McKenney @ 2021-12-01 14:33 UTC (permalink / raw)
  To: quic_neeraju, frederic; +Cc: linux-kernel, rcu

Adding Frederic as an RCU maintainer for kernel/rcu/tree_nocb.h given his
work with offloading and de-offloading callbacks from CPUs.  Also adding
Neeraj for kernel/rcu/tasks.h given his focused work on RCU Tasks Trace.
As in I am reasonably certain that each understands the full contents
of the corresponding file.

Cc: Neeraj Upadhyay <quic_neeraju@quicinc.com>
Cc: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

diff --git a/MAINTAINERS b/MAINTAINERS
index 7a2345ce85213..1f6b3dcb962c2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16084,6 +16084,8 @@ F:	tools/testing/selftests/resctrl/
 
 READ-COPY UPDATE (RCU)
 M:	"Paul E. McKenney" <paulmck@kernel.org>
+M:	Frederic Weisbecker <frederic@kernel.org> (kernel/rcu/tree_nocb.h)
+M:	Neeraj Upadhyay <quic_neeraju@quicinc.com> (kernel/rcu/tasks.h)
 M:	Josh Triplett <josh@joshtriplett.org>
 R:	Steven Rostedt <rostedt@goodmis.org>
 R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

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

* Re: [PATCH] MAINTAINERS:  Add Frederic and Neeraj to their RCU files
  2021-12-01 14:33 [PATCH] MAINTAINERS: Add Frederic and Neeraj to their RCU files Paul E. McKenney
@ 2021-12-01 16:42 ` Joe Perches
  2021-12-01 17:10   ` Paul E. McKenney
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2021-12-01 16:42 UTC (permalink / raw)
  To: paulmck, quic_neeraju, frederic; +Cc: linux-kernel, rcu

On Wed, 2021-12-01 at 06:33 -0800, Paul E. McKenney wrote:
> Adding Frederic as an RCU maintainer for kernel/rcu/tree_nocb.h given his
> work with offloading and de-offloading callbacks from CPUs.  Also adding
> Neeraj for kernel/rcu/tasks.h given his focused work on RCU Tasks Trace.
> As in I am reasonably certain that each understands the full contents
> of the corresponding file.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -16084,6 +16084,8 @@ F:	tools/testing/selftests/resctrl/
>  
>  READ-COPY UPDATE (RCU)
>  M:	"Paul E. McKenney" <paulmck@kernel.org>
> +M:	Frederic Weisbecker <frederic@kernel.org> (kernel/rcu/tree_nocb.h)
> +M:	Neeraj Upadhyay <quic_neeraju@quicinc.com> (kernel/rcu/tasks.h)

The words used in parentheses are email address comments and not
file matches so get_maintainer will still show them on any file
that matches the F:/X: patterns specified in the maintainers
section block.

MAINTAINERS-F:  Documentation/RCU/
MAINTAINERS-F:  include/linux/rcu*
MAINTAINERS-F:  kernel/rcu/
MAINTAINERS-X:  Documentation/RCU/torture.rst
MAINTAINERS-X:  include/linux/srcu*.h
MAINTAINERS-X:  kernel/rcu/srcu*.c




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

* Re: [PATCH] MAINTAINERS:  Add Frederic and Neeraj to their RCU files
  2021-12-01 16:42 ` Joe Perches
@ 2021-12-01 17:10   ` Paul E. McKenney
  0 siblings, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2021-12-01 17:10 UTC (permalink / raw)
  To: Joe Perches; +Cc: quic_neeraju, frederic, linux-kernel, rcu

On Wed, Dec 01, 2021 at 08:42:11AM -0800, Joe Perches wrote:
> On Wed, 2021-12-01 at 06:33 -0800, Paul E. McKenney wrote:
> > Adding Frederic as an RCU maintainer for kernel/rcu/tree_nocb.h given his
> > work with offloading and de-offloading callbacks from CPUs.  Also adding
> > Neeraj for kernel/rcu/tasks.h given his focused work on RCU Tasks Trace.
> > As in I am reasonably certain that each understands the full contents
> > of the corresponding file.
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > @@ -16084,6 +16084,8 @@ F:	tools/testing/selftests/resctrl/
> >  
> >  READ-COPY UPDATE (RCU)
> >  M:	"Paul E. McKenney" <paulmck@kernel.org>
> > +M:	Frederic Weisbecker <frederic@kernel.org> (kernel/rcu/tree_nocb.h)
> > +M:	Neeraj Upadhyay <quic_neeraju@quicinc.com> (kernel/rcu/tasks.h)
> 
> The words used in parentheses are email address comments and not
> file matches so get_maintainer will still show them on any file
> that matches the F:/X: patterns specified in the maintainers
> section block.
> 
> MAINTAINERS-F:  Documentation/RCU/
> MAINTAINERS-F:  include/linux/rcu*
> MAINTAINERS-F:  kernel/rcu/
> MAINTAINERS-X:  Documentation/RCU/torture.rst
> MAINTAINERS-X:  include/linux/srcu*.h
> MAINTAINERS-X:  kernel/rcu/srcu*.c

Understood, and the files in parentheses are only intended for human
consumption.  I am personally in favor on Frederic and Neeraj seeing
RCU-related patches.  ;-)

							Thanx, Paul

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

end of thread, other threads:[~2021-12-01 17:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 14:33 [PATCH] MAINTAINERS: Add Frederic and Neeraj to their RCU files Paul E. McKenney
2021-12-01 16:42 ` Joe Perches
2021-12-01 17:10   ` Paul E. McKenney

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