Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Alexandre Courbot and committed by
Miguel Ojeda
1aaa5cfb 01e345e8

+8
+8
MAINTAINERS
··· 22520 22520 F: rust/kernel/alloc.rs 22521 22521 F: rust/kernel/alloc/ 22522 22522 22523 + RUST [NUM] 22524 + M: Alexandre Courbot <acourbot@nvidia.com> 22525 + R: Yury Norov <yury.norov@gmail.com> 22526 + L: rust-for-linux@vger.kernel.org 22527 + S: Maintained 22528 + F: rust/kernel/num.rs 22529 + F: rust/kernel/num/ 22530 + 22523 22531 RUST [PIN-INIT] 22524 22532 M: Benno Lossin <lossin@kernel.org> 22525 22533 L: rust-for-linux@vger.kernel.org