Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Danilo Krummrich and committed by
Miguel Ojeda
6ce162a0 392e34b6

+7
+7
MAINTAINERS
··· 20230 20230 F: tools/testing/selftests/rust/ 20231 20231 K: \b(?i:rust)\b 20232 20232 20233 + RUST [ALLOC] 20234 + M: Danilo Krummrich <dakr@kernel.org> 20235 + L: rust-for-linux@vger.kernel.org 20236 + S: Maintained 20237 + F: rust/kernel/alloc.rs 20238 + F: rust/kernel/alloc/ 20239 + 20233 20240 RXRPC SOCKETS (AF_RXRPC) 20234 20241 M: David Howells <dhowells@redhat.com> 20235 20242 M: Marc Dionne <marc.dionne@auristor.com>