Skip to content

Commit 47e2ca4

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 5968a03 commit 47e2ca4

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
@@ -19928,6 +19928,13 @@ F: scripts/*rust*
1992819928
F: tools/testing/selftests/rust/
1992919929
K: \b(?i:rust)\b
1993019930

19931+
RUST [ALLOC]
19932+
M: Danilo Krummrich <[email protected]>
19933+
19934+
S: Maintained
19935+
F: rust/kernel/alloc.rs
19936+
F: rust/kernel/alloc/
19937+
1993119938
RXRPC SOCKETS (AF_RXRPC)
1993219939
M: David Howells <[email protected]>
1993319940
M: Marc Dionne <[email protected]>

0 commit comments

Comments
 (0)