From: Miguel Ojeda Date: Thu, 11 Jun 2026 05:55:36 +0000 (+0200) Subject: MAINTAINERS: add Tamir Duberstein as Rust reviewer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9310e2e15a40268851d839be379d45014f876fea;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: add Tamir Duberstein as Rust reviewer Tamir has been involved with the Rust for Linux project for more than a year and a half now. He has been working on improving the integration between the kernel and the Rust language and tooling: he led the effort to replace the kernel's own `CStr` type with the standard library's, and reworked the rust-analyzer integration, among other things. He is already the maintainer of the `RUST [RUST-ANALYZER]` and `XARRAY API [RUST]` entries. In addition, he has been active reviewing Rust code in the mailing list. He is also a long-time contributor to the upstream Rust project, including on topics that matter for the Linux kernel [1]. His expertise with the language and its tooling will be very useful to have around in the future. Thus add him to the `RUST` entry as reviewer. Link: https://github.com/rust-lang/rust/pull/139994 [1] Acked-by: Tamir Duberstein Acked-by: Gary Guo Link: https://patch.msgid.link/20260611055538.61425-2-ojeda@kernel.org Signed-off-by: Miguel Ojeda --- diff --git a/MAINTAINERS b/MAINTAINERS index 5d34aeaa415ae..813c75e930ade 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23394,6 +23394,7 @@ R: Alice Ryhl R: Trevor Gross R: Danilo Krummrich R: Daniel Almeida +R: Tamir Duberstein L: rust-for-linux@vger.kernel.org S: Supported W: https://rust-for-linux.com