Skip to content

Commit

Permalink
MAINTAINERS: add entry for the Rust alloc module
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
Danilo Krummrich authored and fbq committed Aug 27, 2024
1 parent 5968a03 commit 47e2ca4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -19928,6 +19928,13 @@ F: scripts/*rust*
F: tools/testing/selftests/rust/
K: \b(?i:rust)\b

RUST [ALLOC]
M: Danilo Krummrich <[email protected]>
L: [email protected]
S: Maintained
F: rust/kernel/alloc.rs
F: rust/kernel/alloc/

RXRPC SOCKETS (AF_RXRPC)
M: David Howells <[email protected]>
M: Marc Dionne <[email protected]>
Expand Down

0 comments on commit 47e2ca4

Please sign in to comment.