diff options
author | Danilo Krummrich <dakr@kernel.org> | 2024-07-24 14:40:24 +0200 |
---|---|---|
committer | Danilo Krummrich <dakr@kernel.org> | 2024-08-13 16:05:09 +0200 |
commit | 958c08c9a2df308dc38beed80d9649f585556978 (patch) | |
tree | d51b5f4f7c3fbbb4ba3c23e12bcb3d4bedf2d9c7 | |
parent | 739e965c94672217eadef0becfabf047c0c9b422 (diff) |
MAINTAINERS: add entry for the Rust `alloc` module
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-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 73566d325466..c234863a7e1b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19936,6 +19936,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> |