* [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
@ 2025-01-29 21:59 Miguel Ojeda
2025-01-29 22:04 ` Boqun Feng
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Miguel Ojeda @ 2025-01-29 21:59 UTC (permalink / raw)
To: Miguel Ojeda, Alex Gaynor
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
rust-for-linux, linux-kernel, patches
Danilo has been involved with the Rust for Linux project for a year now.
He is primarily working on the Nova GPU driver [1][2].
In addition, he has been active in the mailing list and most recently
submitted the Device / Driver PCI / Platform series.
He is also already a maintainer of `RUST [ALLOC]` as well as several
other DRM-related entries.
His expertise developing Rust abstractions and APIs for one of the major
users of Rust in the kernel will be very useful to have around in the
future. Thus add him to the `RUST` entry as reviewer.
Cc: Danilo Krummrich <dakr@kernel.org>
Link: https://rust-for-linux.com/nova-gpu-driver [1]
Link: https://lore.kernel.org/dri-devel/Zfsj0_tb-0-tNrJy@cassiopeiae/ [2]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0fa7c5728f1e..64ee11eac61c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20466,6 +20466,7 @@ R: Benno Lossin <benno.lossin@proton.me>
R: Andreas Hindborg <a.hindborg@kernel.org>
R: Alice Ryhl <aliceryhl@google.com>
R: Trevor Gross <tmgross@umich.edu>
+R: Danilo Krummrich <dakr@kernel.org>
L: rust-for-linux@vger.kernel.org
S: Supported
W: https://rust-for-linux.com
--
2.48.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
2025-01-29 21:59 [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer Miguel Ojeda
@ 2025-01-29 22:04 ` Boqun Feng
2025-01-30 8:36 ` Alice Ryhl
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Boqun Feng @ 2025-01-29 22:04 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
rust-for-linux, linux-kernel, patches
On Wed, Jan 29, 2025 at 10:59:48PM +0100, Miguel Ojeda wrote:
> Danilo has been involved with the Rust for Linux project for a year now.
> He is primarily working on the Nova GPU driver [1][2].
>
> In addition, he has been active in the mailing list and most recently
> submitted the Device / Driver PCI / Platform series.
>
> He is also already a maintainer of `RUST [ALLOC]` as well as several
> other DRM-related entries.
>
> His expertise developing Rust abstractions and APIs for one of the major
> users of Rust in the kernel will be very useful to have around in the
> future. Thus add him to the `RUST` entry as reviewer.
>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Link: https://rust-for-linux.com/nova-gpu-driver [1]
> Link: https://lore.kernel.org/dri-devel/Zfsj0_tb-0-tNrJy@cassiopeiae/ [2]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Boqun Feng <boqun.feng@gmail.com>
Welcome!
Regards,
Boqun
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0fa7c5728f1e..64ee11eac61c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20466,6 +20466,7 @@ R: Benno Lossin <benno.lossin@proton.me>
> R: Andreas Hindborg <a.hindborg@kernel.org>
> R: Alice Ryhl <aliceryhl@google.com>
> R: Trevor Gross <tmgross@umich.edu>
> +R: Danilo Krummrich <dakr@kernel.org>
> L: rust-for-linux@vger.kernel.org
> S: Supported
> W: https://rust-for-linux.com
> --
> 2.48.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
2025-01-29 21:59 [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer Miguel Ojeda
2025-01-29 22:04 ` Boqun Feng
@ 2025-01-30 8:36 ` Alice Ryhl
2025-01-30 8:50 ` Danilo Krummrich
2025-02-05 18:54 ` Miguel Ojeda
3 siblings, 0 replies; 5+ messages in thread
From: Alice Ryhl @ 2025-01-30 8:36 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich,
rust-for-linux, linux-kernel, patches
On Wed, Jan 29, 2025 at 11:00 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> Danilo has been involved with the Rust for Linux project for a year now.
> He is primarily working on the Nova GPU driver [1][2].
>
> In addition, he has been active in the mailing list and most recently
> submitted the Device / Driver PCI / Platform series.
>
> He is also already a maintainer of `RUST [ALLOC]` as well as several
> other DRM-related entries.
>
> His expertise developing Rust abstractions and APIs for one of the major
> users of Rust in the kernel will be very useful to have around in the
> future. Thus add him to the `RUST` entry as reviewer.
>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Link: https://rust-for-linux.com/nova-gpu-driver [1]
> Link: https://lore.kernel.org/dri-devel/Zfsj0_tb-0-tNrJy@cassiopeiae/ [2]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Alice Ryhl <aliceryhl@google.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
2025-01-29 21:59 [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer Miguel Ojeda
2025-01-29 22:04 ` Boqun Feng
2025-01-30 8:36 ` Alice Ryhl
@ 2025-01-30 8:50 ` Danilo Krummrich
2025-02-05 18:54 ` Miguel Ojeda
3 siblings, 0 replies; 5+ messages in thread
From: Danilo Krummrich @ 2025-01-30 8:50 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
rust-for-linux, linux-kernel, patches
On Wed, Jan 29, 2025 at 10:59:48PM +0100, Miguel Ojeda wrote:
> Danilo has been involved with the Rust for Linux project for a year now.
> He is primarily working on the Nova GPU driver [1][2].
>
> In addition, he has been active in the mailing list and most recently
> submitted the Device / Driver PCI / Platform series.
>
> He is also already a maintainer of `RUST [ALLOC]` as well as several
> other DRM-related entries.
>
> His expertise developing Rust abstractions and APIs for one of the major
> users of Rust in the kernel will be very useful to have around in the
> future. Thus add him to the `RUST` entry as reviewer.
>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Link: https://rust-for-linux.com/nova-gpu-driver [1]
> Link: https://lore.kernel.org/dri-devel/Zfsj0_tb-0-tNrJy@cassiopeiae/ [2]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
2025-01-29 21:59 [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer Miguel Ojeda
` (2 preceding siblings ...)
2025-01-30 8:50 ` Danilo Krummrich
@ 2025-02-05 18:54 ` Miguel Ojeda
3 siblings, 0 replies; 5+ messages in thread
From: Miguel Ojeda @ 2025-02-05 18:54 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
Danilo Krummrich, rust-for-linux, linux-kernel, patches
On Wed, Jan 29, 2025 at 11:00 PM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> Danilo has been involved with the Rust for Linux project for a year now.
> He is primarily working on the Nova GPU driver [1][2].
>
> In addition, he has been active in the mailing list and most recently
> submitted the Device / Driver PCI / Platform series.
>
> He is also already a maintainer of `RUST [ALLOC]` as well as several
> other DRM-related entries.
>
> His expertise developing Rust abstractions and APIs for one of the major
> users of Rust in the kernel will be very useful to have around in the
> future. Thus add him to the `RUST` entry as reviewer.
>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Link: https://rust-for-linux.com/nova-gpu-driver [1]
> Link: https://lore.kernel.org/dri-devel/Zfsj0_tb-0-tNrJy@cassiopeiae/ [2]
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Applied to `rust-next` -- thanks everyone, and welcome!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-05 18:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29 21:59 [PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer Miguel Ojeda
2025-01-29 22:04 ` Boqun Feng
2025-01-30 8:36 ` Alice Ryhl
2025-01-30 8:50 ` Danilo Krummrich
2025-02-05 18:54 ` Miguel Ojeda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox