diff options
| author | Miguel Ojeda <[email protected]> | 2024-09-02 19:32:54 +0200 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2024-09-03 23:53:58 +0200 |
| commit | 68d3b6aa08708bb3907c2c13eaf4b3ccf4805160 (patch) | |
| tree | cc537afee9c59ae4faae9790c78d4310864df45f | |
| parent | a335e95914046c6bed45c0d17cabcd483682cf5e (diff) | |
MAINTAINERS: add Trevor Gross as Rust reviewer
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:
compiler-contributors team (contributors to the Rust compiler on a regular
basis), 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.
Acked-by: Boqun Feng <[email protected]>
Acked-by: Trevor Gross <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Miguel Ojeda <[email protected]>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f328373463b0..77b395476a80 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19914,6 +19914,7 @@ R: Björn Roy Baron <[email protected]> R: Benno Lossin <[email protected]> R: Andreas Hindborg <[email protected]> R: Alice Ryhl <[email protected]> +R: Trevor Gross <[email protected]> S: Supported W: https://rust-for-linux.com |