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)
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ 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] 8+ 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)
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ 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] 8+ 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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ 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] 8+ 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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ 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] 8+ 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
  2026-09-02 15:58 ` Danilo Krummrich
  5 siblings, 0 replies; 8+ 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] 8+ 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
  2026-09-02 15:58 ` Danilo Krummrich
  5 siblings, 0 replies; 8+ 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] 8+ 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
                   ` (4 preceding siblings ...)
  2026-08-27 14:00 ` Gary Guo
@ 2026-09-02 15:58 ` Danilo Krummrich
  2026-09-02 16:01   ` Danilo Krummrich
  5 siblings, 1 reply; 8+ messages in thread
From: Danilo Krummrich @ 2026-09-02 15:58 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: aliceryhl, ljs, vbabka, liam, urezki, ojeda, rust-for-linux,
	linux-kernel

On Wed, 26 Aug 2026 15:27:18 +0200, Danilo Krummrich wrote:
> [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]

Applied, thanks!

  Branch: alloc-next
  Tree:   git@github.com:Rust-for-Linux/linux.git

[1/1] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
      commit: 82134823a07b

The patch will appear in the next linux-next integration (typically within 24
hours on weekdays).

The patch is queued up for the upcoming merge window for the next major kernel
release.

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

* Re: [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
  2026-09-02 15:58 ` Danilo Krummrich
@ 2026-09-02 16:01   ` Danilo Krummrich
  0 siblings, 0 replies; 8+ messages in thread
From: Danilo Krummrich @ 2026-09-02 16:01 UTC (permalink / raw)
  To: aliceryhl; +Cc: ljs, vbabka, liam, urezki, ojeda, rust-for-linux, linux-kernel

On 9/2/26 5:58 PM, Danilo Krummrich wrote:
> On Wed, 26 Aug 2026 15:27:18 +0200, Danilo Krummrich wrote:
>> [PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
> 
> Applied, thanks!
> 
>   Branch: alloc-next
>   Tree:   git@github.com:Rust-for-Linux/linux.git
> 
> [1/1] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
>       commit: 82134823a07b
> 
> The patch will appear in the next linux-next integration (typically within 24
> hours on weekdays).
> 
> The patch is queued up for the upcoming merge window for the next major kernel
> release.

Thanks for stepping up Alice, it's much appreciated!

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

end of thread, other threads:[~2026-09-02 16:01 UTC | newest]

Thread overview: 8+ 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
2026-09-02 15:58 ` Danilo Krummrich
2026-09-02 16:01   ` Danilo Krummrich

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