[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.00.0802101037470.12988@apollo.tec.linutronix.de>
Date: Sun, 10 Feb 2008 11:03:56 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] hrtimer/ntp bugfixes
Linus,
please pull hrtimer and ntp bugfixes from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt.git master
Following problems are addressed by these patches:
- ntp: fix incorrect drift compensation
- hrtimer: fix a stupid restart handling thinko, which keeps a
stale pointer in the restart block.
Thanks,
tglx
----
John Stultz (1):
ntp: correct inconsistent interval/tick_length usage
Oleg Nesterov (3):
hrtimer: fix *rmtp handling in hrtimer_nanosleep()
hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()
hrtimer: don't modify restart_block->fn in restart functions
include/linux/hrtimer.h | 2 +-
include/linux/timex.h | 9 ++++++-
kernel/compat.c | 43 +++++++++++++++++++++++++++++++++---
kernel/hrtimer.c | 55 +++++++++++++++++++++++------------------------
kernel/posix-timers.c | 17 ++------------
kernel/time/ntp.c | 4 ---
6 files changed, 78 insertions(+), 52 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists