]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
MAINTAINERS: add entry for the Rust `alloc` module
authorDanilo Krummrich <dakr@kernel.org>
Fri, 7 Mar 2025 22:49:55 +0000 (23:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 12:01:47 +0000 (13:01 +0100)
commit14b6c043275bd9ba8fb45d4d8e9dafc4f69b68a8
tree9fd5b8d1021affac95d8b74600bd28773526cd86
parent298be04c036ac57c6e6a91d2bbd0dda0c9b075be
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 <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241004154149.93856-30-dakr@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS