From: Alexandre Courbot Date: Sat, 8 Nov 2025 02:23:49 +0000 (+0900) Subject: MAINTAINERS: add entry for the Rust `num` module X-Git-Tag: v6.19-rc1~175^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aaa5cfbd489e02d18973c7721a00613de544a63;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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