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 <acourbot@nvidia.com> Acked-by: Yury Norov (NVIDIA) <yury.norov@gmail.com> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Link: https://patch.msgid.link/20251108-bounded_ints-v4-3-c9342ac7ebd1@nvidia.com Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
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 <acourbot@nvidia.com>
22525+
R: Yury Norov <yury.norov@gmail.com>
22526+
L: rust-for-linux@vger.kernel.org
22527+
S: Maintained
22528+
F: rust/kernel/num.rs
22529+
F: rust/kernel/num/
22530+
2252322531
RUST [PIN-INIT]
2252422532
M: Benno Lossin <lossin@kernel.org>
2252522533
L: rust-for-linux@vger.kernel.org

0 commit comments

Comments
 (0)