* [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping @ 2013-07-17 10:05 Baruch Siach 2013-07-17 18:57 ` John Stultz 0 siblings, 1 reply; 6+ messages in thread From: Baruch Siach @ 2013-07-17 10:05 UTC (permalink / raw) To: John Stultz, Thomas Gleixner; +Cc: Russell King, linux-kernel, Baruch Siach Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bf61e04..bd9616a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7129,6 +7129,7 @@ M: Thomas Gleixner <tglx@linutronix.de> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core S: Supported F: include/linux/clocksource.h +F: include/linux/sched_clock.h F: include/linux/time.h F: include/linux/timex.h F: include/uapi/linux/time.h @@ -7136,6 +7137,7 @@ F: include/uapi/linux/timex.h F: kernel/time/clocksource.c F: kernel/time/time*.c F: kernel/time/ntp.c +F: kernel/time/sched_clock.c F: drivers/clocksource TLG2300 VIDEO4LINUX-2 DRIVER -- 1.8.3.2 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping 2013-07-17 10:05 [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping Baruch Siach @ 2013-07-17 18:57 ` John Stultz 2013-07-17 19:12 ` Baruch Siach 0 siblings, 1 reply; 6+ messages in thread From: John Stultz @ 2013-07-17 18:57 UTC (permalink / raw) To: Baruch Siach; +Cc: Thomas Gleixner, Russell King, linux-kernel On 07/17/2013 03:05 AM, Baruch Siach wrote: > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bf61e04..bd9616a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7129,6 +7129,7 @@ M: Thomas Gleixner <tglx@linutronix.de> > T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core > S: Supported > F: include/linux/clocksource.h > +F: include/linux/sched_clock.h > F: include/linux/time.h > F: include/linux/timex.h > F: include/uapi/linux/time.h > @@ -7136,6 +7137,7 @@ F: include/uapi/linux/timex.h > F: kernel/time/clocksource.c > F: kernel/time/time*.c > F: kernel/time/ntp.c > +F: kernel/time/sched_clock.c It seems like we could probably simplify this bit to kernel/time/*, no? thanks -john ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping 2013-07-17 18:57 ` John Stultz @ 2013-07-17 19:12 ` Baruch Siach 2013-07-17 19:18 ` Joe Perches 2013-07-17 19:21 ` John Stultz 0 siblings, 2 replies; 6+ messages in thread From: Baruch Siach @ 2013-07-17 19:12 UTC (permalink / raw) To: John Stultz; +Cc: Thomas Gleixner, Russell King, linux-kernel Hi John, On Wed, Jul 17, 2013 at 11:57:32AM -0700, John Stultz wrote: > On 07/17/2013 03:05 AM, Baruch Siach wrote: > >Signed-off-by: Baruch Siach <baruch@tkos.co.il> > >--- > > MAINTAINERS | 2 ++ > > 1 file changed, 2 insertions(+) > > > >diff --git a/MAINTAINERS b/MAINTAINERS > >index bf61e04..bd9616a 100644 > >--- a/MAINTAINERS > >+++ b/MAINTAINERS > >@@ -7129,6 +7129,7 @@ M: Thomas Gleixner <tglx@linutronix.de> > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core > > S: Supported > > F: include/linux/clocksource.h > >+F: include/linux/sched_clock.h > > F: include/linux/time.h > > F: include/linux/timex.h > > F: include/uapi/linux/time.h > >@@ -7136,6 +7137,7 @@ F: include/uapi/linux/timex.h > > F: kernel/time/clocksource.c > > F: kernel/time/time*.c > > F: kernel/time/ntp.c > >+F: kernel/time/sched_clock.c > > It seems like we could probably simplify this bit to kernel/time/*, no? This would add jiffies.c and all the tick-* files that are currently covered by the "HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS" section. baruch -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping 2013-07-17 19:12 ` Baruch Siach @ 2013-07-17 19:18 ` Joe Perches 2013-07-17 19:21 ` John Stultz 1 sibling, 0 replies; 6+ messages in thread From: Joe Perches @ 2013-07-17 19:18 UTC (permalink / raw) To: Baruch Siach; +Cc: John Stultz, Thomas Gleixner, Russell King, linux-kernel On Wed, 2013-07-17 at 22:12 +0300, Baruch Siach wrote: [] > > >diff --git a/MAINTAINERS b/MAINTAINERS [] > > >@@ -7129,6 +7129,7 @@ M: Thomas Gleixner <tglx@linutronix.de> [] > > >+F: include/linux/sched_clock.h [] > > >+F: kernel/time/sched_clock.c > > > > It seems like we could probably simplify this bit to kernel/time/*, no? > > This would add jiffies.c and all the tick-* files that are currently covered > by the "HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS" section. Another option would be to move files into a separate directory, but I think it's not a big deal either way. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping 2013-07-17 19:12 ` Baruch Siach 2013-07-17 19:18 ` Joe Perches @ 2013-07-17 19:21 ` John Stultz 2013-08-19 3:28 ` Baruch Siach 1 sibling, 1 reply; 6+ messages in thread From: John Stultz @ 2013-07-17 19:21 UTC (permalink / raw) To: Baruch Siach; +Cc: Thomas Gleixner, Russell King, linux-kernel On 07/17/2013 12:12 PM, Baruch Siach wrote: > Hi John, > > On Wed, Jul 17, 2013 at 11:57:32AM -0700, John Stultz wrote: >> On 07/17/2013 03:05 AM, Baruch Siach wrote: >>> Signed-off-by: Baruch Siach <baruch@tkos.co.il> >>> --- >>> MAINTAINERS | 2 ++ >>> 1 file changed, 2 insertions(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index bf61e04..bd9616a 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -7129,6 +7129,7 @@ M: Thomas Gleixner <tglx@linutronix.de> >>> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core >>> S: Supported >>> F: include/linux/clocksource.h >>> +F: include/linux/sched_clock.h >>> F: include/linux/time.h >>> F: include/linux/timex.h >>> F: include/uapi/linux/time.h >>> @@ -7136,6 +7137,7 @@ F: include/uapi/linux/timex.h >>> F: kernel/time/clocksource.c >>> F: kernel/time/time*.c >>> F: kernel/time/ntp.c >>> +F: kernel/time/sched_clock.c >> It seems like we could probably simplify this bit to kernel/time/*, no? > This would add jiffies.c and all the tick-* files that are currently covered > by the "HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS" section. Ok, fair enough. My thought was it all goes through Thomas anyway, but for those sections there are different combinations of folks who co-maintain. thanks -john ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping 2013-07-17 19:21 ` John Stultz @ 2013-08-19 3:28 ` Baruch Siach 0 siblings, 0 replies; 6+ messages in thread From: Baruch Siach @ 2013-08-19 3:28 UTC (permalink / raw) To: John Stultz; +Cc: Thomas Gleixner, Russell King, linux-kernel Hi John, On Wed, Jul 17, 2013 at 12:21:12PM -0700, John Stultz wrote: > On 07/17/2013 12:12 PM, Baruch Siach wrote: > >On Wed, Jul 17, 2013 at 11:57:32AM -0700, John Stultz wrote: > >>On 07/17/2013 03:05 AM, Baruch Siach wrote: > >>>Signed-off-by: Baruch Siach <baruch@tkos.co.il> > >>>--- > >>> MAINTAINERS | 2 ++ > >>> 1 file changed, 2 insertions(+) > >>> > >>>diff --git a/MAINTAINERS b/MAINTAINERS > >>>index bf61e04..bd9616a 100644 > >>>--- a/MAINTAINERS > >>>+++ b/MAINTAINERS > >>>@@ -7129,6 +7129,7 @@ M: Thomas Gleixner <tglx@linutronix.de> > >>> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core > >>> S: Supported > >>> F: include/linux/clocksource.h > >>>+F: include/linux/sched_clock.h > >>> F: include/linux/time.h > >>> F: include/linux/timex.h > >>> F: include/uapi/linux/time.h > >>>@@ -7136,6 +7137,7 @@ F: include/uapi/linux/timex.h > >>> F: kernel/time/clocksource.c > >>> F: kernel/time/time*.c > >>> F: kernel/time/ntp.c > >>>+F: kernel/time/sched_clock.c > >>It seems like we could probably simplify this bit to kernel/time/*, no? > >This would add jiffies.c and all the tick-* files that are currently covered > >by the "HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS" section. > > Ok, fair enough. My thought was it all goes through Thomas anyway, > but for those sections there are different combinations of folks who > co-maintain. So would you take it for v3.12? baruch -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-19 3:28 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-07-17 10:05 [PATCH] MAINTAINERS: add the generic sched_clock under timekeeping Baruch Siach 2013-07-17 18:57 ` John Stultz 2013-07-17 19:12 ` Baruch Siach 2013-07-17 19:18 ` Joe Perches 2013-07-17 19:21 ` John Stultz 2013-08-19 3:28 ` Baruch Siach
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox