Re: [PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API

From: FUJITA Tomonori
Date: Fri Mar 21 2025 - 22:07:37 EST


Thank you all!

On Fri, 21 Mar 2025 14:00:52 -0700
Boqun Feng <boqun.feng@xxxxxxxxx> wrote:

> On Fri, Mar 21, 2025 at 09:38:46PM +0100, Thomas Gleixner wrote:
>> On Fri, Mar 21 2025 at 20:18, Andreas Hindborg wrote:
>> >> Could you add me as a reviewer in these entries?
>> >>
>> >
>> > I would like to be added as well.
>>
>> Please add the relevant core code maintainers (Anna-Maria, Frederic,
>> John Stultz and myself) as well to the reviewers list, so that this does
>> not end up with changes going in opposite directions.
>>
>
> Make sense, I assume you want this to go via rust then (althought we
> would like it to go via your tree if possible ;-))?

Once the following review regarding fsleep() is complete, I will submit
patches #2 through #6 as v12 for rust-next:

https://lore.kernel.org/linux-kernel/20250322.102449.895174336060649075.fujita.tomonori@xxxxxxxxx/

The updated MAINTAINERS file will look like the following.

diff --git a/MAINTAINERS b/MAINTAINERS
index cbf84690c495..858e0b34422f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10370,6 +10370,18 @@ 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>
+R: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
+R: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
+R: Frederic Weisbecker <frederic@xxxxxxxxxx>
+R: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
+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
@@ -23944,6 +23956,17 @@ 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>
+R: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
+R: John Stultz <jstultz@xxxxxxxxxx>
+R: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
+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)