[PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM

Paul E. McKenney posted 7 patches 1 year, 6 months ago
[PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM
Posted by Paul E. McKenney 1 year, 6 months ago
From: Boqun Feng <boqun.feng@gmail.com>

A dedicated mail list has been created for Linux kernel memory model
discussion, which could help people more easily track memory model
related discussions.  This could also help bring memory model discussions
to a broader audience.  Therefore, add the list information to the LKMM
maintainers entry.

Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 42decde383206..0a3a769148fd8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12993,6 +12993,7 @@ R:	Daniel Lustig <dlustig@nvidia.com>
 R:	Joel Fernandes <joel@joelfernandes.org>
 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/paulmck/linux-rcu.git dev
 F:	Documentation/atomic_bitops.txt
-- 
2.40.1
Re: [PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM
Posted by Andrea Parri 1 year, 6 months ago
On Thu, Aug 01, 2024 at 05:22:15PM -0700, Paul E. McKenney wrote:
> From: Boqun Feng <boqun.feng@gmail.com>
> 
> A dedicated mail list has been created for Linux kernel memory model
> discussion, which could help people more easily track memory model
> related discussions.  This could also help bring memory model discussions
> to a broader audience.  Therefore, add the list information to the LKMM
> maintainers entry.
> 
> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

Acked-by: Andrea Parri <parri.andrea@gmail.com>

  Andrea
Re: [PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM
Posted by Paul E. McKenney 1 year, 6 months ago
On Fri, Aug 02, 2024 at 11:46:20AM +0200, Andrea Parri wrote:
> On Thu, Aug 01, 2024 at 05:22:15PM -0700, Paul E. McKenney wrote:
> > From: Boqun Feng <boqun.feng@gmail.com>
> > 
> > A dedicated mail list has been created for Linux kernel memory model
> > discussion, which could help people more easily track memory model
> > related discussions.  This could also help bring memory model discussions
> > to a broader audience.  Therefore, add the list information to the LKMM
> > maintainers entry.
> > 
> > Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
> > Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
> 
> Acked-by: Andrea Parri <parri.andrea@gmail.com>

Thank you!  I will apply this on my next rebase.

							Thanx, Paul