[PATCH v4 4/4] MAINTAINERS: add entry for configfs Rust abstractions

Andreas Hindborg posted 4 patches 1 year, 1 month ago
There is a newer version of this series
[PATCH v4 4/4] MAINTAINERS: add entry for configfs Rust abstractions
Posted by Andreas Hindborg 1 year, 1 month ago
Update MAINTAINERS with entry for Rust configfs abstractions.

Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 896a307fa065..9b4d5c12eb43 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5870,6 +5870,13 @@ F:	fs/configfs/
 F:	include/linux/configfs.h
 F:	samples/configfs/
 
+CONFIGFS [RUST]
+M:	Andreas Hindborg <a.hindborg@kernel.org>
+L:	rust-for-linux@vger.kernel.org
+S:	Supported
+F:	rust/kernel/configfs.rs
+F:	samples/rust/rust_configfs.rs
+
 CONGATEC BOARD CONTROLLER MFD DRIVER
 M:	Thomas Richard <thomas.richard@bootlin.com>
 S:	Maintained

-- 
2.47.0
Re: [PATCH v4 4/4] MAINTAINERS: add entry for configfs Rust abstractions
Posted by Daniel Almeida 1 year, 1 month ago
Hi Andreas,

> On 24 Feb 2025, at 10:21, Andreas Hindborg <a.hindborg@kernel.org> wrote:
> 
> Update MAINTAINERS with entry for Rust configfs abstractions.
> 
> Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 896a307fa065..9b4d5c12eb43 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5870,6 +5870,13 @@ F: fs/configfs/
> F: include/linux/configfs.h
> F: samples/configfs/
> 
> +CONFIGFS [RUST]
> +M: Andreas Hindborg <a.hindborg@kernel.org>
> +L: rust-for-linux@vger.kernel.org
> +S: Supported
> +F: rust/kernel/configfs.rs
> +F: samples/rust/rust_configfs.rs
> +
> CONGATEC BOARD CONTROLLER MFD DRIVER
> M: Thomas Richard <thomas.richard@bootlin.com>
> S: Maintained
> 
> -- 
> 2.47.0
> 
> 

Acked-by: Daniel Almeida <daniel.almeida@collabora.com>