Skip to content

Commit 1aaa5cf

Browse files
Gnurouojeda
authored andcommitted
MAINTAINERS: add entry for the Rust num module
This new module provides numerical features useful for the kernel, such as the `Integer` trait and the `Bounded` integer wrapper. Signed-off-by: Alexandre Courbot <[email protected]> Acked-by: Yury Norov (NVIDIA) <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 01e345e commit 1aaa5cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MAINTAINERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22520,6 +22520,14 @@ T: git https://github.com/Rust-for-Linux/linux.git alloc-next
2252022520
F: rust/kernel/alloc.rs
2252122521
F: rust/kernel/alloc/
2252222522

22523+
RUST [NUM]
22524+
M: Alexandre Courbot <[email protected]>
22525+
R: Yury Norov <[email protected]>
22526+
22527+
S: Maintained
22528+
F: rust/kernel/num.rs
22529+
F: rust/kernel/num/
22530+
2252322531
RUST [PIN-INIT]
2252422532
M: Benno Lossin <[email protected]>
2252522533

0 commit comments

Comments
 (0)