[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250322.110703.1794086613370193338.fujita.tomonori@gmail.com>
Date: Sat, 22 Mar 2025 11:07:03 +0900 (JST)
From: FUJITA Tomonori <fujita.tomonori@...il.com>
To: boqun.feng@...il.com
Cc: tglx@...utronix.de, a.hindborg@...nel.org, fujita.tomonori@...il.com,
linux-kernel@...r.kernel.org, rust-for-linux@...r.kernel.org,
netdev@...r.kernel.org, andrew@...n.ch, hkallweit1@...il.com,
tmgross@...ch.edu, ojeda@...nel.org, alex.gaynor@...il.com,
gary@...yguo.net, bjorn3_gh@...tonmail.com, benno.lossin@...ton.me,
a.hindborg@...sung.com, aliceryhl@...gle.com, anna-maria@...utronix.de,
frederic@...nel.org, arnd@...db.de, jstultz@...gle.com, sboyd@...nel.org,
mingo@...hat.com, peterz@...radead.org, juri.lelli@...hat.com,
vincent.guittot@...aro.org, dietmar.eggemann@....com, rostedt@...dmis.org,
bsegall@...gle.com, mgorman@...e.de, vschneid@...hat.com,
tgunders@...hat.com, me@...enk.dev, david.laight.linux@...il.com
Subject: Re: [PATCH v11 6/8] MAINTAINERS: rust: Add new sections for
DELAY/SLEEP and TIMEKEEPING API
Thank you all!
On Fri, 21 Mar 2025 14:00:52 -0700
Boqun Feng <boqun.feng@...il.com> 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@gmail.com/
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@...il.com>
+R: Boqun Feng <boqun.feng@...il.com>
+R: Andreas Hindborg <a.hindborg@...nel.org>
+R: Anna-Maria Behnsen <anna-maria@...utronix.de>
+R: Frederic Weisbecker <frederic@...nel.org>
+R: Thomas Gleixner <tglx@...utronix.de>
+L: rust-for-linux@...r.kernel.org
+L: linux-kernel@...r.kernel.org
+S: Maintained
+F: rust/kernel/time/delay.rs
+
HIGH-SPEED SCC DRIVER FOR AX.25
L: linux-hams@...r.kernel.org
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@...il.com>
+R: Boqun Feng <boqun.feng@...il.com>
+R: Andreas Hindborg <a.hindborg@...nel.org>
+R: John Stultz <jstultz@...gle.com>
+R: Thomas Gleixner <tglx@...utronix.de>
+L: rust-for-linux@...r.kernel.org
+L: linux-kernel@...r.kernel.org
+S: Maintained
+F: rust/kernel/time.rs
+
TIPC NETWORK LAYER
M: Jon Maloy <jmaloy@...hat.com>
L: netdev@...r.kernel.org (core kernel code)
Powered by blists - more mailing lists