* [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer
@ 2015-03-12 16:56 John Stultz
2015-03-12 18:02 ` Stephen Boyd
2015-03-12 19:24 ` Daniel Thompson
0 siblings, 2 replies; 3+ messages in thread
From: John Stultz @ 2015-03-12 16:56 UTC (permalink / raw)
To: lkml
Cc: John Stultz, Stephen Boyd, Daniel Thompson, Thomas Gleixner,
Ingo Molnar, Peter Zijlstra
While I've been interested in the generic sched_clock work since
it uses the clocksource infrastructure, Stephen has really done
all the heavy lifting so far.
So while I've been queuing and pushing changes through Thomas/Ingo,
I'm not sure I have the bandwidth to do it justice. So it probably
would be best in the future if Stephen pushed the changes himself
to Thomas/Ingo to the -tip tree.
Thus this patch marks Stephen explicitly as the maintainer, and
leaves me and Daniel (due to his recent interest) as reviewers.
I've still got some recent changes from Daniel queued for 4.1,
which I'll send along to Ingo/Thomas soon. But I was hoping
to add this to the end of that queue.
Let me know if anyone has any objections or suggestions for
other reviewers.
PeterZ: I'd add you but I'm not sure if you care much about
the generic stuff.
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index ddc5a8c..4280e36 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4300,6 +4300,13 @@ L: kvm@vger.kernel.org
S: Supported
F: drivers/uio/uio_pci_generic.c
+GENERIC SCHED_CLOCK FRAMEWORK
+M: Stephen Boyd <sboyd@codeaurora.org>
+R: Daniel Thompson <daniel.thompson@linaro.org>
+R: John Stultz <john.stultz@linaro.org>
+S: Maintained
+F: kernel/time/sched_clock.c
+
GET_MAINTAINER SCRIPT
M: Joe Perches <joe@perches.com>
S: Maintained
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer
2015-03-12 16:56 [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer John Stultz
@ 2015-03-12 18:02 ` Stephen Boyd
2015-03-12 19:24 ` Daniel Thompson
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2015-03-12 18:02 UTC (permalink / raw)
To: John Stultz, lkml
Cc: Daniel Thompson, Thomas Gleixner, Ingo Molnar, Peter Zijlstra
On 03/12/15 09:56, John Stultz wrote:
> While I've been interested in the generic sched_clock work since
> it uses the clocksource infrastructure, Stephen has really done
> all the heavy lifting so far.
>
> So while I've been queuing and pushing changes through Thomas/Ingo,
> I'm not sure I have the bandwidth to do it justice. So it probably
> would be best in the future if Stephen pushed the changes himself
> to Thomas/Ingo to the -tip tree.
>
> Thus this patch marks Stephen explicitly as the maintainer, and
> leaves me and Daniel (due to his recent interest) as reviewers.
>
> I've still got some recent changes from Daniel queued for 4.1,
> which I'll send along to Ingo/Thomas soon. But I was hoping
> to add this to the end of that queue.
>
> Let me know if anyone has any objections or suggestions for
> other reviewers.
>
> PeterZ: I'd add you but I'm not sure if you care much about
> the generic stuff.
>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Daniel Thompson <daniel.thompson@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Signed-off-by: John Stultz <john.stultz@linaro.org>
> ---
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer
2015-03-12 16:56 [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer John Stultz
2015-03-12 18:02 ` Stephen Boyd
@ 2015-03-12 19:24 ` Daniel Thompson
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Thompson @ 2015-03-12 19:24 UTC (permalink / raw)
To: John Stultz
Cc: lkml, Stephen Boyd, Thomas Gleixner, Ingo Molnar, Peter Zijlstra
On Thu, 2015-03-12 at 09:56 -0700, John Stultz wrote:
> While I've been interested in the generic sched_clock work since
> it uses the clocksource infrastructure, Stephen has really done
> all the heavy lifting so far.
>
> So while I've been queuing and pushing changes through Thomas/Ingo,
> I'm not sure I have the bandwidth to do it justice. So it probably
> would be best in the future if Stephen pushed the changes himself
> to Thomas/Ingo to the -tip tree.
>
> Thus this patch marks Stephen explicitly as the maintainer, and
> leaves me and Daniel (due to his recent interest) as reviewers.
>
> I've still got some recent changes from Daniel queued for 4.1,
> which I'll send along to Ingo/Thomas soon. But I was hoping
> to add this to the end of that queue.
>
> Let me know if anyone has any objections or suggestions for
> other reviewers.
>
> PeterZ: I'd add you but I'm not sure if you care much about
> the generic stuff.
>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Daniel Thompson <daniel.thompson@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@kernel.org>
> Cc: Peter Zijlstra <peterz@infradead.org>
> Signed-off-by: John Stultz <john.stultz@linaro.org>
> ---
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ddc5a8c..4280e36 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4300,6 +4300,13 @@ L: kvm@vger.kernel.org
> S: Supported
> F: drivers/uio/uio_pci_generic.c
>
> +GENERIC SCHED_CLOCK FRAMEWORK
> +M: Stephen Boyd <sboyd@codeaurora.org>
> +R: Daniel Thompson <daniel.thompson@linaro.org>
> +R: John Stultz <john.stultz@linaro.org>
> +S: Maintained
> +F: kernel/time/sched_clock.c
> +
> GET_MAINTAINER SCRIPT
> M: Joe Perches <joe@perches.com>
> S: Maintained
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-12 19:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 16:56 [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer John Stultz
2015-03-12 18:02 ` Stephen Boyd
2015-03-12 19:24 ` Daniel Thompson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox