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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to