[PATCH] MAINTAINERS: Adjust T: entry for LKMM

Akira Yokosawa posted 1 patch 1 month, 2 weeks ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Adjust T: entry for LKMM
Posted by Akira Yokosawa 1 month, 2 weeks ago
Commit 8f6f1636e345 ("MAINTAINERS: Update RCU git tree") updated
LKMM git tree along with RCU related subsystems' tree info.

However, LKMM is maintained at Paul's linux-rcu git tree at the
moment.

Adjust it.

Fixes: 8f6f1636e345 ("MAINTAINERS: Update RCU git tree")
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: <stable@vger.kernel.org>
---

Hi Paul,

While I was skimming MAINTAINERS for other purposes, I came
across this error.  I'm not sure about "Cc: stable" if it's
worth for this one.  It's up to you.

Thanks, Akira

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 96ea84948d76..d3e9c648d596 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14732,7 +14732,7 @@ L:	linux-kernel@vger.kernel.org
 L:	linux-arch@vger.kernel.org
 L:	lkmm@lists.linux.dev
 S:	Supported
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git rcu/dev
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
 F:	Documentation/atomic_bitops.txt
 F:	Documentation/atomic_t.txt
 F:	Documentation/core-api/refcount-vs-atomic.rst
-- 
2.43.0
Re: [PATCH] MAINTAINERS: Adjust T: entry for LKMM
Posted by Paul E. McKenney 1 month, 2 weeks ago
On Tue, Apr 28, 2026 at 09:18:06PM +0900, Akira Yokosawa wrote:
> Commit 8f6f1636e345 ("MAINTAINERS: Update RCU git tree") updated
> LKMM git tree along with RCU related subsystems' tree info.
> 
> However, LKMM is maintained at Paul's linux-rcu git tree at the
> moment.
> 
> Adjust it.
> 
> Fixes: 8f6f1636e345 ("MAINTAINERS: Update RCU git tree")
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> Cc: <stable@vger.kernel.org>
> ---
> 
> Hi Paul,
> 
> While I was skimming MAINTAINERS for other purposes, I came
> across this error.  I'm not sure about "Cc: stable" if it's
> worth for this one.  It's up to you.

Good catch!!!

But the error is not in the MAINTAINERS file, but rather in my failure
to remember to hand off the LKMM patches.  Unless Boqun, Frederic,
Joel, Neeraj, and Uladzislau have changed their minds and would rather
I continue pushing them, in which case I will take your patch.

							Thanx, Paul

> Thanks, Akira
> 
> --
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96ea84948d76..d3e9c648d596 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14732,7 +14732,7 @@ L:	linux-kernel@vger.kernel.org
>  L:	linux-arch@vger.kernel.org
>  L:	lkmm@lists.linux.dev
>  S:	Supported
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git rcu/dev
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
>  F:	Documentation/atomic_bitops.txt
>  F:	Documentation/atomic_t.txt
>  F:	Documentation/core-api/refcount-vs-atomic.rst
> -- 
> 2.43.0
>