]> git.ipfire.org Git - thirdparty/linux.git/commit
MAINTAINERS: add entry for the Rust `alloc` module
authorDanilo Krummrich <dakr@kernel.org>
Fri, 4 Oct 2024 15:41:33 +0000 (17:41 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 15 Oct 2024 21:10:32 +0000 (23:10 +0200)
commit6ce162a002657910104c7a07fb50017681bc476c
tree30ffbcd27bc66607d6ff73a4b68cdfc6877a4e8c
parent392e34b6bc22077ef63abf62387ea3e9f39418c1
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>
Link: https://lore.kernel.org/r/20241004154149.93856-30-dakr@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
MAINTAINERS