Rust for Linux List
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
@ 2026-08-26 13:27 Danilo Krummrich
  2026-08-26 13:36 ` Lorenzo Stoakes (ARM)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Danilo Krummrich @ 2026-08-26 13:27 UTC (permalink / raw)
  To: dakr, aliceryhl, ljs, vbabka, liam, urezki, ojeda
  Cc: rust-for-linux, linux-kernel

Add Alice as co-maintainer for the Rust alloc module to share
maintenance responsibility. This is also a natural fit, as some of the
alloc code overlaps with the mm subsystem.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 24ca91ce5d86..7daacfd70197 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23945,6 +23945,7 @@ K:	\b(?i:rust)\b
 
 RUST [ALLOC]
 M:	Danilo Krummrich <dakr@kernel.org>
+M:	Alice Ryhl <aliceryhl@google.com>
 R:	Lorenzo Stoakes <ljs@kernel.org>
 R:	Vlastimil Babka <vbabka@kernel.org>
 R:	Liam R. Howlett <liam@infradead.org>

base-commit: 45c13f3f9e3bb15fd89ff2864c6f627a3b4b4229
-- 
2.55.0


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

* Re: [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
  2026-08-26 13:27 [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC] Danilo Krummrich
@ 2026-08-26 13:36 ` Lorenzo Stoakes (ARM)
  2026-08-26 13:59 ` Vlastimil Babka (SUSE)
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Lorenzo Stoakes (ARM) @ 2026-08-26 13:36 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: aliceryhl, vbabka, liam, urezki, ojeda, rust-for-linux,
	linux-kernel

On Wed, Aug 26, 2026 at 03:27:18PM +0200, Danilo Krummrich wrote:
> Add Alice as co-maintainer for the Rust alloc module to share
> maintenance responsibility. This is also a natural fit, as some of the
> alloc code overlaps with the mm subsystem.
>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Alice is very smart and has always been great to work with, so I'm sure
she'll do a fantastic job :)

Obviously:

Acked-by: Lorenzo Stoakes (ARM) <ljs@kernel.org>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 24ca91ce5d86..7daacfd70197 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23945,6 +23945,7 @@ K:	\b(?i:rust)\b
>
>  RUST [ALLOC]
>  M:	Danilo Krummrich <dakr@kernel.org>
> +M:	Alice Ryhl <aliceryhl@google.com>
>  R:	Lorenzo Stoakes <ljs@kernel.org>
>  R:	Vlastimil Babka <vbabka@kernel.org>
>  R:	Liam R. Howlett <liam@infradead.org>
>
> base-commit: 45c13f3f9e3bb15fd89ff2864c6f627a3b4b4229
> --
> 2.55.0
>

--
Cheers, Lorenzo

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

* Re: [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
  2026-08-26 13:27 [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC] Danilo Krummrich
  2026-08-26 13:36 ` Lorenzo Stoakes (ARM)
@ 2026-08-26 13:59 ` Vlastimil Babka (SUSE)
  2026-08-27 12:47 ` Liam R. Howlett
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka (SUSE) @ 2026-08-26 13:59 UTC (permalink / raw)
  To: Danilo Krummrich, aliceryhl, ljs, liam, urezki, ojeda
  Cc: rust-for-linux, linux-kernel

On 8/26/26 15:27, Danilo Krummrich wrote:
> Add Alice as co-maintainer for the Rust alloc module to share
> maintenance responsibility. This is also a natural fit, as some of the
> alloc code overlaps with the mm subsystem.
> 
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Great!

Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 24ca91ce5d86..7daacfd70197 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23945,6 +23945,7 @@ K:	\b(?i:rust)\b
>  
>  RUST [ALLOC]
>  M:	Danilo Krummrich <dakr@kernel.org>
> +M:	Alice Ryhl <aliceryhl@google.com>
>  R:	Lorenzo Stoakes <ljs@kernel.org>
>  R:	Vlastimil Babka <vbabka@kernel.org>
>  R:	Liam R. Howlett <liam@infradead.org>
> 
> base-commit: 45c13f3f9e3bb15fd89ff2864c6f627a3b4b4229


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

