Re: [PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API
From: Boqun Feng
Date: Thu Mar 20 2025 - 15:06:48 EST
Hi Tomo,
On Thu, Feb 20, 2025 at 04:06:08PM +0900, FUJITA Tomonori wrote:
> Add new sections for DELAY/SLEEP and TIMEKEEPING abstractions
> respectively. It was possible to include both abstractions in a single
> section, but following precedent, two sections were created to
> correspond with the entries for the C language APIs.
>
Could you add me as a reviewer in these entries?
Thanks!
Regards,
Boqun
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx>
> ---
> MAINTAINERS | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c8d9e8187eb0..775ea845f011 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10355,6 +10355,13 @@ F: kernel/time/timer_list.c
> F: kernel/time/timer_migration.*
> F: tools/testing/selftests/timers/
>
> +DELAY AND SLEEP API [RUST]
> +M: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx>
+R:Boqun Feng <boqun.feng@xxxxxxxxx>
> +L: rust-for-linux@xxxxxxxxxxxxxxx
> +L: linux-kernel@xxxxxxxxxxxxxxx
> +S: Maintained
> +F: rust/kernel/time/delay.rs
> +
> HIGH-SPEED SCC DRIVER FOR AX.25
> L: linux-hams@xxxxxxxxxxxxxxx
> S: Orphan
> @@ -23854,6 +23861,13 @@ F: kernel/time/timekeeping*
> F: kernel/time/time_test.c
> F: tools/testing/selftests/timers/
>
> +TIMEKEEPING API [RUST]
> +M: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx>
+R:Boqun Feng <boqun.feng@xxxxxxxxx>
> +L: rust-for-linux@xxxxxxxxxxxxxxx
> +L: linux-kernel@xxxxxxxxxxxxxxx
> +S: Maintained
> +F: rust/kernel/time.rs
> +
> TIPC NETWORK LAYER
> M: Jon Maloy <jmaloy@xxxxxxxxxx>
> L: netdev@xxxxxxxxxxxxxxx (core kernel code)
> --
> 2.43.0
>
>