2024-03-25 18:02:49

by Thomas Gleixner

[permalink] [raw]
Subject: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]

Anna-Maria and Frederic are working in this area for years. Volunteer them
into co-maintainer roles.

While at it bring the file lists up to date.

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Anna-Maria Behnsen <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
---
MAINTAINERS | 35 +++++++++++++++++++++++++++--------
1 file changed, 27 insertions(+), 8 deletions(-)

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9653,7 +9653,9 @@ L: [email protected]
S: Maintained
F: drivers/hid/hid-logitech-hidpp.c

-HIGH-RESOLUTION TIMERS, CLOCKEVENTS
+HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
+M: Anna-Maria Behnsen <[email protected]>
+M: Frederic Weisbecker <[email protected]>
M: Thomas Gleixner <[email protected]>
L: [email protected]
S: Maintained
@@ -9661,9 +9663,13 @@ T: git git://git.kernel.org/pub/scm/linu
F: Documentation/timers/
F: include/linux/clockchips.h
F: include/linux/hrtimer.h
+F: include/linux/timer.h
F: kernel/time/clockevents.c
F: kernel/time/hrtimer.c
-F: kernel/time/timer_*.c
+F: kernel/time/timer.c
+F: kernel/time/timer_list.c
+F: kernel/time/timer_migration.*
+F: tools/testing/selftests/timers/

HIGH-SPEED SCC DRIVER FOR AX.25
L: [email protected]
@@ -15627,9 +15633,10 @@ F: drivers/misc/nsm.c
F: include/uapi/linux/nsm.h

NOHZ, DYNTICKS SUPPORT
+M: Anna-Maria Behnsen <[email protected]>
M: Frederic Weisbecker <[email protected]>
-M: Thomas Gleixner <[email protected]>
M: Ingo Molnar <[email protected]>
+M: Thomas Gleixner <[email protected]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
@@ -17590,15 +17597,20 @@ F: drivers/pnp/
F: include/linux/pnp.h

