* [PATCH] MAINTAINERS: Update Joel's email address
@ 2025-02-19 12:54 Joel Fernandes
2025-02-19 13:23 ` Paul E. McKenney
0 siblings, 1 reply; 4+ messages in thread
From: Joel Fernandes @ 2025-02-19 12:54 UTC (permalink / raw)
To: linux-kernel, paulmck, boqun.feng; +Cc: rcu, Joel Fernandes
Update MAINTAINERS file to reflect changes to Joel's email address for
upstream work.
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6ff7ba6cc270..97aba6b60158 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1608,7 +1608,7 @@ M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
M: Arve Hjønnevåg <arve@android.com>
M: Todd Kjos <tkjos@android.com>
M: Martijn Coenen <maco@android.com>
-M: Joel Fernandes <joel@joelfernandes.org>
+M: Joel Fernandes <joelagnelf@nvidia.com>
M: Christian Brauner <christian@brauner.io>
M: Carlos Llamas <cmllamas@google.com>
M: Suren Baghdasaryan <surenb@google.com>
@@ -13296,7 +13296,7 @@ M: Luc Maranget <luc.maranget@inria.fr>
M: "Paul E. McKenney" <paulmck@kernel.org>
R: Akira Yokosawa <akiyks@gmail.com>
R: Daniel Lustig <dlustig@nvidia.com>
-R: Joel Fernandes <joel@joelfernandes.org>
+R: Joel Fernandes <joelagnelf@nvidia.com>
L: linux-kernel@vger.kernel.org
L: linux-arch@vger.kernel.org
L: lkmm@lists.linux.dev
@@ -19671,7 +19671,7 @@ 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 <neeraj.upadhyay@kernel.org> (kernel/rcu/tasks.h)
-M: Joel Fernandes <joel@joelfernandes.org>
+M: Joel Fernandes <joelagnelf@nvidia.com>
M: Josh Triplett <josh@joshtriplett.org>
M: Boqun Feng <boqun.feng@gmail.com>
M: Uladzislau Rezki <urezki@gmail.com>
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Update Joel's email address
2025-02-19 12:54 [PATCH] MAINTAINERS: Update Joel's email address Joel Fernandes
@ 2025-02-19 13:23 ` Paul E. McKenney
2025-02-19 15:18 ` Boqun Feng
0 siblings, 1 reply; 4+ messages in thread
From: Paul E. McKenney @ 2025-02-19 13:23 UTC (permalink / raw)
To: Joel Fernandes; +Cc: linux-kernel, boqun.feng, rcu, Joel Fernandes
On Wed, Feb 19, 2025 at 07:54:24AM -0500, Joel Fernandes wrote:
> Update MAINTAINERS file to reflect changes to Joel's email address for
> upstream work.
>
> Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
For RCU and LKMM:
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6ff7ba6cc270..97aba6b60158 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1608,7 +1608,7 @@ M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> M: Arve Hjønnevåg <arve@android.com>
> M: Todd Kjos <tkjos@android.com>
> M: Martijn Coenen <maco@android.com>
> -M: Joel Fernandes <joel@joelfernandes.org>
> +M: Joel Fernandes <joelagnelf@nvidia.com>
> M: Christian Brauner <christian@brauner.io>
> M: Carlos Llamas <cmllamas@google.com>
> M: Suren Baghdasaryan <surenb@google.com>
> @@ -13296,7 +13296,7 @@ M: Luc Maranget <luc.maranget@inria.fr>
> M: "Paul E. McKenney" <paulmck@kernel.org>
> R: Akira Yokosawa <akiyks@gmail.com>
> R: Daniel Lustig <dlustig@nvidia.com>
> -R: Joel Fernandes <joel@joelfernandes.org>
> +R: Joel Fernandes <joelagnelf@nvidia.com>
> L: linux-kernel@vger.kernel.org
> L: linux-arch@vger.kernel.org
> L: lkmm@lists.linux.dev
> @@ -19671,7 +19671,7 @@ 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 <neeraj.upadhyay@kernel.org> (kernel/rcu/tasks.h)
> -M: Joel Fernandes <joel@joelfernandes.org>
> +M: Joel Fernandes <joelagnelf@nvidia.com>
> M: Josh Triplett <josh@joshtriplett.org>
> M: Boqun Feng <boqun.feng@gmail.com>
> M: Uladzislau Rezki <urezki@gmail.com>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Update Joel's email address
2025-02-19 13:23 ` Paul E. McKenney
@ 2025-02-19 15:18 ` Boqun Feng
2025-02-19 15:29 ` Joel Fernandes
0 siblings, 1 reply; 4+ messages in thread
From: Boqun Feng @ 2025-02-19 15:18 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: Joel Fernandes, linux-kernel, rcu, Joel Fernandes
On Wed, Feb 19, 2025 at 05:23:08AM -0800, Paul E. McKenney wrote:
> On Wed, Feb 19, 2025 at 07:54:24AM -0500, Joel Fernandes wrote:
> > Update MAINTAINERS file to reflect changes to Joel's email address for
> > upstream work.
> >
> > Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
>
> For RCU and LKMM:
>
> Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
>
Queued in rcu, thanks! I guess it's fine for this in v6.16? Or Joel, you
prefer to v6.15?
Regards,
Boqun
> > ---
> > MAINTAINERS | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 6ff7ba6cc270..97aba6b60158 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1608,7 +1608,7 @@ M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > M: Arve Hjønnevåg <arve@android.com>
> > M: Todd Kjos <tkjos@android.com>
> > M: Martijn Coenen <maco@android.com>
> > -M: Joel Fernandes <joel@joelfernandes.org>
> > +M: Joel Fernandes <joelagnelf@nvidia.com>
> > M: Christian Brauner <christian@brauner.io>
> > M: Carlos Llamas <cmllamas@google.com>
> > M: Suren Baghdasaryan <surenb@google.com>
> > @@ -13296,7 +13296,7 @@ M: Luc Maranget <luc.maranget@inria.fr>
> > M: "Paul E. McKenney" <paulmck@kernel.org>
> > R: Akira Yokosawa <akiyks@gmail.com>
> > R: Daniel Lustig <dlustig@nvidia.com>
> > -R: Joel Fernandes <joel@joelfernandes.org>
> > +R: Joel Fernandes <joelagnelf@nvidia.com>
> > L: linux-kernel@vger.kernel.org
> > L: linux-arch@vger.kernel.org
> > L: lkmm@lists.linux.dev
> > @@ -19671,7 +19671,7 @@ 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 <neeraj.upadhyay@kernel.org> (kernel/rcu/tasks.h)
> > -M: Joel Fernandes <joel@joelfernandes.org>
> > +M: Joel Fernandes <joelagnelf@nvidia.com>
> > M: Josh Triplett <josh@joshtriplett.org>
> > M: Boqun Feng <boqun.feng@gmail.com>
> > M: Uladzislau Rezki <urezki@gmail.com>
> > --
> > 2.34.1
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Update Joel's email address
2025-02-19 15:18 ` Boqun Feng
@ 2025-02-19 15:29 ` Joel Fernandes
0 siblings, 0 replies; 4+ messages in thread
From: Joel Fernandes @ 2025-02-19 15:29 UTC (permalink / raw)
To: Boqun Feng, Paul E. McKenney; +Cc: Joel Fernandes, linux-kernel, rcu
On 2/19/2025 10:18 AM, Boqun Feng wrote:
> On Wed, Feb 19, 2025 at 05:23:08AM -0800, Paul E. McKenney wrote:
>> On Wed, Feb 19, 2025 at 07:54:24AM -0500, Joel Fernandes wrote:
>>> Update MAINTAINERS file to reflect changes to Joel's email address for
>>> upstream work.
>>>
>>> Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
>>
>> For RCU and LKMM:
>>
>> Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
>>
>
> Queued in rcu, thanks! I guess it's fine for this in v6.16? Or Joel, you
> prefer to v6.15?
Boqun,
6.16 is good, thanks!
- Joel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-19 15:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 12:54 [PATCH] MAINTAINERS: Update Joel's email address Joel Fernandes
2025-02-19 13:23 ` Paul E. McKenney
2025-02-19 15:18 ` Boqun Feng
2025-02-19 15:29 ` Joel Fernandes
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.