diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2026-06-11 07:55:37 +0200 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2026-06-11 23:05:48 +0200 |
| commit | 72a8f3fe5b283b73bb0f5206f26c94d95e49067a (patch) | |
| tree | ef0ede4209ed0e95d2f57e0c124be90b9621f92e | |
| parent | 9310e2e15a40268851d839be379d45014f876fea (diff) | |
MAINTAINERS: add Alexandre Courbot as Rust reviewer
Alexandre has been involved with the Rust for Linux project for more
than a year now. He is one of the main contributors to Nova [1], the
Rust driver for NVIDIA GPUs, and has authored core Rust infrastructure
motivated by that work, such as the `num` module with the `Bounded`
integer type, the `register!` and `bitfield!` macros, as well as
improvements to abstractions like DMA.
He maintains the nova-core driver, as well as the `RUST [NUM]`, `RUST
[BITFIELD]` and `RUST [INTEROP]` entries. In addition, he has been very
active reviewing Rust code in the mailing list.
He also proposed and implemented the `int_lowest_highest_one` feature
in the Rust standard library [2], which we should eventually use in
the kernel.
His experience maintaining a major Rust GPU driver and the abstractions
it needs will be very useful to have around in the future. Thus add him
to the `RUST` entry as reviewer.
Link: https://rust-for-linux.com/nova-gpu-driver [1]
Link: https://github.com/rust-lang/rust/issues/145203 [2]
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260611055538.61425-3-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 813c75e930ad..bf7a7a52e9a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23395,6 +23395,7 @@ R: Trevor Gross <tmgross@umich.edu> R: Danilo Krummrich <dakr@kernel.org> R: Daniel Almeida <daniel.almeida@collabora.com> R: Tamir Duberstein <tamird@kernel.org> +R: Alexandre Courbot <acourbot@nvidia.com> L: rust-for-linux@vger.kernel.org S: Supported W: https://rust-for-linux.com |
