* [GIT PULL] Generic sched_clock fix for 3.11
@ 2013-07-29 20:16 John Stultz
2013-08-12 16:13 ` Ingo Molnar
0 siblings, 1 reply; 4+ messages in thread
From: John Stultz @ 2013-07-29 20:16 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: LKML, Baruch Siach, Daniel Lezcano
Hey Thomas,
Just one small fix against tip/timers/urgent for 3.11.
thanks
-john
The following changes since commit b0ec636c93ddd77235bf0f023a8a95d78cb6cafe:
Merge branch 'timers/clockevents' of
git://git.linaro.org/people/dlezcano/clockevents into timers/urgent
(2013-07-12 17:10:30 +0200)
are available in the git repository at:
git://git.linaro.org/people/jstultz/linux.git fortglx/3.11/time
for you to fetch changes up to 53c035204253efe373d9ff166fae6147e8c693b6:
sched_clock: Fix integer overflow (2013-07-22 16:24:22 -0700)
----------------------------------------------------------------
Baruch Siach (1):
sched_clock: Fix integer overflow
kernel/time/sched_clock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] Generic sched_clock fix for 3.11
2013-07-29 20:16 [GIT PULL] Generic sched_clock fix for 3.11 John Stultz
@ 2013-08-12 16:13 ` Ingo Molnar
2013-08-19 3:13 ` Baruch Siach
0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2013-08-12 16:13 UTC (permalink / raw)
To: John Stultz; +Cc: Thomas Gleixner, LKML, Baruch Siach, Daniel Lezcano
* John Stultz <john.stultz@linaro.org> wrote:
> Hey Thomas,
> Just one small fix against tip/timers/urgent for 3.11.
>
> thanks
> -john
>
>
> The following changes since commit b0ec636c93ddd77235bf0f023a8a95d78cb6cafe:
>
> Merge branch 'timers/clockevents' of
> git://git.linaro.org/people/dlezcano/clockevents into timers/urgent
> (2013-07-12 17:10:30 +0200)
>
> are available in the git repository at:
>
>
> git://git.linaro.org/people/jstultz/linux.git fortglx/3.11/time
>
> for you to fetch changes up to 53c035204253efe373d9ff166fae6147e8c693b6:
>
> sched_clock: Fix integer overflow (2013-07-22 16:24:22 -0700)
>
> ----------------------------------------------------------------
> Baruch Siach (1):
> sched_clock: Fix integer overflow
>
> kernel/time/sched_clock.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Pulled, thanks John!
Ingo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Generic sched_clock fix for 3.11
2013-08-12 16:13 ` Ingo Molnar
@ 2013-08-19 3:13 ` Baruch Siach
2013-08-19 18:52 ` Ingo Molnar
0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2013-08-19 3:13 UTC (permalink / raw)
To: Ingo Molnar; +Cc: John Stultz, Thomas Gleixner, LKML, Daniel Lezcano
Hi Ingo,
On Mon, Aug 12, 2013 at 06:13:11PM +0200, Ingo Molnar wrote:
>
> * John Stultz <john.stultz@linaro.org> wrote:
>
> > Hey Thomas,
> > Just one small fix against tip/timers/urgent for 3.11.
> >
> > thanks
> > -john
> >
> >
> > The following changes since commit b0ec636c93ddd77235bf0f023a8a95d78cb6cafe:
> >
> > Merge branch 'timers/clockevents' of
> > git://git.linaro.org/people/dlezcano/clockevents into timers/urgent
> > (2013-07-12 17:10:30 +0200)
> >
> > are available in the git repository at:
> >
> >
> > git://git.linaro.org/people/jstultz/linux.git fortglx/3.11/time
> >
> > for you to fetch changes up to 53c035204253efe373d9ff166fae6147e8c693b6:
> >
> > sched_clock: Fix integer overflow (2013-07-22 16:24:22 -0700)
> >
> > ----------------------------------------------------------------
> > Baruch Siach (1):
> > sched_clock: Fix integer overflow
> >
> > kernel/time/sched_clock.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Pulled, thanks John!
Do you intend to push it for -rc7?
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] 4+ messages in thread* Re: [GIT PULL] Generic sched_clock fix for 3.11
2013-08-19 3:13 ` Baruch Siach
@ 2013-08-19 18:52 ` Ingo Molnar
0 siblings, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2013-08-19 18:52 UTC (permalink / raw)
To: Baruch Siach; +Cc: John Stultz, Thomas Gleixner, LKML, Daniel Lezcano
* Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Ingo,
>
> On Mon, Aug 12, 2013 at 06:13:11PM +0200, Ingo Molnar wrote:
> >
> > * John Stultz <john.stultz@linaro.org> wrote:
> >
> > > Hey Thomas,
> > > Just one small fix against tip/timers/urgent for 3.11.
> > >
> > > thanks
> > > -john
> > >
> > >
> > > The following changes since commit b0ec636c93ddd77235bf0f023a8a95d78cb6cafe:
> > >
> > > Merge branch 'timers/clockevents' of
> > > git://git.linaro.org/people/dlezcano/clockevents into timers/urgent
> > > (2013-07-12 17:10:30 +0200)
> > >
> > > are available in the git repository at:
> > >
> > >
> > > git://git.linaro.org/people/jstultz/linux.git fortglx/3.11/time
> > >
> > > for you to fetch changes up to 53c035204253efe373d9ff166fae6147e8c693b6:
> > >
> > > sched_clock: Fix integer overflow (2013-07-22 16:24:22 -0700)
> > >
> > > ----------------------------------------------------------------
> > > Baruch Siach (1):
> > > sched_clock: Fix integer overflow
> > >
> > > kernel/time/sched_clock.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > Pulled, thanks John!
>
> Do you intend to push it for -rc7?
Yes - Linus pulled it today, it should be in -rc7.
Thanks,
Ingo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-19 18:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 20:16 [GIT PULL] Generic sched_clock fix for 3.11 John Stultz
2013-08-12 16:13 ` Ingo Molnar
2013-08-19 3:13 ` Baruch Siach
2013-08-19 18:52 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox