mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
@ 2024-07-03 16:26 Boqun Feng
  2024-07-03 20:28 ` Paul E. McKenney
  2024-08-02 11:40 ` Jonas Oberhauser
  0 siblings, 2 replies; 3+ messages in thread
From: Boqun Feng @ 2024-07-03 16:26 UTC (permalink / raw)
  To: linux-kernel, lkmm
  Cc: Alan Stern, Andrea Parri, Will Deacon, Peter Zijlstra,
	Boqun Feng, Nicholas Piggin, David Howells, Jade Alglave,
	Luc Maranget, Paul E. McKenney, Akira Yokosawa, Daniel Lustig,
	Joel Fernandes, linux-arch, Miguel Ojeda, Alex Gaynor,
	Wedson Almeida Filho, Gary Guo, Björn Roy Baron,
	Benno Lossin, Andreas Hindborg, Alice Ryhl, rust-for-linux,
	Jonas Oberhauser, Hernan Ponce de Leon, Puranjay Mohan

A dedicated mail list is created for Linux kernel memory model
discussion, and this could help more people to track down memory model
related discussion, since oftentimes memory model discussions would
involve a broader audience. Hence add the list information into the
maintainers entry of LKMM.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 3f2047082073..a77bd8a49cd9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12796,6 +12796,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.39.3 (Apple Git-146)


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

* Re: [PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
  2024-07-03 16:26 [PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM Boqun Feng
@ 2024-07-03 20:28 ` Paul E. McKenney
  2024-08-02 11:40 ` Jonas Oberhauser
  1 sibling, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2024-07-03 20:28 UTC (permalink / raw)
  To: Boqun Feng
  Cc: linux-kernel, lkmm, Alan Stern, Andrea Parri, Will Deacon,
	Peter Zijlstra, Nicholas Piggin, David Howells, Jade Alglave,
	Luc Maranget, Akira Yokosawa, Daniel Lustig, Joel Fernandes,
	linux-arch, Miguel Ojeda, Alex Gaynor, Wedson Almeida Filho,
	Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Alice Ryhl, rust-for-linux, Jonas Oberhauser,
	Hernan Ponce de Leon, Puranjay Mohan

On Wed, Jul 03, 2024 at 09:26:16AM -0700, Boqun Feng wrote:
> A dedicated mail list is created for Linux kernel memory model
> discussion, and this could help more people to track down memory model
> related discussion, since oftentimes memory model discussions would
> involve a broader audience. Hence add the list information into the
> maintainers entry of LKMM.
> 
> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>

Queued for v6.12, thank you!

							Thanx, Paul

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3f2047082073..a77bd8a49cd9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12796,6 +12796,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.39.3 (Apple Git-146)
> 

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

* Re: [PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
  2024-07-03 16:26 [PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM Boqun Feng
  2024-07-03 20:28 ` Paul E. McKenney
@ 2024-08-02 11:40 ` Jonas Oberhauser
  1 sibling, 0 replies; 3+ messages in thread
From: Jonas Oberhauser @ 2024-08-02 11:40 UTC (permalink / raw)
  To: Boqun Feng, linux-kernel, lkmm
  Cc: Alan Stern, Andrea Parri, Will Deacon, Peter Zijlstra,
	Nicholas Piggin, David Howells, Jade Alglave, Luc Maranget,
	Paul E. McKenney, Akira Yokosawa, Daniel Lustig, Joel Fernandes,
	linux-arch, Miguel Ojeda, Alex Gaynor, Wedson Almeida Filho,
	Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Alice Ryhl, rust-for-linux, Hernan Ponce de Leon, Puranjay Mohan

Awesome, thanks!

Am 7/3/2024 um 6:26 PM schrieb Boqun Feng:
> A dedicated mail list is created for Linux kernel memory model
> discussion, and this could help more people to track down memory model
> related discussion, since oftentimes memory model discussions would
> involve a broader audience. Hence add the list information into the
> maintainers entry of LKMM.
> 
> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3f2047082073..a77bd8a49cd9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12796,6 +12796,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


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

end of thread, other threads:[~2024-08-02 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-03 16:26 [PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM Boqun Feng
2024-07-03 20:28 ` Paul E. McKenney
2024-08-02 11:40 ` Jonas Oberhauser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®