From: Danilo Krummrich Date: Fri, 7 Mar 2025 22:49:55 +0000 (+0100) Subject: MAINTAINERS: add entry for the Rust `alloc` module X-Git-Tag: v6.12.19~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b6c043275bd9ba8fb45d4d8e9dafc4f69b68a8;p=thirdparty%2Fkernel%2Fstable.git MAINTAINERS: add entry for the Rust `alloc` module commit 6ce162a002657910104c7a07fb50017681bc476c upstream. 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 Link: https://lore.kernel.org/r/20241004154149.93856-30-dakr@kernel.org Signed-off-by: Miguel Ojeda Signed-off-by: Greg Kroah-Hartman --- diff --git a/MAINTAINERS b/MAINTAINERS index f4e08a0851bd0..de04c7ba8571b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20183,6 +20183,13 @@ F: scripts/*rust* F: tools/testing/selftests/rust/ K: \b(?i:rust)\b +RUST [ALLOC] +M: Danilo Krummrich +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 M: Marc Dionne