diff options
author | Miguel Ojeda <[email protected]> | 2023-07-18 07:44:25 +0200 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2023-08-09 19:26:54 +0200 |
commit | 2a6f5df3cd9493a2d61a2ee1017b9583ae929c22 (patch) | |
tree | 3f87893466dd5e27bd442eb5af028e1dfcffa636 | |
parent | 49a9ef76740206d52e7393f6fe25fc764de8df32 (diff) |
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]
Acked-by: Andreas Hindborg <[email protected]>
Acked-by: Boqun Feng <[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 0f966f05fb0d..c469df613a29 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18554,6 +18554,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]> S: Supported W: https://github.com/Rust-for-Linux/linux |