[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z7M8IDI_caXqBvMp@localhost.localdomain>
Date: Mon, 17 Feb 2025 14:39:44 +0100
From: Frederic Weisbecker <frederic@...nel.org>
To: FUJITA Tomonori <fujita.tomonori@...il.com>
Cc: anna-maria@...utronix.de, tglx@...utronix.de, jstultz@...gle.com,
sboyd@...nel.org, 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, arnd@...db.de,
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
Subject: Re: [PATCH v10 6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER
abstractions
Le Mon, Feb 17, 2025 at 09:10:08AM +0900, FUJITA Tomonori a écrit :
> On Fri, 7 Feb 2025 22:26:21 +0900
> FUJITA Tomonori <fujita.tomonori@...il.com> wrote:
>
> > Add Rust TIMEKEEPING and TIMER abstractions to the maintainers entry
> > respectively.
> >
> > Signed-off-by: FUJITA Tomonori <fujita.tomonori@...il.com>
> > ---
> > MAINTAINERS | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index c8d9e8187eb0..987a25550853 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10353,6 +10353,7 @@ F: kernel/time/sleep_timeout.c
> > F: kernel/time/timer.c
> > F: kernel/time/timer_list.c
> > F: kernel/time/timer_migration.*
> > +F: rust/kernel/time/delay.rs
> > F: tools/testing/selftests/timers/
> >
> > HIGH-SPEED SCC DRIVER FOR AX.25
> > @@ -23852,6 +23853,7 @@ F: kernel/time/timeconv.c
> > F: kernel/time/timecounter.c
> > F: kernel/time/timekeeping*
> > F: kernel/time/time_test.c
> > +F: rust/kernel/time.rs
> > F: tools/testing/selftests/timers/
>
> TIMERS and TIMEKEEPING maintainers,
>
> You would prefer to add rust files to a separate entry for Rust? Or
> you prefer a different option?
It's probably a better idea to keep those rust entries to their own sections.
This code will be better handled into your more capable hands.
Thanks.
Powered by blists - more mailing lists