* Re: [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
  2026-08-26 13:27 [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC] Danilo Krummrich
  2026-08-26 13:36 ` Lorenzo Stoakes (ARM)
  2026-08-26 13:59 ` Vlastimil Babka (SUSE)
@ 2026-08-27 12:47 ` Liam R. Howlett
  2026-08-27 13:03 ` Alice Ryhl
  2026-08-27 14:00 ` Gary Guo
  4 siblings, 0 replies; 6+ messages in thread
From: Liam R. Howlett @ 2026-08-27 12:47 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: aliceryhl, ljs, vbabka, urezki, ojeda, rust-for-linux,
	linux-kernel

On 26/08/26 03:27PM, Danilo Krummrich wrote:
> Add Alice as co-maintainer for the Rust alloc module to share
> maintenance responsibility. This is also a natural fit, as some of the
> alloc code overlaps with the mm subsystem.
> 
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Acked-by: Liam R. Howlett (Oracle) <liam@infradead.org>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 24ca91ce5d86..7daacfd70197 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23945,6 +23945,7 @@ K:	\b(?i:rust)\b
>  
>  RUST [ALLOC]
>  M:	Danilo Krummrich <dakr@kernel.org>
> +M:	Alice Ryhl <aliceryhl@google.com>
>  R:	Lorenzo Stoakes <ljs@kernel.org>
>  R:	Vlastimil Babka <vbabka@kernel.org>
>  R:	Liam R. Howlett <liam@infradead.org>
> 
> base-commit: 45c13f3f9e3bb15fd89ff2864c6f627a3b4b4229
> -- 
> 2.55.0
> 

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

* Re: [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
  2026-08-26 13:27 [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC] Danilo Krummrich
                   ` (2 preceding siblings ...)
  2026-08-27 12:47 ` Liam R. Howlett
@ 2026-08-27 13:03 ` Alice Ryhl
  2026-08-27 14:00 ` Gary Guo
  4 siblings, 0 replies; 6+ messages in thread
From: Alice Ryhl @ 2026-08-27 13:03 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: ljs, vbabka, liam, urezki, ojeda, rust-for-linux, linux-kernel

On Wed, Aug 26, 2026 at 3:28 PM Danilo Krummrich <dakr@kernel.org> wrote:
>
> Add Alice as co-maintainer for the Rust alloc module to share
> maintenance responsibility. This is also a natural fit, as some of the
> alloc code overlaps with the mm subsystem.
>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Thanks Danilo!

Acked-by: Alice Ryhl <aliceryhl@google.com>

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

* Re: [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
  2026-08-26 13:27 [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC] Danilo Krummrich
                   ` (3 preceding siblings ...)
  2026-08-27 13:03 ` Alice Ryhl
@ 2026-08-27 14:00 ` Gary Guo
  4 siblings, 0 replies; 6+ messages in thread
From: Gary Guo @ 2026-08-27 14:00 UTC (permalink / raw)
  To: Danilo Krummrich, aliceryhl, ljs, vbabka, liam, urezki, ojeda
  Cc: rust-for-linux, linux-kernel

On Wed Aug 26, 2026 at 2:27 PM BST, Danilo Krummrich wrote:
> Add Alice as co-maintainer for the Rust alloc module to share
> maintenance responsibility. This is also a natural fit, as some of the
> alloc code overlaps with the mm subsystem.
> 
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Acked-by: Gary Guo <gary@garyguo.net>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)


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

end of thread, other threads:[~2026-08-27 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-26 13:27 [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC] Danilo Krummrich
2026-08-26 13:36 ` Lorenzo Stoakes (ARM)
2026-08-26 13:59 ` Vlastimil Babka (SUSE)
2026-08-27 12:47 ` Liam R. Howlett
2026-08-27 13:03 ` Alice Ryhl
2026-08-27 14:00 ` Gary Guo

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