* pull request for range-hrtimer updates
@ 2008-10-08 15:33 Arjan van de Ven
2008-10-09 12:33 ` Ingo Molnar
0 siblings, 1 reply; 3+ messages in thread
From: Arjan van de Ven @ 2008-10-08 15:33 UTC (permalink / raw)
To: linux-kernel; +Cc: mingo
Hi,
a few changes have been put into the range-hrtimer tree; the first three have been on lkml before,
the last 2 are build fixes reported in the last few days.... please pull.
The following changes since commit a7cda5d3ae218476927ac3fd9756ea617c4ddfb2:
Ingo Molnar (1):
Merge branch 'sched/core'
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-hrtimer.git master
Arjan van de Ven (5):
hrtimer: make the nanosleep() syscall use the per process slack
hrtimer: make the futex() system call use the per process slack value
hrtimer: peek at the timer queue just before going idle
select: fix alpha OSF wrapper
rangetimer: fix x86 build failure for the !HRTIMERS case
arch/alpha/kernel/osf_sys.c | 13 +++++++------
drivers/cpuidle/cpuidle.c | 7 +++++++
include/linux/hrtimer.h | 7 +++++++
kernel/futex.c | 6 +++++-
kernel/hrtimer.c | 37 ++++++++++++++++++++++++++++++++++++-
5 files changed, 62 insertions(+), 8 deletions(-)
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull request for range-hrtimer updates
2008-10-08 15:33 pull request for range-hrtimer updates Arjan van de Ven
@ 2008-10-09 12:33 ` Ingo Molnar
[not found] ` <20081010113749.GA21937@elte.hu>
0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2008-10-09 12:33 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux-kernel, Thomas Gleixner
* Arjan van de Ven <arjan@infradead.org> wrote:
> Hi,
>
> a few changes have been put into the range-hrtimer tree; the first three have been on lkml before,
> the last 2 are build fixes reported in the last few days.... please pull.
>
> The following changes since commit a7cda5d3ae218476927ac3fd9756ea617c4ddfb2:
> Ingo Molnar (1):
> Merge branch 'sched/core'
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-hrtimer.git master
>
> Arjan van de Ven (5):
> hrtimer: make the nanosleep() syscall use the per process slack
> hrtimer: make the futex() system call use the per process slack value
> hrtimer: peek at the timer queue just before going idle
> select: fix alpha OSF wrapper
> rangetimer: fix x86 build failure for the !HRTIMERS case
>
> arch/alpha/kernel/osf_sys.c | 13 +++++++------
> drivers/cpuidle/cpuidle.c | 7 +++++++
> include/linux/hrtimer.h | 7 +++++++
> kernel/futex.c | 6 +++++-
> kernel/hrtimer.c | 37 ++++++++++++++++++++++++++++++++++++-
> 5 files changed, 62 insertions(+), 8 deletions(-)
pulled into tip/timers/range-hrtimers, thanks Arjan!
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull request for range-hrtimer updates
[not found] ` <20081010113749.GA21937@elte.hu>
@ 2008-10-12 23:37 ` Arjan van de Ven
0 siblings, 0 replies; 3+ messages in thread
From: Arjan van de Ven @ 2008-10-12 23:37 UTC (permalink / raw)
To: Ingo Molnar; +Cc: linux-kernel, Thomas Gleixner
On Fri, 10 Oct 2008 13:37:49 +0200
Ingo Molnar <mingo@elte.hu> wrote:
>
> * Ingo Molnar <mingo@elte.hu> wrote:
>
> > pulled into tip/timers/range-hrtimers, thanks Arjan!
>
> i have put these latest bits into tip/master today and -tip testing
> found a boot failure on a 32-bit testbox: a boot crash in
> hrtimer_interrupt():
> note highres=0 and hpet=disable. You probably need to try these if
> you want to trigger the same crash.
>
> Reverting these updates from tip/master solves the crash.
yeah there was an interesting race there.
If you go idle the first time it's also the first time you decide to
not do hrtimers anymore.. and my code didn't cope with that well.
please repull
ssh://master.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-hrtimer.git
to also get the fix
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-12 23:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-08 15:33 pull request for range-hrtimer updates Arjan van de Ven
2008-10-09 12:33 ` Ingo Molnar
[not found] ` <20081010113749.GA21937@elte.hu>
2008-10-12 23:37 ` Arjan van de Ven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox