Rust for Linux List
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer
@ 2024-09-02 17:32 Miguel Ojeda
  2024-09-02 17:34 ` Boqun Feng
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Miguel Ojeda @ 2024-09-02 17:32 UTC (permalink / raw)
  To: Trevor Gross, Miguel Ojeda, Alex Gaynor, Wedson Almeida Filho
  Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
	Andreas Hindborg, Alice Ryhl, rust-for-linux, linux-kernel,
	patches

Trevor has been involved with the Rust for Linux project for more than
a year now. He has been active reviewing Rust code in the mailing list,
and he already is a formal reviewer of the Rust PHY library and the two
PHY drivers.

In addition, he is also part of several upstream Rust teams:
libs-contributors (contributors to the Rust standard library on a regular
basis), crate-maintainers (maintainers of official Rust crates), the
binary size working group and the Rust for Linux ping group.

His expertise with the language will be very useful to have around in
the future if Rust keeps growing within the kernel, thus add him to the
`RUST` entry as a reviewer.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f328373463b0..77b395476a80 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19914,6 +19914,7 @@ R:	Björn Roy Baron <bjorn3_gh@protonmail.com>
 R:	Benno Lossin <benno.lossin@proton.me>
 R:	Andreas Hindborg <a.hindborg@samsung.com>
 R:	Alice Ryhl <aliceryhl@google.com>
+R:	Trevor Gross <tmgross@umich.edu>
 L:	rust-for-linux@vger.kernel.org
 S:	Supported
 W:	https://rust-for-linux.com

base-commit: a335e95914046c6bed45c0d17cabcd483682cf5e
-- 
2.46.0


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

* Re: [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer
  2024-09-02 17:32 [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer Miguel Ojeda
@ 2024-09-02 17:34 ` Boqun Feng
  2024-09-02 17:39 ` Miguel Ojeda
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Boqun Feng @ 2024-09-02 17:34 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Trevor Gross, Alex Gaynor, Wedson Almeida Filho, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	rust-for-linux, linux-kernel, patches

On Mon, Sep 02, 2024 at 07:32:54PM +0200, Miguel Ojeda wrote:
> Trevor has been involved with the Rust for Linux project for more than
> a year now. He has been active reviewing Rust code in the mailing list,
> and he already is a formal reviewer of the Rust PHY library and the two
> PHY drivers.
> 
> In addition, he is also part of several upstream Rust teams:
> libs-contributors (contributors to the Rust standard library on a regular
> basis), crate-maintainers (maintainers of official Rust crates), the
> binary size working group and the Rust for Linux ping group.
> 
> His expertise with the language will be very useful to have around in
> the future if Rust keeps growing within the kernel, thus add him to the
> `RUST` entry as a reviewer.
> 
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

Acked-by: Boqun Feng <boqun.feng@gmail.com>

Regards,
Boqun

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f328373463b0..77b395476a80 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19914,6 +19914,7 @@ R:	Björn Roy Baron <bjorn3_gh@protonmail.com>
>  R:	Benno Lossin <benno.lossin@proton.me>
>  R:	Andreas Hindborg <a.hindborg@samsung.com>
>  R:	Alice Ryhl <aliceryhl@google.com>
> +R:	Trevor Gross <tmgross@umich.edu>
>  L:	rust-for-linux@vger.kernel.org
>  S:	Supported
>  W:	https://rust-for-linux.com
> 
> base-commit: a335e95914046c6bed45c0d17cabcd483682cf5e
> -- 
> 2.46.0
> 

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

* Re: [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer
  2024-09-02 17:32 [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer Miguel Ojeda
  2024-09-02 17:34 ` Boqun Feng
@ 2024-09-02 17:39 ` Miguel Ojeda
  2024-09-02 20:14 ` Trevor Gross
  2024-09-03 21:56 ` Miguel Ojeda
  3 siblings, 0 replies; 5+ messages in thread
From: Miguel Ojeda @ 2024-09-02 17:39 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Trevor Gross, Alex Gaynor, Wedson Almeida Filho, Boqun Feng,
	Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Alice Ryhl, rust-for-linux, linux-kernel, patches

On Mon, Sep 2, 2024 at 7:33 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> In addition, he is also part of several upstream Rust teams:
> libs-contributors (contributors to the Rust standard library on a regular
> basis), crate-maintainers (maintainers of official Rust crates), the
> binary size working group and the Rust for Linux ping group.

And just at the same time as I was sending this, Trevor is also now
part of the compiler-contributors team (contributors to the Rust
compiler on a regular basis), so I will add that to the message when I
apply it. :)

Cheers,
Miguel

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

* Re: [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer
  2024-09-02 17:32 [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer Miguel Ojeda
  2024-09-02 17:34 ` Boqun Feng
  2024-09-02 17:39 ` Miguel Ojeda
@ 2024-09-02 20:14 ` Trevor Gross
  2024-09-03 21:56 ` Miguel Ojeda
  3 siblings, 0 replies; 5+ messages in thread
From: Trevor Gross @ 2024-09-02 20:14 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Alex Gaynor, Wedson Almeida Filho, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	rust-for-linux, linux-kernel, patches

On Mon, Sep 2, 2024 at 1:33 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> Trevor has been involved with the Rust for Linux project for more than
> a year now. He has been active reviewing Rust code in the mailing list,
> and he already is a formal reviewer of the Rust PHY library and the two
> PHY drivers.
>
> In addition, he is also part of several upstream Rust teams:
> libs-contributors (contributors to the Rust standard library on a regular
> basis), crate-maintainers (maintainers of official Rust crates), the
> binary size working group and the Rust for Linux ping group.
>
> His expertise with the language will be very useful to have around in
> the future if Rust keeps growing within the kernel, thus add him to the
> `RUST` entry as a reviewer.
>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

Thank you Miguel!

Acked-by: Trevor Gross <tmgross@umich.edu>

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

* Re: [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer
  2024-09-02 17:32 [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer Miguel Ojeda
                   ` (2 preceding siblings ...)
  2024-09-02 20:14 ` Trevor Gross
@ 2024-09-03 21:56 ` Miguel Ojeda
  3 siblings, 0 replies; 5+ messages in thread
From: Miguel Ojeda @ 2024-09-03 21:56 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Trevor Gross, Alex Gaynor, Wedson Almeida Filho, Boqun Feng,
	Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg,
	Alice Ryhl, rust-for-linux, linux-kernel, patches

On Mon, Sep 2, 2024 at 7:33 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> Trevor has been involved with the Rust for Linux project for more than
> a year now. He has been active reviewing Rust code in the mailing list,
> and he already is a formal reviewer of the Rust PHY library and the two
> PHY drivers.
>
> In addition, he is also part of several upstream Rust teams:
> libs-contributors (contributors to the Rust standard library on a regular
> basis), crate-maintainers (maintainers of official Rust crates), the
> binary size working group and the Rust for Linux ping group.
>
> His expertise with the language will be very useful to have around in
> the future if Rust keeps growing within the kernel, thus add him to the
> `RUST` entry as a reviewer.
>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

Applied to `rust-next` -- thanks everyone & welcome, Trevor!

Cheers,
Miguel

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

end of thread, other threads:[~2024-09-03 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 17:32 [PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer Miguel Ojeda
2024-09-02 17:34 ` Boqun Feng
2024-09-02 17:39 ` Miguel Ojeda
2024-09-02 20:14 ` Trevor Gross
2024-09-03 21:56 ` Miguel Ojeda

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