diff options
| author | Alexandre Courbot <acourbot@nvidia.com> | 2025-11-08 11:23:49 +0900 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2025-11-19 00:22:30 +0100 |
| commit | 1aaa5cfbd489e02d18973c7721a00613de544a63 (patch) | |
| tree | f2d1f3961be99d65985de93457536e34c3b84fd2 | |
| parent | 01e345e82ec3a5a7edeb9fa0dcb7fd4b0e5c534e (diff) | |
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 <acourbot@nvidia.com>
Acked-by: Yury Norov (NVIDIA) <yury.norov@gmail.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20251108-bounded_ints-v4-3-c9342ac7ebd1@nvidia.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
| -rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 545a4776795e..9a892c08edab 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 <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 |
