2023-07-18 06:04:52

by Miguel Ojeda

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add Andreas Hindborg as Rust reviewer

Andreas has been involved with the Rust for Linux project for more than
a year now. He has been primarily working on the Rust NVMe driver [1],
presenting it in several places (such as LPC [2][3] and Kangrejos [4]).

In addition, he recently submitted the Rust null block driver [5] and
has been reviewing patches in the mailing list for some months.

Thus add him to the `RUST` entry as reviewer.

Link: https://rust-for-linux.com/nvme-driver [1]
Link: https://lpc.events/event/16/contributions/1180/attachments/1017/1961/deck.pdf [2]
Link: https://www.youtube.com/watch?v=BwywU1MqW38 [3]
Link: https://kangrejos.com/A%20Linux%20(PCI)%20NVMe%20Driver%20in%20Rust.pdf [4]
Link: https://lore.kernel.org/rust-for-linux/[email protected]/ [5]
Signed-off-by: Miguel Ojeda <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3be1bdfe8ecc..f2f0426258f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18542,6 +18542,7 @@ R: Boqun Feng <[email protected]>
R: Gary Guo <[email protected]>
R: Björn Roy Baron <[email protected]>
R: Benno Lossin <[email protected]>
+R: Andreas Hindborg <[email protected]>
L: [email protected]
S: Supported
W: https://github.com/Rust-for-Linux/linux

base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
--
2.41.0



2023-07-18 18:02:54

by Boqun Feng

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add Andreas Hindborg as Rust reviewer

On Tue, Jul 18, 2023 at 07:44:25AM +0200, Miguel Ojeda wrote:
> Andreas has been involved with the Rust for Linux project for more than
> a year now. He has been primarily working on the Rust NVMe driver [1],
> presenting it in several places (such as LPC [2][3] and Kangrejos [4]).
>
> In addition, he recently submitted the Rust null block driver [5] and
> has been reviewing patches in the mailing list for some months.
>
> Thus add him to the `RUST` entry as reviewer.
>
> Link: https://rust-for-linux.com/nvme-driver [1]
> Link: https://lpc.events/event/16/contributions/1180/attachments/1017/1961/deck.pdf [2]
> Link: https://www.youtube.com/watch?v=BwywU1MqW38 [3]
> Link: https://kangrejos.com/A%20Linux%20(PCI)%20NVMe%20Driver%20in%20Rust.pdf [4]
> Link: https://lore.kernel.org/rust-for-linux/[email protected]/ [5]
> Signed-off-by: Miguel Ojeda <[email protected]>

Acked-by: Boqun Feng <[email protected]>

Welcome!

Regards,
Boqun

> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..f2f0426258f3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18542,6 +18542,7 @@ R: Boqun Feng <[email protected]>
> R: Gary Guo <[email protected]>
> R: Bj?rn Roy Baron <[email protected]>
> R: Benno Lossin <[email protected]>
> +R: Andreas Hindborg <[email protected]>
> L: [email protected]
> S: Supported
> W: https://github.com/Rust-for-Linux/linux
>
> base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
> --
> 2.41.0
>

2023-07-31 10:09:27

by Andreas Hindborg

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add Andreas Hindborg as Rust reviewer


Miguel Ojeda <[email protected]> writes:

> Andreas has been involved with the Rust for Linux project for more than
> a year now. He has been primarily working on the Rust NVMe driver [1],
> presenting it in several places (such as LPC [2][3] and Kangrejos [4]).
>
> In addition, he recently submitted the Rust null block driver [5] and
> has been reviewing patches in the mailing list for some months.
>
> Thus add him to the `RUST` entry as reviewer.
>
> Link: https://rust-for-linux.com/nvme-driver [1]
> Link: https://lpc.events/event/16/contributions/1180/attachments/1017/1961/deck.pdf [2]
> Link: https://www.youtube.com/watch?v=BwywU1MqW38 [3]
> Link: https://kangrejos.com/A%20Linux%20(PCI)%20NVMe%20Driver%20in%20Rust.pdf [4]
> Link: https://lore.kernel.org/rust-for-linux/[email protected]/ [5]
> Signed-off-by: Miguel Ojeda <[email protected]>
> ---

Acked-by: Andreas Hindborg <[email protected]>

2023-08-10 01:02:00

by Miguel Ojeda

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add Andreas Hindborg as Rust reviewer

On Tue, Jul 18, 2023 at 7:44 AM Miguel Ojeda <[email protected]> wrote:
>
> Andreas has been involved with the Rust for Linux project for more than
> a year now. He has been primarily working on the Rust NVMe driver [1],
> presenting it in several places (such as LPC [2][3] and Kangrejos [4]).
>
> In addition, he recently submitted the Rust null block driver [5] and
> has been reviewing patches in the mailing list for some months.
>
> Thus add him to the `RUST` entry as reviewer.
>
> Link: https://rust-for-linux.com/nvme-driver [1]
> Link: https://lpc.events/event/16/contributions/1180/attachments/1017/1961/deck.pdf [2]
> Link: https://www.youtube.com/watch?v=BwywU1MqW38 [3]
> Link: https://kangrejos.com/A%20Linux%20(PCI)%20NVMe%20Driver%20in%20Rust.pdf [4]
> Link: https://lore.kernel.org/rust-for-linux/[email protected]/ [5]
> Signed-off-by: Miguel Ojeda <[email protected]>

Applied to `rust-next` -- thanks & welcome!

Cheers,
Miguel