All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]
@ 2024-03-25 17:23 Thomas Gleixner
  2024-03-25 20:36 ` Frederic Weisbecker
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Gleixner @ 2024-03-25 17:23 UTC (permalink / raw)
  To: LKML; +Cc: Anna-Maria Behnsen, Frederic Weisbecker, Ingo Molnar, John Stultz

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 <tglx@linutronix.de>
Cc: Anna-Maria Behnsen <anna-maria@linutronix.de>
Cc: Frederic Weisbecker <frederic@kernel.org>
---
 MAINTAINERS |   35 +++++++++++++++++++++++++++--------
 1 file changed, 27 insertions(+), 8 deletions(-)

--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9653,7 +9653,9 @@ L:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/hid/hid-logitech-hidpp.c
 
-HIGH-RESOLUTION TIMERS, CLOCKEVENTS
+HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
+M:	Anna-Maria Behnsen <anna-maria@linutronix.de>
+M:	Frederic Weisbecker <frederic@kernel.org>
 M:	Thomas Gleixner <tglx@linutronix.de>
 L:	linux-kernel@vger.kernel.org
 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:	linux-hams@vger.kernel.org
@@ -15627,9 +15633,10 @@ F:	drivers/misc/nsm.c
 F:	include/uapi/linux/nsm.h
 
 NOHZ, DYNTICKS SUPPORT
+M:	Anna-Maria Behnsen <anna-maria@linutronix.de>
 M:	Frederic Weisbecker <frederic@kernel.org>
-M:	Thomas Gleixner <tglx@linutronix.de>
 M:	Ingo Molnar <mingo@kernel.org>
+M:	Thomas Gleixner <tglx@linutronix.de>
 L:	linux-kernel@vger.kernel.org
 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 <anna-maria@linutronix.de>
+M:	Frederic Weisbecker <frederic@kernel.org>
 M:	Thomas Gleixner <tglx@linutronix.de>
 L:	linux-kernel@vger.kernel.org
 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]
  2024-03-25 17:23 [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs] Thomas Gleixner
@ 2024-03-25 20:36 ` Frederic Weisbecker
  2024-03-26  7:15 ` Anna-Maria Behnsen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Frederic Weisbecker @ 2024-03-25 20:36 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: LKML, Anna-Maria Behnsen, Ingo Molnar, John Stultz

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 <tglx@linutronix.de>
> Cc: Anna-Maria Behnsen <anna-maria@linutronix.de>
> Cc: Frederic Weisbecker <frederic@kernel.org>
> ---
>  MAINTAINERS |   35 +++++++++++++++++++++++++++--------
>  1 file changed, 27 insertions(+), 8 deletions(-)
> 
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9653,7 +9653,9 @@ L:	linux-input@vger.kernel.org
>  S:	Maintained
>  F:	drivers/hid/hid-logitech-hidpp.c
>  
> -HIGH-RESOLUTION TIMERS, CLOCKEVENTS
> +HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
> +M:	Anna-Maria Behnsen <anna-maria@linutronix.de>
> +M:	Frederic Weisbecker <frederic@kernel.org>

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 <frederic@kernel.org>

Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]
  2024-03-25 17:23 [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs] Thomas Gleixner
  2024-03-25 20:36 ` Frederic Weisbecker
@ 2024-03-26  7:15 ` Anna-Maria Behnsen
  2024-03-26  7:33 ` Ingo Molnar
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Anna-Maria Behnsen @ 2024-03-26  7:15 UTC (permalink / raw)
  To: Thomas Gleixner, LKML; +Cc: Frederic Weisbecker, Ingo Molnar, John Stultz

Thomas Gleixner <tglx@linutronix.de> 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 <anna-maria@linutronix.de>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]
  2024-03-25 17:23 [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs] Thomas Gleixner
  2024-03-25 20:36 ` Frederic Weisbecker
  2024-03-26  7:15 ` Anna-Maria Behnsen
