From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4FFE804A.8070205@computer.org> Date: Thu, 12 Jul 2012 09:44:10 +0200 From: Jan Ceuleers MIME-Version: 1.0 To: John Stultz CC: Thomas Gleixner , Peter Zijlstra , Prarit Bhargava , Linux Kernel , Ingo Molnar , stable@vger.kernel.org Subject: Re: [PATCH 1/6] hrtimer: Provide clock_was_set_delayed() References: <1341960205-56738-1-git-send-email-johnstul@us.ibm.com> <1341960205-56738-2-git-send-email-johnstul@us.ibm.com> <4FFD6E5A.9060206@redhat.com> <1342011904.3462.152.camel@twins> <4FFDAE1D.3050008@us.ibm.com> In-Reply-To: <4FFDAE1D.3050008@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: On 07/11/2012 06:47 PM, John Stultz wrote: > I'll see if my worry is unfounded, but it might be a bit too clever for rare events. Full ACK. There is an unfortunate history of critical-to-moderately-serious bugs in the leap second handling, so I submit that what is needed is a simple, obviously-correct and robust mechanism. Robust statically, but also in the face of code churn because these code paths are exercised so rarely out in the wild. Just my opinion, FWIW. Jan