From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: John Stultz To: Linux Kernel Cc: John Stultz , Ingo Molnar , Peter Zijlstra , Prarit Bhargava , Thomas Gleixner , stable@vger.kernel.org Subject: [PATCH 0/6] Fix for leapsecond caused hrtimer/futex issue (updated) Date: Tue, 10 Jul 2012 18:43:18 -0400 Message-Id: <1341960205-56738-1-git-send-email-johnstul@us.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Over the weekend, Thomas got a chance to review the leap second fix in more detail and had a few additional changes he wanted to make to improve performance as well as style. So this iteration includes his modifications. Once merged, I'll be working to get the backports finished as quickly as I can and sent to -stable. thanks -john CC: Ingo Molnar CC: Peter Zijlstra CC: Prarit Bhargava CC: Thomas Gleixner CC: stable@vger.kernel.org John Stultz (3): hrtimer: Provide clock_was_set_delayed() timekeeping: Fix leapsecond triggered load spike issue hrtimer: Update hrtimer base offsets each hrtimer_interrupt Thomas Gleixner (3): timekeeping: Maintain ktime_t based offsets for hrtimers hrtimer: Move lock held region in hrtimer_interrupt() timekeeping: Provide hrtimer update function include/linux/hrtimer.h | 6 ++++- kernel/hrtimer.c | 53 ++++++++++++++++++++++++++------------ kernel/time/timekeeping.c | 63 +++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 103 insertions(+), 19 deletions(-) -- 1.7.9.5