From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932529AbbCLQ4N (ORCPT ); Thu, 12 Mar 2015 12:56:13 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:41463 "EHLO mail-pd0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409AbbCLQ4K (ORCPT ); Thu, 12 Mar 2015 12:56:10 -0400 From: John Stultz To: lkml Cc: John Stultz , Stephen Boyd , Daniel Thompson , Thomas Gleixner , Ingo Molnar , Peter Zijlstra Subject: [RFC][PATCH] MAINTAINERS: Formalize Stephen Boyd as generic sched_clock maintainer Date: Thu, 12 Mar 2015 09:56:02 -0700 Message-Id: <1426179362-962-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Cc: Daniel Thompson Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Peter Zijlstra Signed-off-by: John Stultz --- 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 +R: Daniel Thompson +R: John Stultz +S: Maintained +F: kernel/time/sched_clock.c + GET_MAINTAINER SCRIPT M: Joe Perches S: Maintained -- 1.9.1