Message ID | 20250206-rust-xarray-bindings-v15-3-a22b5dcacab3@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | rust: xarray: Add a minimal abstraction for XArray | expand |
"Tamir Duberstein" <tamird@gmail.com> writes: > Add an entry for the Rust xarray abstractions. > > Signed-off-by: Tamir Duberstein <tamird@gmail.com> Acked-by: Andreas Hindborg <a.hindborg@kernel.org> Best regards, Andreas Hindborg
diff --git a/MAINTAINERS b/MAINTAINERS index 896a307fa065..88282b6e689b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -25749,6 +25749,17 @@ F: lib/test_xarray.c F: lib/xarray.c F: tools/testing/radix-tree +XARRAY API [RUST] +M: Tamir Duberstein <tamird@gmail.com> +M: Andreas Hindborg <a.hindborg@kernel.org> +L: rust-for-linux@vger.kernel.org +S: Supported +W: https://rust-for-linux.com +B: https://github.com/Rust-for-Linux/linux/issues +C: https://rust-for-linux.zulipchat.com +T: git https://github.com/Rust-for-Linux/linux.git rust-next +F: rust/kernel/xarray.rs + XBOX DVD IR REMOTE M: Benjamin Valentin <benpicco@googlemail.com> S: Maintained
Add an entry for the Rust xarray abstractions. Signed-off-by: Tamir Duberstein <tamird@gmail.com> --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+)