diff mbox series

[v10,6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions

Message ID 20250207132623.168854-7-fujita.tomonori@gmail.com (mailing list archive)
State Superseded
Headers show
Series rust: Add IO polling | expand

Checks

Context Check Description
netdev/series_format success Posting correctly formatted
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers warning 1 maintainers not CCed: boqun.feng@gmail.com
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 14 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0

Commit Message

FUJITA Tomonori Feb. 7, 2025, 1:26 p.m. UTC
Add Rust TIMEKEEPING and TIMER abstractions to the maintainers entry
respectively.

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

Comments

FUJITA Tomonori Feb. 17, 2025, 12:10 a.m. UTC | #1
On Fri,  7 Feb 2025 22:26:21 +0900
FUJITA Tomonori <fujita.tomonori@gmail.com> wrote:

> Add Rust TIMEKEEPING and TIMER abstractions to the maintainers entry
> respectively.
> 
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.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?
Frederic Weisbecker Feb. 17, 2025, 1:39 p.m. UTC | #2
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@gmail.com> wrote:
> 
> > Add Rust TIMEKEEPING and TIMER abstractions to the maintainers entry
> > respectively.
> > 
> > Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.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.
FUJITA Tomonori Feb. 19, 2025, 6:26 a.m. UTC | #3
On Mon, 17 Feb 2025 14:39:44 +0100
Frederic Weisbecker <frederic@kernel.org> wrote:

>> > 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.

Got it. I'll create new sections for Rust's TIMERS and TIMEKEEPING.

Thanks!
diff mbox series

Patch

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/
 
 TIPC NETWORK LAYER