diff mbox series

[v12,5/5] MAINTAINERS: rust: Add a new section for all of the time stuff

Message ID 20250406013445.124688-6-fujita.tomonori@gmail.com (mailing list archive)
State Not Applicable
Headers show
Series rust: Add IO polling | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

FUJITA Tomonori April 6, 2025, 1:34 a.m. UTC
Add a new section for all of the time stuff to MAINTAINERS file, with
the existing hrtimer entry fold.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
---
 MAINTAINERS | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comments

Boqun Feng April 6, 2025, 1:44 a.m. UTC | #1
On Sun, Apr 06, 2025 at 10:34:45AM +0900, FUJITA Tomonori wrote:
> Add a new section for all of the time stuff to MAINTAINERS file, with
> the existing hrtimer entry fold.
> 
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>

Reviewed-by: Boqun Feng <boqun.feng@gmail.com>

> ---
>  MAINTAINERS | 11 +++++++----
>  1 file changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d32ce85c5c66..fafb79c42ac3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10581,20 +10581,23 @@ F:	kernel/time/timer_list.c
>  F:	kernel/time/timer_migration.*
>  F:	tools/testing/selftests/timers/
>  
> -HIGH-RESOLUTION TIMERS [RUST]
> +DELAY, SLEEP, TIMEKEEPING, TIMERS [RUST]
>  M:	Andreas Hindborg <a.hindborg@kernel.org>
>  R:	Boqun Feng <boqun.feng@gmail.com>
> +R:	FUJITA Tomonori <fujita.tomonori@gmail.com>
>  R:	Frederic Weisbecker <frederic@kernel.org>
>  R:	Lyude Paul <lyude@redhat.com>
>  R:	Thomas Gleixner <tglx@linutronix.de>
>  R:	Anna-Maria Behnsen <anna-maria@linutronix.de>
> +R:	John Stultz <jstultz@google.com>
> +R:	Stephen Boyd <sboyd@kernel.org>
>  L:	rust-for-linux@vger.kernel.org
>  S:	Supported
>  W:	https://rust-for-linux.com
>  B:	https://github.com/Rust-for-Linux/linux/issues
> -T:	git https://github.com/Rust-for-Linux/linux.git hrtimer-next
> -F:	rust/kernel/time/hrtimer.rs
> -F:	rust/kernel/time/hrtimer/
> +T:	git https://github.com/Rust-for-Linux/linux.git rust-timekeeping-next

@Andreas, this branch is currently missing, right?

Regards,
Boqun

> +F:	rust/kernel/time/
> +F:	rust/kernel/time/time.rs
>  
>  HIGH-SPEED SCC DRIVER FOR AX.25
>  L:	linux-hams@vger.kernel.org
> -- 
> 2.43.0
> 
>
Andreas Hindborg April 6, 2025, 9:31 a.m. UTC | #2
Boqun Feng <boqun.feng@gmail.com> writes:

> On Sun, Apr 06, 2025 at 10:34:45AM +0900, FUJITA Tomonori wrote:
>> Add a new section for all of the time stuff to MAINTAINERS file, with
>> the existing hrtimer entry fold.
>> 
>> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
>
> Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
>
>> ---
>>  MAINTAINERS | 11 +++++++----
>>  1 file changed, 7 insertions(+), 4 deletions(-)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index d32ce85c5c66..fafb79c42ac3 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10581,20 +10581,23 @@ F:	kernel/time/timer_list.c
>>  F:	kernel/time/timer_migration.*
>>  F:	tools/testing/selftests/timers/
>>  
>> -HIGH-RESOLUTION TIMERS [RUST]
>> +DELAY, SLEEP, TIMEKEEPING, TIMERS [RUST]
>>  M:	Andreas Hindborg <a.hindborg@kernel.org>
>>  R:	Boqun Feng <boqun.feng@gmail.com>
>> +R:	FUJITA Tomonori <fujita.tomonori@gmail.com>
>>  R:	Frederic Weisbecker <frederic@kernel.org>
>>  R:	Lyude Paul <lyude@redhat.com>
>>  R:	Thomas Gleixner <tglx@linutronix.de>
>>  R:	Anna-Maria Behnsen <anna-maria@linutronix.de>
>> +R:	John Stultz <jstultz@google.com>
>> +R:	Stephen Boyd <sboyd@kernel.org>
>>  L:	rust-for-linux@vger.kernel.org
>>  S:	Supported
>>  W:	https://rust-for-linux.com
>>  B:	https://github.com/Rust-for-Linux/linux/issues
>> -T:	git https://github.com/Rust-for-Linux/linux.git hrtimer-next
>> -F:	rust/kernel/time/hrtimer.rs
>> -F:	rust/kernel/time/hrtimer/
>> +T:	git https://github.com/Rust-for-Linux/linux.git rust-timekeeping-next
>
> @Andreas, this branch is currently missing, right?

Yes, I'll ping Miguel to set it up when we are ready to go with this.


Best regards,
Andreas Hindborg
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index d32ce85c5c66..fafb79c42ac3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10581,20 +10581,23 @@  F:	kernel/time/timer_list.c
 F:	kernel/time/timer_migration.*
 F:	tools/testing/selftests/timers/
 
-HIGH-RESOLUTION TIMERS [RUST]
+DELAY, SLEEP, TIMEKEEPING, TIMERS [RUST]
 M:	Andreas Hindborg <a.hindborg@kernel.org>
 R:	Boqun Feng <boqun.feng@gmail.com>
+R:	FUJITA Tomonori <fujita.tomonori@gmail.com>
 R:	Frederic Weisbecker <frederic@kernel.org>
 R:	Lyude Paul <lyude@redhat.com>
 R:	Thomas Gleixner <tglx@linutronix.de>
 R:	Anna-Maria Behnsen <anna-maria@linutronix.de>
+R:	John Stultz <jstultz@google.com>
+R:	Stephen Boyd <sboyd@kernel.org>
 L:	rust-for-linux@vger.kernel.org
 S:	Supported
 W:	https://rust-for-linux.com
 B:	https://github.com/Rust-for-Linux/linux/issues
-T:	git https://github.com/Rust-for-Linux/linux.git hrtimer-next
-F:	rust/kernel/time/hrtimer.rs
-F:	rust/kernel/time/hrtimer/
+T:	git https://github.com/Rust-for-Linux/linux.git rust-timekeeping-next
+F:	rust/kernel/time/
+F:	rust/kernel/time/time.rs
 
 HIGH-SPEED SCC DRIVER FOR AX.25
 L:	linux-hams@vger.kernel.org