summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Krummrich <dakr@kernel.org>2024-07-24 14:40:24 +0200
committerDanilo Krummrich <dakr@kernel.org>2024-10-08 16:27:51 +0200
commit4d0666642b3e8994d45f533cb915d0f5d8321b88 (patch)
tree3cf4c055549280e03fbc10704ae54c1d62b27aea
parent16d27d6fb8f66c14a96ce5c8e28701f395dfee51 (diff)
MAINTAINERS: add entry for the Rust `alloc` modulerust/mm
Add maintainers entry for the Rust `alloc` module. Currently, this includes the `Allocator` API itself, `Allocator` implementations, such as `Kmalloc` or `Vmalloc`, as well as the kernel's implementation of the primary memory allocation data structures, `Box` and `Vec`. Signed-off-by: Danilo Krummrich <dakr@kernel.org>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3380b87dcbb9..b77f4495dcf4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20230,6 +20230,13 @@ F: scripts/*rust*
F: tools/testing/selftests/rust/
K: \b(?i:rust)\b
+RUST [ALLOC]
+M: Danilo Krummrich <dakr@kernel.org>
+L: rust-for-linux@vger.kernel.org
+S: Maintained
+F: rust/kernel/alloc.rs
+F: rust/kernel/alloc/
+
RXRPC SOCKETS (AF_RXRPC)
M: David Howells <dhowells@redhat.com>
M: Marc Dionne <marc.dionne@auristor.com>