@ 2024-03-26  7:33 ` Ingo Molnar
  2024-03-27 13:54 ` [tip: timers/urgent] " tip-bot2 for Thomas Gleixner
  2024-03-28 21:40 ` [patch 1/1] " John Stultz
  4 siblings, 0 replies; 6+ messages in thread
From: Ingo Molnar @ 2024-03-26  7:33 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: LKML, Anna-Maria Behnsen, Frederic Weisbecker, John Stultz


* Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de>
> Cc: Anna-Maria Behnsen <anna-maria@linutronix.de>
> Cc: Frederic Weisbecker <frederic@kernel.org>

These are much earned promotions. :-)

  Acked-by: Ingo Molnar <mingo@kernel.org>

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [tip: timers/urgent] MAINTAINERS: Add co-maintainers for time[rs]
  2024-03-25 17:23 [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs] Thomas Gleixner
                   ` (2 preceding siblings ...)
  2024-03-26  7:33 ` Ingo Molnar
@ 2024-03-27 13:54 ` tip-bot2 for Thomas Gleixner
  2024-03-28 21:40 ` [patch 1/1] " John Stultz
  4 siblings, 0 replies; 6+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2024-03-27 13:54 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Thomas Gleixner, Ingo Molnar, Anna-Maria Behnsen,
	Frederic Weisbecker, x86, linux-kernel

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 <tglx@linutronix.de>
AuthorDate:    Mon, 25 Mar 2024 18:23:17 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
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 <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20240325172048.548199937@linutronix.de
---
 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:	linux-input@vger.kernel.org
 S:	Maintained
 F:	drivers/hid/hid-logitech-hidpp.c
 
-HIGH-RESOLUTION TIMERS, CLOCKEVENTS
+HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
+M:	Anna-Maria Behnsen <anna-maria@linutronix.de>
+M:	Frederic Weisbecker <frederic@kernel.org>
 M:	Thomas Gleixner <tglx@linutronix.de>
 L:	linux-kernel@vger.kernel.org
 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:	linux-hams@vger.kernel.org
@@ -15627,9 +15633,10 @@ F:	drivers/misc/nsm.c
 F:	include/uapi/linux/nsm.h
 
 NOHZ, DYNTICKS SUPPORT
+M:	Anna-Maria Behnsen <anna-maria@linutronix.de>
 M:	Frederic Weisbecker <frederic@kernel.org>
-M:	Thomas Gleixner <tglx@linutronix.de>
 M:	Ingo Molnar <mingo@kernel.org>
+M:	Thomas Gleixner <tglx@linutronix.de>
 L:	linux-kernel@vger.kernel.org
 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 <anna-maria@linutronix.de>
+M:	Frederic Weisbecker <frederic@kernel.org>
 M:	Thomas Gleixner <tglx@linutronix.de>
 L:	linux-kernel@vger.kernel.org
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs]
  2024-03-25 17:23 [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs] Thomas Gleixner
                   ` (3 preceding siblings ...)
  2024-03-27 13:54 ` [tip: timers/urgent] " tip-bot2 for Thomas Gleixner
@ 2024-03-28 21:40 ` John Stultz
  4 siblings, 0 replies; 6+ messages in thread
From: John Stultz @ 2024-03-28 21:40 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: LKML, Anna-Maria Behnsen, Frederic Weisbecker, Ingo Molnar

On Mon, Mar 25, 2024 at 10:23 AM Thomas Gleixner <tglx@linutronix.de> 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 <tglx@linutronix.de>
> Cc: Anna-Maria Behnsen <anna-maria@linutronix.de>
> Cc: Frederic Weisbecker <frederic@kernel.org>

Sounds great!

Acked-by: John Stultz <jstultz@google.com>

thanks
-john

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-28 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-25 17:23 [patch 1/1] MAINTAINERS: Add co-maintainers for time[rs] Thomas Gleixner
2024-03-25 20:36 ` Frederic Weisbecker
2024-03-26  7:15 ` Anna-Maria Behnsen
2024-03-26  7:33 ` Ingo Molnar
2024-03-27 13:54 ` [tip: timers/urgent] " tip-bot2 for Thomas Gleixner
2024-03-28 21:40 ` [patch 1/1] " John Stultz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.