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

Alexandre Courbot posted 4 patches 3 months ago
There is a newer version of this series
[PATCH v3 3/4] MAINTAINERS: add entry for the Rust `num` module
Posted by Alexandre Courbot 3 months ago
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>
---
 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@nvidia.com>
+R:	Yury Norov <yury.norov@gmail.com>
+L:	rust-for-linux@vger.kernel.org
+S:	Maintained
+F:	rust/kernel/num.rs
+F:	rust/kernel/num/
+
 RUST [PIN-INIT]
 M:	Benno Lossin <lossin@kernel.org>
 L:	rust-for-linux@vger.kernel.org

-- 
2.51.2