2023-07-18 05:52:44

by Miguel Ojeda

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer

Alice has been involved with the Rust for Linux project for
almost a year now. She has been primarily working on the
Android Binder Driver [1].

In addition, she has been reviewing patches in the mailing
list for some months and has submitted improvements to the
core Rust support.

She is also part of the core maintainer team for the widely
used library Tokio [2], an asynchronous Rust runtime.

Her expertise with the language will be very useful to have
around in the future if Rust grows within the kernel, thus
add her to the `RUST` entry as reviewer.

Link: https://rust-for-linux.com/android-binder-driver [1]
Link: https://tokio.rs [2]
Signed-off-by: Miguel Ojeda <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3be1bdfe8ecc..f19f34e3926d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18542,6 +18542,7 @@ R: Boqun Feng <[email protected]>
R: Gary Guo <[email protected]>
R: Björn Roy Baron <[email protected]>
R: Benno Lossin <[email protected]>
+R: Alice Ryhl <[email protected]>
L: [email protected]
S: Supported
W: https://github.com/Rust-for-Linux/linux

base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
--
2.41.0



2023-07-18 17:21:40

by Boqun Feng

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer

On Tue, Jul 18, 2023 at 07:45:20AM +0200, Miguel Ojeda wrote:
> Alice has been involved with the Rust for Linux project for
> almost a year now. She has been primarily working on the
> Android Binder Driver [1].
>
> In addition, she has been reviewing patches in the mailing
> list for some months and has submitted improvements to the
> core Rust support.
>
> She is also part of the core maintainer team for the widely
> used library Tokio [2], an asynchronous Rust runtime.
>
> Her expertise with the language will be very useful to have
> around in the future if Rust grows within the kernel, thus
> add her to the `RUST` entry as reviewer.
>
> Link: https://rust-for-linux.com/android-binder-driver [1]
> Link: https://tokio.rs [2]
> Signed-off-by: Miguel Ojeda <[email protected]>

Acked-by: Boqun Feng <[email protected]>

Welcome!

Regards,
Boqun

> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..f19f34e3926d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18542,6 +18542,7 @@ R: Boqun Feng <[email protected]>
> R: Gary Guo <[email protected]>
> R: Bj?rn Roy Baron <[email protected]>
> R: Benno Lossin <[email protected]>
> +R: Alice Ryhl <[email protected]>
> L: [email protected]
> S: Supported
> W: https://github.com/Rust-for-Linux/linux
>
> base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
> --
> 2.41.0
>

2023-07-20 13:26:27

by Alice Ryhl

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer

Miguel Ojeda <[email protected]> writes:
> Alice has been involved with the Rust for Linux project for
> almost a year now. She has been primarily working on the
> Android Binder Driver [1].
>
> In addition, she has been reviewing patches in the mailing
> list for some months and has submitted improvements to the
> core Rust support.
>
> She is also part of the core maintainer team for the widely
> used library Tokio [2], an asynchronous Rust runtime.
>
> Her expertise with the language will be very useful to have
> around in the future if Rust grows within the kernel, thus
> add her to the `RUST` entry as reviewer.
>
> Link: https://rust-for-linux.com/android-binder-driver [1]
> Link: https://tokio.rs [2]
> Signed-off-by: Miguel Ojeda <[email protected]>

Acked-by: Alice Ryhl <[email protected]>


2023-08-10 00:29:08

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add Alice Ryhl as Rust reviewer

On Tue, Jul 18, 2023 at 7:45 AM Miguel Ojeda <[email protected]> wrote:
>
> Alice has been involved with the Rust for Linux project for
> almost a year now. She has been primarily working on the
> Android Binder Driver [1].
>
> In addition, she has been reviewing patches in the mailing
> list for some months and has submitted improvements to the
> core Rust support.
>
> She is also part of the core maintainer team for the widely
> used library Tokio [2], an asynchronous Rust runtime.
>
> Her expertise with the language will be very useful to have
> around in the future if Rust grows within the kernel, thus
> add her to the `RUST` entry as reviewer.
>
> Link: https://rust-for-linux.com/android-binder-driver [1]
> Link: https://tokio.rs [2]
> Signed-off-by: Miguel Ojeda <[email protected]>

Applied to `rust-next` -- thanks & welcome!

Cheers,
Miguel