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

Alexandre Courbot posted 4 patches 1 month, 1 week ago
[PATCH v4 3/4] MAINTAINERS: add entry for the Rust `num` module
Posted by Alexandre Courbot 1 month, 1 week 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
Re: [PATCH v4 3/4] MAINTAINERS: add entry for the Rust `num` module
Posted by Miguel Ojeda 1 month ago
On Sat, Nov 8, 2025 at 3:24 AM Alexandre Courbot <acourbot@nvidia.com> wrote:
>
> +R:     Yury Norov <yury.norov@gmail.com>

Yury didn't Ack'd this, but I will assume it is OK since he mentioned so in v1.

Cheers,
Miguel
Re: [PATCH v4 3/4] MAINTAINERS: add entry for the Rust `num` module
Posted by Yury Norov 1 month ago
On Mon, Nov 17, 2025 at 08:11:27AM +0100, Miguel Ojeda wrote:
> On Sat, Nov 8, 2025 at 3:24 AM Alexandre Courbot <acourbot@nvidia.com> wrote:
> >
> > +R:     Yury Norov <yury.norov@gmail.com>
> 
> Yury didn't Ack'd this, but I will assume it is OK since he mentioned so in v1.

Acked-by: Yury Norov (NVIDIA) <yury.norov@gmail.com>