[PATCH v3 3/4] MAINTAINERS: add entry for the Rust `num` module

From: Alexandre Courbot

Date: Thu Nov 06 2025 - 02:08:14 EST


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@xxxxxxxxxx>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 952aed4619c2..b6294a2903c1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22521,6 +22521,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 <acourbot@xxxxxxxxxx>
+R: Yury Norov <yury.norov@xxxxxxxxx>
+L: rust-for-linux@xxxxxxxxxxxxxxx
+S: Maintained
+F: rust/kernel/num.rs
+F: rust/kernel/num/
+
RUST [PIN-INIT]
M: Benno Lossin <lossin@xxxxxxxxxx>
L: rust-for-linux@xxxxxxxxxxxxxxx

--
2.51.2