Skip to content

Commit 9ee7197

Browse files
Danilo Krummrichojeda
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] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 76db293 commit 9ee7197

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
@@ -20230,6 +20230,13 @@ F: scripts/*rust*
2023020230
F: tools/testing/selftests/rust/
2023120231
K: \b(?i:rust)\b
2023220232

20233+
RUST [ALLOC]
20234+
M: Danilo Krummrich <[email protected]>
20235+
20236+
S: Maintained
20237+
F: rust/kernel/alloc.rs
20238+
F: rust/kernel/alloc/
20239+
2023320240
RXRPC SOCKETS (AF_RXRPC)
2023420241
M: David Howells <[email protected]>
2023520242
M: Marc Dionne <[email protected]>

0 commit comments

Comments
 (0)