[PATCH] MAINTAINERS: configfs: split configfs entry in C and Rust parts
Andreas Hindborg <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Split configfs MAINTAINERS entry in C and Rust parts. Mark Breno Leitao as maintainer of configfs C parts. Mark Andreas Hindborg as maintainer of configfs Rust parts. Signed-off-by: Andreas Hindborg <[email protected]> --- MAINTAINERS | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8014b9f8253e..10e2f8fd1542 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6542,14 +6542,19 @@ S: Maintained F: Documentation/security/snp-tdx-threat-model.rst CONFIGFS -M: Andreas Hindborg <[email protected]> -R: Breno Leitao <[email protected]> +M: Breno Leitao <[email protected]> +R: Andreas Hindborg <[email protected]> +T: https://git.kernel.org/pub/scm/linux/kernel/git/leitao/linux.git configfs-next S: Supported -T: git git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git configfs-next F: fs/configfs/ F: include/linux/configfs.h -F: rust/kernel/configfs.rs F: samples/configfs/ + +CONFIGFS [RUST] +M: Andreas Hindborg <[email protected]> +S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git configfs-next +F: rust/kernel/configfs.rs F: samples/rust/rust_configfs.rs CONGATEC BOARD CONTROLLER MFD DRIVER --- base-commit: f5bbbfec59b4e2fb7520a91de3df8a6174325d6a change-id: 20260812-configfs-maintainers-819797eb4acf Best regards, -- Andreas Hindborg <[email protected]>