Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/20240816001216.26575-27-dakr@kernel.org
- Loading branch information