mbox

[pull-request,SRU,Lucid,00/11] Leap-second fix for Lucid

Message ID 87vchdmdos.fsf@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/henrix/ubuntu-lucid.git leap-second-fix

Message

Luis Henriques July 24, 2012, 2:33 p.m. UTC
The following changes since commit 086a965a904e787ab151027afd6fa3d043ebc9af:

  UBUNTU: Bump ABI (2012-07-24 10:30:16 +0100)

are available in the git repository at:

  git://kernel.ubuntu.com/henrix/ubuntu-lucid.git leap-second-fix

for you to fetch changes up to 86947448e3b0cb7ecdfc28c7a7aa89c802353d67:

  2.6.32.x: timekeeping: Add missing update call in timekeeping_resume() (2012-07-24 10:30:46 +0100)

----------------------------------------------------------------
John Stultz (5):
      2.6.32.x: ntp: Fix leap-second hrtimer livelock
      2.6.32.x: timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond
      2.6.32.x: hrtimer: Provide clock_was_set_delayed()
      2.6.32.x: timekeeping: Fix leapsecond triggered load spike issue
      2.6.32.x: hrtimer: Update hrtimer base offsets each hrtimer_interrupt

Richard Cochran (1):
      2.6.32.x: ntp: Correct TAI offset during leap second

Thomas Gleixner (5):
      2.6.32.x: time: Move common updates to a function
      2.6.32.x: timekeeping: Maintain ktime_t based offsets for hrtimers
      2.6.32.x: hrtimers: Move lock held region in hrtimer_interrupt()
      2.6.32.x: timekeeping: Provide hrtimer update function
      2.6.32.x: timekeeping: Add missing update call in timekeeping_resume()

 include/linux/hrtimer.h   |    9 +++-
 include/linux/timex.h     |    2 +-
 kernel/hrtimer.c          |   52 ++++++++++++-------
 kernel/time/ntp.c         |  124 +++++++++++++++------------------------------
 kernel/time/timekeeping.c |   93 ++++++++++++++++++++++++++++------
 5 files changed, 162 insertions(+), 118 deletions(-)