From 1aaa5cfbd489e02d18973c7721a00613de544a63 Mon Sep 17 00:00:00 2001 From: Alexandre Courbot Date: Sat, 8 Nov 2025 11:23:49 +0900 Subject: [PATCH] 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 Acked-by: Yury Norov (NVIDIA) Reviewed-by: Alice Ryhl Link: https://patch.msgid.link/20251108-bounded_ints-v4-3-c9342ac7ebd1@nvidia.com Signed-off-by: Miguel Ojeda --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 545a4776795e6..9a892c08edab1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22520,6 +22520,14 @@ T: git https://github.com/Rust-for-Linux/linux.git alloc-next F: rust/kernel/alloc.rs F: rust/kernel/alloc/ +RUST [NUM] +M: Alexandre Courbot +R: Yury Norov +L: rust-for-linux@vger.kernel.org +S: Maintained +F: rust/kernel/num.rs +F: rust/kernel/num/ + RUST [PIN-INIT] M: Benno Lossin L: rust-for-linux@vger.kernel.org -- 2.47.3