Skip to content

Commit 5073a77

Browse files
Danilo Krummrichfbq
Danilo Krummrich
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 28debcb commit 5073a77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MAINTAINERS

+7
Original file line numberDiff line numberDiff line change
@@ -20226,6 +20226,13 @@ F: scripts/*rust*
2022620226
F: tools/testing/selftests/rust/
2022720227
K: \b(?i:rust)\b
2022820228

20229+
RUST [ALLOC]
20230+
M: Danilo Krummrich <[email protected]>
20231+
20232+
S: Maintained
20233+
F: rust/kernel/alloc.rs
20234+
F: rust/kernel/alloc/
20235+
2022920236
RXRPC SOCKETS (AF_RXRPC)
2023020237
M: David Howells <[email protected]>
2023120238
M: Marc Dionne <[email protected]>

0 commit comments

Comments
 (0)