POSIX CLOCKS and TIMERS
+M: Anna-Maria Behnsen <[email protected]>
+M: Frederic Weisbecker <[email protected]>
M: Thomas Gleixner <[email protected]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
F: fs/timerfd.c
F: include/linux/time_namespace.h
-F: include/linux/timer*
+F: include/linux/timerfd.h
+F: include/uapi/linux/time.h
+F: include/uapi/linux/timerfd.h
F: include/trace/events/timer*
-F: kernel/time/*timer*
+F: kernel/time/itimer.c
+F: kernel/time/posix-*
F: kernel/time/namespace.c

POWER MANAGEMENT CORE
@@ -22268,13 +22280,20 @@ S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
F: include/linux/clocksource.h
F: include/linux/time.h
+F: include/linux/timekeeper_internal.h
+F: include/linux/timekeeping.h
F: include/linux/timex.h
F: include/uapi/linux/time.h
F: include/uapi/linux/timex.h
F: kernel/time/alarmtimer.c
-F: kernel/time/clocksource.c
-F: kernel/time/ntp.c
-F: kernel/time/time*.c
+F: kernel/time/clocksource*
+F: kernel/time/ntp*
+F: kernel/time/time.c
+F: kernel/time/timeconst.bc
+F: kernel/time/timeconv.c
+F: kernel/time/timecounter.c
+F: kernel/time/timekeeping*
+F: kernel/time/time_test.c
F: tools/testing/selftests/timers/

TIPC NETWORK LAYER



2024-03-25 20:36:56

by Frederic Weisbecker

[permalink] [raw]
Subject: Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]

Le Mon, Mar 25, 2024 at 06:23:17PM +0100, Thomas Gleixner a ?crit :
> Anna-Maria and Frederic are working in this area for years. Volunteer them
> into co-maintainer roles.
>
> While at it bring the file lists up to date.
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Anna-Maria Behnsen <[email protected]>
> Cc: Frederic Weisbecker <[email protected]>
> ---
> MAINTAINERS | 35 +++++++++++++++++++++++++++--------
> 1 file changed, 27 insertions(+), 8 deletions(-)
>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9653,7 +9653,9 @@ L: [email protected]
> S: Maintained
> F: drivers/hid/hid-logitech-hidpp.c
>
> -HIGH-RESOLUTION TIMERS, CLOCKEVENTS
> +HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
> +M: Anna-Maria Behnsen <[email protected]>
> +M: Frederic Weisbecker <[email protected]>

As someone who has to set up 5 distincts timers to guarantee I'll eventually
wake up in the morning, I consider that is quite an achievement!

Acked-by: Frederic Weisbecker <[email protected]>

Thanks!

2024-03-26 07:15:29

by Anna-Maria Behnsen

[permalink] [raw]
Subject: Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]

Thomas Gleixner <[email protected]> writes:

> Anna-Maria and Frederic are working in this area for years. Volunteer them
> into co-maintainer roles.
>
> While at it bring the file lists up to date.
>

Thanks a lot for the trust!

Acked-by: Anna-Maria Behnsen <[email protected]>

2024-03-26 07:33:47

by Ingo Molnar

[permalink] [raw]
Subject: Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]


* Thomas Gleixner <[email protected]> wrote:

> Anna-Maria and Frederic are working in this area for years. Volunteer them
> into co-maintainer roles.
>
> While at it bring the file lists up to date.
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Anna-Maria Behnsen <[email protected]>
> Cc: Frederic Weisbecker <[email protected]>

These are much earned promotions. :-)

Acked-by: Ingo Molnar <[email protected]>

Thanks,

Ingo

2024-03-27 14:56:16

by tip-bot2 for Tony Luck

[permalink] [raw]
Subject: [tip: timers/urgent] MAINTAINERS: Add co-maintainers for time[rs]

The following commit has been merged into the timers/urgent branch of tip:

Commit-ID: 1fed2f1ea62aa79e8c1df79b26e5bf5c8cf45065
Gitweb: https://git.kernel.org/tip/1fed2f1ea62aa79e8c1df79b26e5bf5c8cf45065
Author: Thomas Gleixner <[email protected]>
AuthorDate: Mon, 25 Mar 2024 18:23:17 +01:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Wed, 27 Mar 2024 14:48:11 +01:00

MAINTAINERS: Add co-maintainers for time[rs]

Anna-Maria and Frederic are working in this area for years. Volunteer them
into co-maintainer roles.

While at it bring the file lists up to date.

Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Acked-by: Anna-Maria Behnsen <[email protected]>
Acked-by: Frederic Weisbecker <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
MAINTAINERS | 35 +++++++++++++++++++++++++++--------
1 file changed, 27 insertions(+), 8 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aa3b947..c8c4a70 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9653,7 +9653,9 @@ L: [email protected]
S: Maintained
F: drivers/hid/hid-logitech-hidpp.c

-HIGH-RESOLUTION TIMERS, CLOCKEVENTS
+HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
+M: Anna-Maria Behnsen <[email protected]>
+M: Frederic Weisbecker <[email protected]>
M: Thomas Gleixner <[email protected]>
L: [email protected]
S: Maintained
@@ -9661,9 +9663,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
F: Documentation/timers/
F: include/linux/clockchips.h
F: include/linux/hrtimer.h
+F: include/linux/timer.h
F: kernel/time/clockevents.c
F: kernel/time/hrtimer.c
-F: kernel/time/timer_*.c
+F: kernel/time/timer.c
+F: kernel/time/timer_list.c
+F: kernel/time/timer_migration.*
+F: tools/testing/selftests/timers/

HIGH-SPEED SCC DRIVER FOR AX.25
L: [email protected]
@@ -15627,9 +15633,10 @@ F: drivers/misc/nsm.c
F: include/uapi/linux/nsm.h

NOHZ, DYNTICKS SUPPORT
+M: Anna-Maria Behnsen <[email protected]>
M: Frederic Weisbecker <[email protected]>
-M: Thomas Gleixner <[email protected]>
M: Ingo Molnar <[email protected]>
+M: Thomas Gleixner <[email protected]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
@@ -17590,15 +17597,20 @@ F: drivers/pnp/
F: include/linux/pnp.h

POSIX CLOCKS and TIMERS
+M: Anna-Maria Behnsen <[email protected]>
+M: Frederic Weisbecker <[email protected]>
M: Thomas Gleixner <[email protected]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
F: fs/timerfd.c
F: include/linux/time_namespace.h
-F: include/linux/timer*
+F: include/linux/timerfd.h
+F: include/uapi/linux/time.h
+F: include/uapi/linux/timerfd.h
F: include/trace/events/timer*
-F: kernel/time/*timer*
+F: kernel/time/itimer.c
+F: kernel/time/posix-*
F: kernel/time/namespace.c

POWER MANAGEMENT CORE
@@ -22254,13 +22266,20 @@ S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
F: include/linux/clocksource.h
F: include/linux/time.h
+F: include/linux/timekeeper_internal.h
+F: include/linux/timekeeping.h
F: include/linux/timex.h
F: include/uapi/linux/time.h
F: include/uapi/linux/timex.h
F: kernel/time/alarmtimer.c
-F: kernel/time/clocksource.c
-F: kernel/time/ntp.c
-F: kernel/time/time*.c
+F: kernel/time/clocksource*
+F: kernel/time/ntp*
+F: kernel/time/time.c
+F: kernel/time/timeconst.bc
+F: kernel/time/timeconv.c
+F: kernel/time/timecounter.c
+F: kernel/time/timekeeping*
+F: kernel/time/time_test.c
F: tools/testing/selftests/timers/

TIPC NETWORK LAYER

2024-03-28 21:40:22

by John Stultz

[permalink] [raw]
Subject: Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]

On Mon, Mar 25, 2024 at 10:23 AM Thomas Gleixner <[email protected]> wrote:
>
> Anna-Maria and Frederic are working in this area for years. Volunteer them
> into co-maintainer roles.
>
> While at it bring the file lists up to date.
>
> Signed-off-by: Thomas Gleixner <[email protected]>
> Cc: Anna-Maria Behnsen <[email protected]>
> Cc: Frederic Weisbecker <[email protected]>

Sounds great!

Acked-by: John Stultz <[email protected]>

thanks
-john